Re: SQLPLUS command line

From: Michel Cadot <micadot{at}altern{dot}org>
Date: Mon, 19 Jun 2006 16:44:30 +0200
Message-ID: <4496b84c$0$20884$626a54ce_at_news.free.fr>


<snarks_at_gmail.com> a écrit dans le message de news: 1150724669.757425.13660_at_c74g2000cwc.googlegroups.com...
| I'm running SQL script filess through SQLPLUS (Windows platform), but I
| want to make sure that SQLPLUS terminates and doesn't sit there waiting
| for a QUIT command. How can I do this? I would have thought that it
| would have a command line parameter to force this, I don't want to have
| to remember to put QUIT at the end of every sql script that I or my
| colleagues write.
|
| Phil Hibbs.
|

[Quoted] you can use:

type script.sql | sqlplus ...

instead of:

sqlplus ... _at_script.sql

Just a small workaround.

Regards
Michel Cadot Received on Mon Jun 19 2006 - 16:44:30 CEST

Original text of this message