Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: newbie sqlplus ?
Do the following at the command line:
echo $PATH
Then look to see if your ORACLE_HOME/bin is in the path.
If not, you need to put that in your path. and just to make sure that it is
being found, do:
which sqlplus
This should return the path to sqlplus. If it cannot find it, you will get a
message like:
no sqlplus found in /usr/bin /usr/local/bin ......... and so on.
Whenever you issue a command, UNIX looks for it in the path that is specified. If it finds it, it will execute it, and if not, you will get that command not found error.
-Scott
>===== Original Message From ORACLE-L_at_fatcity.com =====
>I have just installed Oracle 8i1.7 on solaris 9 (ultra sparc 10) and issued
>the command sqlplus and I rec'd a "command not found" error. Is there
>something I forgt to do before the install? Let me kow if u need more info.
>THanks.
>
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.net
>--
>Author: Les Ayudo
> INET: info_at_lesayudo.com
>
>Fat City Network Services -- 858-538-5051 http://www.fatcity.com
>San Diego, California -- Mailing list and web hosting services
>---------------------------------------------------------------------
>To REMOVE yourself from this mailing list, send an E-Mail message
>to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
>the message BODY, include a line containing: UNSUB ORACLE-L
>(or the name of mailing list you want to be removed from). You may
>also send the HELP command for other information (like subscribing).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: sstefick INET: sstefick_at_harper.cc.il.us Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Sun Feb 23 2003 - 08:48:51 CST