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 -> Exiting a .sql

Exiting a .sql

From: Matthieu DEGLIN <mdeglin_at_remove-me.partner.auchan.com>
Date: Fri, 14 Dec 2001 11:43:30 +0100
Message-ID: <9vcklu$17g$1@reader1.imaginet.fr>


Hello,
Under Unix I launch the following command:

sqlplus usr/pwd @my_sql.sql

my_sql looks like:

spool my_fic
select xxx from xxx;
spool off;

There isn't any 'Exit' in my_sql.

On a certain environement it exists on an other it shows the SQL prompt (SQL>).
Is it linked to a version of sqlplus ?
Any other idea ?

Thanx for help
Matt. Received on Fri Dec 14 2001 - 04:43:30 CST

Original text of this message

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