Oracle Apps Technical Stuff
Showing posts with label
SQL Loader
.
Show all posts
Showing posts with label
SQL Loader
.
Show all posts
Friday, February 21, 2014
How to Pass the File name as Parameter and populate the request id of the concurrent Program dyanamically using SQL Loader
›
For one of my client i was having a requirement to pass the file name as parameter to the SQL loader program and capture the file name and ...
6 comments:
Saturday, September 7, 2013
Script To Generate SQL*Loader Control File (Doc ID 1019523.6)
›
SELECT 'LOAD DATA' || CHR (10) || 'INFILE ''' || LOWER (table_name) || '.da...
›
Home
View web version