|
-
November 8th, 2006, 06:46 PM
#1
Oracle sqlldr
Hi
I want to load data from files into an Oracle DB. I tried to invoke the sqlldr command from a linux machine, but it gave me: command not found. I want to know if anyone has an idea on how to load data from files or what is wrong with the sqlldr command.
islheg
-
November 9th, 2006, 05:17 AM
#2
Re: Oracle sqlldr
Hi all
Sqlldr is the name of an executable file (it's the program name of SQL Loader).
Probably, when you try to execute it by a command line SQL Loader doesn't work because in your system the PATH variable is not setted correctly. So, you should set PATH right, adding the path where Sqlldir is (usually you can find it in $ORACLE_HOME\bin), or you should run Sqlldr from directory where it is (you must do cd $ORACLE_HOME\bin first).
I hope this will help you.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|