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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Exiting a .sql

Re: Exiting a .sql

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: 14 Dec 2001 06:39:08 -0800
Message-ID: <a20d28ee.0112140639.750aafe4@posting.google.com>

"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.

Dependent on how the OS deals with EOF conditions.

Hth

Sybrand Bakker
Senior Oracle DBA Received on Fri Dec 14 2001 - 08:39:08 CST

Original text of this message

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