Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Errors 01034 and 07318
This sounds as if someone has reset the permissions of your oracle executable. Try
ls -l $ORACLE_HOME/bin
It should return
-rwsr-s--x 1 oracle dba 20200588 Jul 25 10:53 oracle
If the s in the permissions above is an x on your listing you will need to change the permission as follows;
chmod +s $ORACLE_HOME/bin
Hope this helps,
Ian Received on Fri Oct 03 1997 - 00:00:00 CDT
![]() |
![]() |