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

Home -> Community -> Mailing Lists -> Oracle-L -> Display shell script output

Display shell script output

From: Ranko Mosic <ranko.mosic_at_gmail.com>
Date: Fri, 14 Jul 2006 12:24:44 -0400
Message-ID: <367369f10607140924n10866714pa1d98ae180fa91ee@mail.gmail.com>


Hi List,
I need to be able to see commands executed on the sceen - they are not echoed now:
#!/bin/ksh
sqlplus system/password<<EOF <system/password@<<EOF> set echo on
set termout on
set feedback on
Create user test identified by test
default tablespace rcvcat_tbs
quota 0 on system;
exit;
EOF
--

Regards,
Ranko Mosic
Contract Senior Oracle DBA
B. Eng, Oracle 10g, 9i Certified Database Professional Phone: 416-450-2785
email: mosicr_at_rogers.com
http://ca.geocities.com/mosicr@rogers.com/ContractSeniorOracleDBARankoMosicMain.html

--

http://www.freelists.org/webpage/oracle-l Received on Fri Jul 14 2006 - 11:24:44 CDT

Original text of this message

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