Sql Loader [message #31593] |
Wed, 07 July 2004 11:12 |
SharanC
Messages: 2 Registered: July 2004
|
Junior Member |
|
|
Hi,
I am having problem with the below mentioned code which is executed on the unix OS calling the Sql Loader of Oracle.
THe problem is its putting out the login(User/pwd) on to the console while doing the ps -ef | grep sql*.
Its straight away showing the User Name and the Password, its okay if its User Name but The passowrd shouldnt be shown.
strstream command;
command << sqlLoaderPath << " " << login << " " << ctlFile
<< " log=" << uniqueLog << " direct=" << directStr
<< " SILENT=FEEDBACK" << " ERRORS=1000000 "
<< ends;
Can we write the password into a password file and pass that file as a redirection?
How can I do it if that is possible?
Could anybody modify the code above and send it to me.
Thanks
|
|
|
|