Re: Windows: Quit SQLPLUS without exit

From: Jewgenij Moldavskiy <jewgenij.moldavskiy_at_sdm.de>
Date: Mon, 3 Dec 2001 08:40:49 +0100
Message-ID: <9ufaa2$nd3$1_at_solti3.muc.sdm.de>


Sunny Singh schrieb in Nachricht ...
>SQL*Plus will exit without an exit if called this way:
>
>sqlplus user/password<<-EOF
>_at_script.sql
>EOF
>
>The above works on UNIX. I need way to run a sql file on Windows(dos)
>from sqlplus, and the sqlplus call should exit, without an explicit
>"exit" in the script.
>
>Pl help.

I use this method:

type script.sql | sqlplus user/password

It works without the script having EXIT

WBG Jewgenij Received on Mon Dec 03 2001 - 08:40:49 CET

Original text of this message