Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: SQL Plus - Connection Problem

Re: SQL Plus - Connection Problem

From: Shawn Ellinger <sellinge_at_csac.com>
Date: Tue, 24 Oct 2000 05:25:21 GMT
Message-ID: <39F51D8E.4ECE24E7@csac.com>

yes this is true. Your best bet is to include $ORACLE_HOME/bin in your path in your startup file.

If you are using the Borne/Korn Shell put it in the .profile. ie.

PATH=$PATH:$ORACLE_HOME/bin
export PATH

I know this might be obvious but you never know what might help.

David Van Zandt wrote:
>
> $ORACLE_HOME/bin
> SQLPLUS
>
> HTH,
> dvz
>
> "Aoife" <aoifeo_at_musgrave.ie> wrote in message
> news:GDXI5.9957$Bw1.5943_at_news.indigo.ie...
> > Hi
> > I have used SQLPlus in the windows environment but now need to move to the
> > Unix operating system.
> > Can anybody tell me the default location where SQLPlus is installed and
 the
> > command that I need to run to lauch SQL Plus in Unix.
> >
> > Thanks
> >
> > Aoife
> >
> >
> >
Received on Tue Oct 24 2000 - 00:25:21 CDT

Original text of this message

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