Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: crontab script problem
The "bad option" appears to be coming from somewhere in the .profile that you are executing. Can you forward that for further analysis? Also, the exact "crontab" command line would be helpful.
-----Original Message-----
From: Rajesh Dayal [SMTP:Rajesh_at_ohitelecom.com]
Sent: Saturday, April 14, 2001 2:00 AM
To: Multiple recipients of list ORACLE-L Subject: crontab script problem Hi All, I am facing some problem while running sqlplusscripts from crontab. Env is Tru64 Unix 4.0f and Oracle 7.2.3.
Through crontab all system commands run fine, but when I try to invoke sqlplus, it gives following error:
/oracle/test1.sh: -o: bad option(s)
Also I have executed .profile of Oracle user in the beginning of command. The commands written in /oracle/test1.sh is as follows,
. /oracle/product/723/.profile
sqlplus -s system/manager @/oracle/test2.sql
Any help/suggestion would be greatly appreciated.
TIA,
Rajesh
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Rajesh Dayal INET: Rajesh_at_ohitelecom.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-LReceived on Sun Apr 15 2001 - 19:08:49 CDT
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: William Rogge INET: William_Rogge_at_voltek.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
![]() |
![]() |