Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Display shell script output
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