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 -> Re: Errors 01034 and 07318

Re: Errors 01034 and 07318

From: Ian Cary <cary_at_gatwick.geco-prakla.slb.com>
Date: 1997/10/03
Message-ID: <3434BC0B.B925487B@gatwick.geco-prakla.slb.com>#1/1

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

Original text of this message

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