Tag archive for ‘SQL Loader’
Migration of Oracle SQL*Loader Tasks to SQL Server
SQL*Loader is a command line utility which performs fast loading from one or more files into Oracle tables. The utility processes the source files according to the settings in a special CONTROL file. As a result of SQL*Loader execution, additional files can be created: these include BAD file, where discarded rows are saved and ERROR [...]