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: Passing script file to SQL*PLUS

Re: Passing script file to SQL*PLUS

From: Konstantin V Sartakov <skv_at_kpbank.ru>
Date: 1997/06/04
Message-ID: <3394B10E.32C0@kpbank.ru>#1/1

Lisa M. Lewis wrote:
>
> I am trying to execute a script file in sql*plus from the command line
> rather than opening SQL*PLUS and then executing the script. Can anyone
> tell me the syntax? I am doing something like: sqlplus
> @e:\scriptfile.sql How do I pass my username/password? I don't
> want to be prompted for them??

        sqlplus username/password @your_script.sql

Regards


         Konstantin V. Sartakov
                Kuzbassprombank
                       Kemerovo
                         Russia
           mailto:skv_at_kpbank.ru
Received on Wed Jun 04 1997 - 00:00:00 CDT

Original text of this message

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