Cannot determine all dependent dynamic libraries for /proc/self/exe
75867Jun 15 2006 — edited Jul 26 2006Each time I start Oracle XE i writes this entry in the alert log as the first thing:
Wed Jun 14 23:45:45 2006
Starting ORACLE instance (normal)
Cannot determine all dependent dynamic libraries for /proc/self/exe
The open() system call failed for the file /proc/self/exe
Linux Error: 13: Permission denied
This file is just a dynamically created link to /bin/ls like this
lrwxrwxrwx 1 fgjensen users 0 2006-06-15 10:16 /proc/self/exe -> /bin/ls
and looking at the permissions the oracle use should have the permissions it needs.
Regards
Flemming