Importing into table using SQL Loader
I am importing the data from a csv file into a database table and its working fine. If the both ctl file and csv file are on DB server or both are on app server.
But as per my project requirement, I have to call this ctl file from Concurrent Program. So, I have to keep my csv file on DB server and ctl file on App server. (Both the csv and ctl files are on different servers)
So now question is this that how I will pass the parameter (data file name) to ctl file with the db server details (location of csv file).