- Create csv file and map it with interface table.
- Check there are no commas in csv file, if any then replace comma with null.
- Create a customized table as
- Create SYSTEM_ITEMS_INTERFACE as Select * from MTL_SYSTEM_ITEMS_INTERFACE
- Make sure that control file contain customized table name.
- Open WinSCP or any FTP program.
- Copy csv and control file in prod or test server in new directory.
- Open Putty.
- Set environment of serve.
- Now go to control file cd /home/oracle/upload/DIR
- Now run the control file
- Sqlldr apps/password(toad password) item_master.ctl
- Data will be uploaded in customized table
- If there are some errors during data uploading, check the log file from WinSCP and identify the error
- Otherwise upload the data in the interface table.
- insert into MTL_SYSTEM_ITEMS_INTERFACE select * from SYSTEM_ITEMS_INTERFACE
- Then run the request from Application "Import Item" with Create parameter
Saturday, 13 April 2013
Data Uploading on Oracle EBS using interface Tables
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment