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

Re: Exiting a .sql

From: Alistair <alistair.thomson_at_sphinxcst.co.uk>
Date: Fri, 14 Dec 2001 15:13:21 -0000
Message-ID: <9vd4vu$lsl$1@thorium.cix.co.uk>


Dont you just add

exit

to your sql script?

Alistair

"Matthieu DEGLIN" <mdeglin_at_remove-me.partner.auchan.com> wrote in message news:9vcklu$17g$1_at_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 - 09:13:21 CST

Original text of this message

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