Tuesday, October 24, 2017

Populate a Sequence Value in SQL * LOADER

LOAD DATA
INFILE *
INTO TABLE xx_test_seq_positional
(seq_number "xx_seq.nextval"
 column1 POSITION(1:5),
 column2 POSITION(6:15),
)

No comments:

Post a Comment

currentAppUi built in variable in VBCS

$global.currentAppUi.id :- The id of the App UI $global.currentAppUi.urlId :-The id of the App UI as shown in the URL $global.currentAppUi.d...