Could anybody tell me how to start SQL*Loader. Thank you in advance to the ones that will answer.
Nedpan.
Printable View
Could anybody tell me how to start SQL*Loader. Thank you in advance to the ones that will answer.
Nedpan.
Depends on your version of Oracle. In Oracle 7.x, SQL Loader was started with SQLLDR73. In some versions of Oracle 8, you have to execute it with SQLLDR80. Likewise, in some of the more recent versions, it's simply SQLLDR.
The best thing for you to do is do a find on SQLLDR*.exe starting in your Oracle home directory. After all, SQLLDR is just an executable.
(this is assuming you are using NT)