Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: SQL Plus - Connection Problem
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
![]() |
![]() |