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: SQL PLUS

Re: SQL PLUS

From: Dark Mage <wcfun69_at_hotmail.com>
Date: 2000/03/20
Message-ID: <eIvB4.18019$511.4288667@tw11.nn.bcandid.com>#1/1

Currently I am using the line

sqlplus -s Username/password @datainstance

However this still invokes a DOS window which I do not want to come up. Do you know how to get around this.

thanks
Sybrand Bakker <postbus_at_sybrandb.demon.nl> wrote in message news:953581092.16704.0.pluto.d4ee154e_at_news.demon.nl...
> May be you should just use the DOS variant of sqlplus with the -s option.
> In Oracle 7 you have plus33 (runs in a dos box) and plus33w (GUI)
> AFAIK in Oracle 8 you have plus80 and plus80w.
> So in the batch file it would read
> plus33 -s <username/password> (etc...)
>
> Hth,
>
> Sybrand Bakker, Oracle DBA
>
>
> Dark Mage <wcfun69_at_hotmail.com> wrote in message
> news:9OuB4.17923$511.4261847_at_tw11.nn.bcandid.com...
> > I am running a batch file through dos to invoke SQLPLUS and run a query.
> > Does anyone know how to bring up the SQLPLUS window minimized while it
 is
> > running the query??
> >
> > Thanks
> >
> >
>
>
Received on Mon Mar 20 2000 - 00:00:00 CST

Original text of this message

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