Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: calling sql from korn shell script

Re: calling sql from korn shell script

From: HansF <News.Hans_at_telus.net>
Date: Tue, 04 Oct 2005 02:49:04 GMT
Message-Id: <pan.2005.10.04.02.47.44.154462@telus.net>


You mean something like

oracle_at_mini:~> cat x
sqlplus <<EOF
scott/tiger_at_orcl
select * from dual;
rem exit
EOF

-- 
Hans Forbrich                           
Canada-wide Oracle training and consulting
mailto: Fuzzy.GreyBeard_at_gmail.com   
*** I no longer assist with top-posted newsgroup queries ***
Received on Mon Oct 03 2005 - 21:49:04 CDT

Original text of this message

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