Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Passing script file to SQL*PLUS
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.ruReceived on Wed Jun 04 1997 - 00:00:00 CDT
![]() |
![]() |