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

Home -> Community -> Usenet -> c.d.o.server -> Oracle on Linux hints and tips

Oracle on Linux hints and tips

From: Adam Monsen <adamm_at_wazamatta.com>
Date: 7 Apr 2004 16:28:57 -0700
Message-ID: <9b12ed8d.0404071528.537c1ea@posting.google.com>

  1. /etc/tnsnames.ora MUST have UNIX line endings. If you see ^M characters at the end of every line when you do 'cat -v /etc/tnsnames.ora', execute the command 'dos2unix /etc/tnsnames.ora' (I've seen sqlplus fail because of this but not issue a warning)
  2. /etc/tnsnames.ora should have permissions set to rw-r--r-- (0755) and should be owned by root (I've seen sqlplus fail because of this but not issue a warning)
  3. the ORACLE_HOME environment variable needs to be set to the root of your oracle installation

Anyone have any corrections/additions/comments/suggestions? Received on Wed Apr 07 2004 - 18:28:57 CDT

Original text of this message

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