Re: Oracle 7 and UNIX permissions - Help

From: Curtis Gedak <curt_at_riscan.com>
Date: 1996/04/04
Message-ID: <4k1hfk$6jg_at_smu007sv.pipe.nova.ca>#1/1


aguidoum_at_emirates.net.ae (Ali Guidoum) wrote:

>On 29 Mar 1996 13:58:07 -0800, bagley_at_zimmer.CSUFresno.EDU (Elizabeth
>Bagley) wrote:
 

>>I have an Oracle 7 system running under Solaris, but have been unable
>>to make the databases available to any user on the machine other than
>>"oracle", the software owner. As suggested in the install docs, the
>>files in the dbs directory are 640 and owned by "oracle" with a group
>>ownership of "dba".
>>

Another thing to consider is that the sticky bit must be set on the oracle executable in the $ORACLE_HOME/bin directory.

If you do an ls -l on $ORACLE_HOME/bin/oracle you should see something like:

-rwsr-s--x 1 oracle7 dba 8612122 Feb 6 11:11 oracle

If these permissions are not there, you can set them with the following command:

chmod 6751 $ORACLE_HOME/bin/oracle

NOTE: This is not the same as the sticky bit that is set on the $ORACLE_HOME/bin/orasrv executable by the root.sh install script.

curt_at_riscan.com Received on Thu Apr 04 1996 - 00:00:00 CEST

Original text of this message