Inventory Management - EBS (MOSC)

MOSC Banner

sql loader to load items

edited Mar 5, 2010 3:08AM in Inventory Management - EBS (MOSC) 2 commentsAnswered
 hi

not sure if this is the correct discussion forum for this question..i am trying to use sql loader to load items into inventory..i create the control file:

LOAD DATA
   APPEND INTO TABLE mtl_system_items_load_5
   (
   organization_id FILLER CHAR
      TERMINATED BY "," ENCLOSED BY '"',
   last_update_date FILLER CHAR
      TERMINATED BY "," ENCLOSED BY '"',
   last_updated_by FILLER CHAR
      TERMINATED BY "," ENCLOSED BY '"',
   creation_date FILLER CHAR
      TERMINATED BY "," ENCLOSED BY '"',
   created_by FILLER CHAR
      TERMINATED BY "," ENCLOSED BY '"',
   last_update_login FILLER CHAR
      TERMINATED BY "," ENCLOSED BY '"',

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