The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 06-03-2005
jim mcnamara jim mcnamara is offline Forum Staff  
...@...
  
 

Join Date: Feb 2004
Location: NM
Posts: 5,811
Your error means it cannot find the sqlplus executable. It has nothing to do with Oracle being started.

If Oracle is on your system, then ORACLE_HOME has to be defined. If it is not, get your sysadmin to put into /etc/profile

Then change your path like this in your personal profile:

Code:
export PATH=$PATH:$ORACLE_HOME/bin

After you excute you new profile, the commabnd
Code:
which sqlplus

will show a "path/to/oracle/sqlplus"