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 or plsql code from ksh

Re: Calling sqlplus or plsql code from ksh

From: Snid <snid_at_snider.sno>
Date: Fri, 20 Feb 2004 15:00:41 +1000
Message-ID: <c144ao$6a5$1@bunyip.cc.uq.edu.au>


Check out the sqlplus line

sqlplus -s >/dev/null 2>&1 "monitor/oramon" <<EOF

   whenever sqlerror exit 1
   select * from dual;

http://www.orafaq.com/scripts/unix/wait4ora.txt

More scripts here
http://www.orafaq.com/scripts/index.htm#UNIX

<capitaldog_at_hotmail.com> wrote in message news:cc72d8ab.0402191948.49c839c8_at_posting.google.com...
| Can you guys show me some of the ways to run sql code from ksh scripts.

|

| Thanks,
| dog
Received on Thu Feb 19 2004 - 23:00:41 CST

Original text of this message

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