Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Unix bourne shell HELP
You're not redirecting any input into sqlplus... try it like this:
-----Original Message-----
From: Mr. Majestic [mailto:rc_at_neomenia.com]
Sent: 19 June, 2000 2:51 PM
To: Multiple recipients of list ORACLE-L
Subject: Unix bourne shell HELP
I'm executing this bourn shell script below. When I call the file to execute, I'm only getting logged on to sql plus with sqlplus /nolog.
How can I get the other statements to execute??
thanks
#!/bin/sh
sqlplus /nolog
connect internal Received on Mon Jun 19 2000 - 14:31:27 CDT