Database Utilities (MOSC)

MOSC Banner

SQLLDR

edited May 10, 2012 2:39AM in Database Utilities (MOSC) 6 commentsAnswered
Dear All,

  I have a table T01 (col1 VARCHAR2(10), col2 VARCHAR2(10) ).

  I have a data file with two columns delimited by "," like (12345,68989)

  I need to import the data into this table by using SQLLDR , and update the col2 from the data file where col1 = 12345

  How to use the control file to write update / where condition

  I used like this :

  LOAD DATA
  INFILE data.txt
  APPEND
  INTO TABLE T01
  ( b  POSITION(8:13)   char
  )

Where ?

Thanks

Claude

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