The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM



Thread: aix-oracle
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 04-17-2002
LivinFree's Avatar
LivinFree LivinFree is offline
Goober Extraordinaire
 

Join Date: Jul 2001
Location: Portland, OR, USA
Posts: 1,584
I just re-read this post again, and this isn't the same error that you talked about above. A tool that you may use (I'm not sure if it has to be installed, or if it's in by default) is the $ORACLE_HOME/bin/oerr command to determine what the cause of an error may be.
An example of it's usage would be:
$OARCLE_HOME/bin/oerr ora 6000
to look up error ORA-06000

Hope this helps.