View Single Post
  #5 (permalink)  
Old 01-06-04, 11:10
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,229
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...
Reply With Quote