Home » RDBMS Server » Server Utilities » sqlldr program
sqlldr program [message #147682] Sat, 19 November 2005 02:00 Go to next message
Safeeq.S
Messages: 100
Registered: October 2005
Location: Bangalore
Senior Member

Hi,
I am trying to run a sql loader program in my machine(OS Windows NT).
When i tried to execute my sql loader program , its giving me an error like 'sqlldr' is not recognized as an internal or external command , operable program or batch file.
Please kindly let me know what could be the problem & how to go about it.

Best Regards
Safeeq
Re: sqlldr program [message #147700 is a reply to message #147682] Sat, 19 November 2005 10:26 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
>Please kindly let me know what could be the problem & how to go about it.
The problem is $ORACLE_HOME/bin is not contained in your PATH.
Or you could
$ cd $ORACLE_HOME/bin
$ sqlldr
Re: sqlldr program [message #147800 is a reply to message #147682] Mon, 21 November 2005 02:53 Go to previous messageGo to next message
Safeeq.S
Messages: 100
Registered: October 2005
Location: Bangalore
Senior Member

I am using Windows NT.I think ur taking about the path in unix server.
I couldnt also understand your reply, could you elobrate a bit on this.
Re: sqlldr program [message #147802 is a reply to message #147800] Mon, 21 November 2005 03:05 Go to previous messageGo to next message
tarundua
Messages: 1080
Registered: June 2005
Location: India
Senior Member


@Safeeq.S

I suppose, the path variable on your machine is not set properly.

what is the output if you write

C:\> path

And as "Anacedent" said, go to ORACLE_HOME/bin location from the command prompt and then try to execute, it should work.

Re: sqlldr program [message #147809 is a reply to message #147682] Mon, 21 November 2005 04:09 Go to previous messageGo to next message
Safeeq.S
Messages: 100
Registered: October 2005
Location: Bangalore
Senior Member

The output when i execute c:\>path is

"PATH=C:\orant\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Pro
gram Files\Support Tools\;c:\program files\winzip;c:\data\notes;c:\program files
\notes;C:\orant\jdk\bin"


I tried running the sqlldr from c:\orant\bin and i got the same error which i got in the past.
Re: sqlldr program [message #147823 is a reply to message #147809] Mon, 21 November 2005 05:03 Go to previous messageGo to next message
tarundua
Messages: 1080
Registered: June 2005
Location: India
Senior Member

Ok now check the existence of SQLLDR.exe, do this

D:\oracle\ora92\bin>dir sqll*.exe
 Volume in drive D has no label.
 Volume Serial Number is 603B-9EE6

 Directory of D:\oracle\ora92\bin

04/28/2002  11:07 AM           364,816 SQLLDR.EXE
               1 File(s)        364,816 bytes
               0 Dir(s)   4,387,684,352 bytes free


Try on your machine and post back.

Now i am afraid about the existence of SQLLDR exe.
Re: sqlldr program [message #147831 is a reply to message #147682] Mon, 21 November 2005 05:31 Go to previous message
Safeeq.S
Messages: 100
Registered: October 2005
Location: Bangalore
Senior Member

Yes. As you suspected i couldnt find sqlldr.exe in "c:\orant\bin" directory...!!!
so do i need to install the oracle again and is it possible to install sql loader seperately?
Previous Topic: SQLLDR: load data in additional columns
Next Topic: Import problem - Need help
Goto Forum:
  


Current Time: Tue Jul 02 05:32:33 CDT 2024