Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: How To Execute Sqlplus Scripts At The Command Line
Hi,
try putting this in the ksh script you have.
"`sqlplus -S uid/pwd << EOF >> sqllog.log
select sysdate from dual ; -- whatever sql that you want execute. EXIT; EOF`" -Dexter. Received on Wed Jan 12 2005 - 05:05:10 CST