Put your tips and tricks online - Share your knowledge! Login | Register
 
 
  Search     Advanced search
 

Home | Ask Question | Add tip | Questions | My tips | Recent tips & tricks | Suggest a category | FAQ | Forums

 
 
 
 Category : Home > Databases > Oracle > Oracle 10g     

Unix permissions problem under ORACLE_HOME


Apparently this is a known Oracle bug, after installing Oracle 10.2.0 Unix permissions under
ORACLE_HOME are not set correctly, so directories and files are accessible to the
installation user and group (i.e. oracle:dba) but not to the reset of the world (others). If
you get any of the following errors the problem may be caused by this permissions bug.


$ sqlplus /
ld.so.1: sqlplus: fatal: /apps/oracle/product/10.2.0/db_1/lib/libclntsh.so.10.1: Permission
denied

Did you set the permissions on the whole directory or just that one library?


$ sqlplus /
Error 6 initializing SQL*Plus
Message file sp1<lang>.msb not found
SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory


$ sqlplus /
SP2-1503: Unable to initialize Oracle call interface
SP2-0152: ORACLE may not be functioning properly


One way to fix this is to run:

$ chmod -R o=g $ORACLE_HOME

However, make sure this doesn not violate your security policy.


  Options
 
   del.icio.us  |  newsvine  |  digg  |  furl  |  google  |  yahoo  |  Ma.gnolia  |  vigillar  |  reddit  |  technorati  |  icerocket  |  pubsub

     (Average: 5 / Votes: 6)   Rate this tip:    

Start discussion or add comment to this tip

  Details
Tip reference : #95
views : 5678
Added on : 04/26/06
Submited by : h8dk97
 
Send a message Send a message Printer friendly output Printer friendly output
Display this member's tips Display this member's tips (149)
 
 
<< Previous Next >>
 Most viewed tips 
  Databases > Oracle > Security : How to unlock Oracle user account  
  Databases > Oracle > Performance Tuning : How to enable trace in Oracle  
  Databases > Oracle : Kill user session  
  Databases > Oracle : Scripts to backup Oracle database on Windows NT  
   
  All categories
Databases | Programming | Hardware | Operating Systems | Networking | Internet | ERP / CRM | Games & Multimedia | Graphics & Design | Miscellaneous | Office Software | TipLib FAQ
 
 

Home |  FAQ |  Terms of Use |  Privacy Policy

© 2005 tiplib.com