Re: SQLPLUS command line
- From: "Michel Cadot" <micadot{at}altern{dot}org>
- Date: Mon, 19 Jun 2006 16:44:30 +0200
<snarks@xxxxxxxxx> a écrit dans le message de news: 1150724669.757425.13660@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
| 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.
|
you can use:
type script.sql | sqlplus ...
instead of:
sqlplus ... @script.sql
Just a small workaround.
Regards
Michel Cadot
.
- Follow-Ups:
- Re: SQLPLUS command line
- From: snarks
- Re: SQLPLUS command line
- References:
- SQLPLUS command line
- From: snarks
- SQLPLUS command line
- Prev by Date: SQLPLUS command line
- Next by Date: Re: SQLPLUS command line
- Previous by thread: SQLPLUS command line
- Next by thread: Re: SQLPLUS command line
- Index(es):
Relevant Pages
|