|
Re: calling SQL Loader Program through apps [message #303216 is a reply to message #303118] |
Thu, 28 February 2008 07:34 |
Krishna_dev
Messages: 32 Registered: May 2007
|
Member |
|
|
Yes you can upload the data that is on the local directory. You can do it in one of 2 ways.
You can specify the actual directory path within a parameter p_directory when you register the concurrent program in apps.
The default value of p_directory will be 'c:\myfolder'
OR
Within your control file you can specify the directory path like:
LOAD DATA
INFILE 'c:\myfolder\file_to_load.txt'
Hope this helps.
|
|
|
Re: calling SQL Loader Program through apps [message #303786 is a reply to message #303216] |
Sun, 02 March 2008 19:16 |
raju_kamarapu
Messages: 19 Registered: February 2008 Location: KAULAMPUR
|
Junior Member |
|
|
HI Thanks ,
I have tried That , but its not working, And I am trying to upload the data using external table concept. So, can i upload the data to data base from loacl system using external table concept, please help me.
Thanks in advance
|
|
|
|
Re: calling SQL Loader Program through apps [message #305563 is a reply to message #303786] |
Tue, 11 March 2008 05:09 |
|
Hi,
if u want to use sql*loader program in oracle apps then
1) first of all u have to create a directory on application
server with proper read and write access.
2) then u have to send your .csv or .prn file at this proper
directory using FTP.
3) now write control file and register this ctl file in apps
as a sql*loader control file ..
4) and transfer this ctl file in to appropriate top like
po_top,ap_top ..
Shakti Goyal
|
|
|