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

Query to get the Concurrent Program along with Value Set details

SELECT fcpl1.user_concurrent_program_name       ,fdfcuv.end_user_column_name       ,ffvs.flex_value_set_name value_set_name       ,ffvt.appl...