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: Matthieu DEGLIN <mdeglin_at_remove-me.partner.auchan.com>
Date: Fri, 14 Dec 2001 16:27:36 +0100
Message-ID: <9vd5ak$6o7$1@reader1.imaginet.fr>


The surprising thing is that sometimes it exits without 'Exit' !

Alistair a écrit dans le message <9vd4vu$lsl$1_at_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:27:36 CST

Original text of this message

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