LOADING DATA INTO ORACLE TABLES
LOADING DATA INTO ORACLE TABLES ( sp_get_set_and_load ) This doc details the procedure evolved to automate the process of loading the data into Oracle database using SQL*Loader. The functionality of the procedure: (1) Go to the destination directory and get the list of the .dat files. (2) Verify whether the file name (without) extension tallies …

