Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: calling sqlplus from unix shell script error

Re: calling sqlplus from unix shell script error

From: LKBrwn_DBA <member30625_at_dbforums.com>
Date: Tue, 09 Sep 2003 13:15:33 -0400
Message-ID: <3348815.1063127733@dbforums.com>

Correct sequence is:

sqlplus /nolog <<! > $CometsLog/create-tst92.log

connect sys/system as sysdba

exit

!

;)

--
Posted via http://dbforums.com
Received on Tue Sep 09 2003 - 12:15:33 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US