|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: problem in loading data from sql* loader [message #536873 is a reply to message #536868] |
Fri, 23 December 2011 10:38   |
 |
Barbara Boehmer
Messages: 9105 Registered: November 2002 Location: California, USA
|
Senior Member |
|
|
Let's start by confirming whether you have SQL*Loader or not for sure. Since you are using Windows, using your mouse, put the arrow on the start button in the lower left corner of your screen, then click the left mouse button, move your arrow to all programs, then click the left mouse button again, move your arrow to accessories, then click the left button again, move your arrow to command prompt, then click your left button again. From the DOS command prompt window go to the root directory by typing cd\ and pressing the enter key. Then search for any sqlldr files in any sub-directories by typing:
dir sqlldr.*/s
Then press the enter key. Wait for it to return to the c:\> prompt so that you know it has finished. Then post here what it displayed inbetween. Please copy and paste, if you can, instead of typing. If you left click in the upper left corner of the DOS command prompt window, you should be able to select edit and use the features to mark and copy, then paste it here, using ctrl-v. Please post the whole thing from the cd\ command to the return to the c:\> prompt.
Note that this is not the only method of searching for the file, but it is one that checks all directories and produces output that can be copied and pasted easily.
|
|
|
|