Kbase P20872: Unable to connect to Oracle database - Oracle error 3113
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/23/2006 |
|
Status: Unverified
FACT(s) (Environment):
Oracle DataServer
SYMPTOM(s):
Unable to connect to Oracle database, getting Oracle error 3113.
ORACLE error see "ORACLE Error Messages and Codes Manual". (1252)
ORACLE error -3113 see "ORACLE Error Messages and Codes Manual". (1252)
Failed to connect to ORACLE database . (1451)
DataServer log file shows:
The server could not open the foreign database. (1891)
CAUSE:
The Oracle executable ($ORACLE_HOME/bin/oracle) does not have the correct permissions set.
FIX:
Enable SETUID bit with the command:
chmod 6751 oracle
This will change the permission to -rwsr-s--x