Search code examples
oraclesql-loaderoracle-ebs

Where to put the data file in SQL*Loader based concurrent program in oracle apps?


I am trying to upload csv data in Oracle EBS table.

SQL*Loader based concurrent program provides the option. I need to know that can I put the csv data in user's file location or should I put it in the same location where the control file is kept ( eg, in oracle file location (bin))?


Solution

  • You have to place both control file and csv in bin directory of custom top and define concurrent executable and concurrent program.