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 session (how to) in NT

Re: sqlplus session (how to) in NT

From: Dan <NOfiudiSPAM_at_datacomm.ch>
Date: Sat, 20 Feb 1999 04:02:33 +0100
Message-ID: <36ce26b9.0@news.datacomm.ch>


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

Original text of this message

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