Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: sqlplus session (how to) in NT
In a command-shell, you can use the command
'set path'
to get the 'bin'-path of 'oracle'.
Check the ora\bin-path for 'PLUSxx.EXE' (dos-version), or PLUSxxW.EXE
(windows-version).
I start my sessions like this:
(F:\ORANT\BIN\)PLUS80W.EXE scott/tiger_at_test @script1
Hope it helps
Greetings Dan
Esther Yow Wai Han wrote in message <7al6a1$7mu$1_at_newton3.pacific.net.sg>...
>in unix shell script, we can have
>...
>sqlplus scott/tiger << !!
>@script1
>@script2
>!!
>what's the equivalent of
>sqlplus << !!
>...
>!!
>in NT shell programming?
Received on Fri Feb 19 1999 - 21:02:33 CST
![]() |
![]() |