Display shell script output

  • From: "Ranko Mosic" <ranko.mosic@xxxxxxxxx>
  • To: oracle-l <oracle-l@xxxxxxxxxxxxx>
  • Date: Fri, 14 Jul 2006 12:24:44 -0400

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@xxxxxxxxxx http://ca.geocities.com/mosicr@xxxxxxxxxx/ContractSeniorOracleDBARankoMosicMain.html

Other related posts: