Quote:
Originally posted by kondaoracle
30 1 * * 1 . /home/yourloginid/.profile;sqlplus @/usr/myProc/procSample.sql
Is it not necessary to mention UserId, Password and Connection String to connect to oracle in the above line?
How it will be connected?
|
Well, yes. Obviously you need to connect. You could either specify it on the command line or use "/nolog" option and connect from your script...