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

Home -> Community -> Usenet -> c.d.o.server -> Re: SQLPlus batch runs with auto-exit

Re: SQLPlus batch runs with auto-exit

From: Martin Haltmayer <Martin.Haltmayer_at_0800-einwahl.de>
Date: Thu, 27 Jan 2000 19:51:29 +0200
Message-ID: <389085A1.AC1F255E@0800-einwahl.de>


sqlplus CONNECTSTRING @scriptname <nul

in Unix (sqlplus CONNECTSTRING @scriptname </dev/null)

Martin

Eric Yu wrote:
>
> How can you run a sql script in batch (DOS/NT) w/SQLPLUS, so that SQLPLUS
> auto-exits after running the script commands (w/o having to put an explicit
> EXIT command into the script)? [Oracle 8.x versions, if that matters...]
>
> Thx,
> Eric
Received on Thu Jan 27 2000 - 11:51:29 CST

Original text of this message

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