Entries by Oracle ERP Apps Guide

, , ,

Invoking SQL*Loader

Invoking SQL*Loader On Unix systems, the command used to invoke SQL*Loader is sqlldr. On Windows systems running Oracle8i, release 8.1 or higher, the command is also sqlldr. The command to execute SQL*Loader is as follows: sqlldr USERID = <username>/<password> CONTROL = <control file name> LOG = <log file name>…. Issuing the sqlldr command by itself results in a list of valid command-line parameters […]

, , ,

SQL*Loader Environment

SQL*Loader Environment SQL*Loader takes as input a control file, which controls the behavior of SQL*Loader, and one or more datafiles. Output of the SQL*Loader is an Oracle database (where the data is loaded), a log file, a bad file, and potentially a discard file. Execution Steps: Step1    Executes from the command prompt or parameter file. Step2    Reads […]

, ,

Registering SQL*Loader as a Concurrent Program

Registering SQL*Loader as a Concurrent Program The following steps will describe the process to register a SQL*Loader program as a Concurrent Program in Oracle Apps. Step 1] Create the SQL*Loader Control and Data file and place them in Server(ex: $CUSTOM_TOP/bin). Create or check the interface table structures in the backend. Control file: test.ctl Data file: […]