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: <capitaldog_at_hotmail.com>
Date: 22 Feb 2004 16:10:38 -0800
Message-ID: <cc72d8ab.0402221610.48ec162b@posting.google.com>


ops, I meant how would you retrieve the data not the date.

Thanks Again,
Dog

Stephan Bressler <sbresslerx_no_spam_at_arcor.de> wrote in message news:<c14cn3$kdf$1_at_news.mch.sbs.de>...
> > sqlplus -s >/dev/null 2>&1 <<EOF
> > monitor/oramon
> > whenever sqlerror exit 1
> > select * from dual;
> > -- If we can not connect or select, we will not return 0!!!
> > exit 0
> > EOF
> >
> Or this way:
> sqlplus -s /nolog >/dev/null 2>&1 <<EOF
> connect monitor/oramon
> _your_sql_statements_
> EOF
Received on Sun Feb 22 2004 - 18:10:38 CST

Original text of this message

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