Oracle Text (MOSC)

MOSC Banner

I have an issue in direct path load where default values are not populated while using the CSV file

edited Dec 2, 2015 10:05AM in Oracle Text (MOSC) 1 commentAnswered

The header of control file I have added a direct load method(append mode)

OPTIONS(DIRECT=TRUE,PARALLEL=TRUE,skip_index_maintenance=TRUE,skip_unusable_indexes=TRUE)

UNRECOVERABLE LOAD DATA

APPEND

INSERT INTO TEST_TBL

(

col1,

...

col n-2

);

col n-1 , col n are having default values.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center