ORA-01034: Oracle not available 2004-02-26 - By Hollis, Les
Problem is the permissions on your $ORACLE_HOME/bin/oracle file
It needs the sticky bit set
Do an ls -l $ORACLE_HOME/bin/oracle
It should look like this
rydsup16:/home/oracle> ls -l /$ORACLE_HOME/bin/oracle -rwsr-s--x 1 oracle dba 33692568 Aug 18 2002 oracle rydsup16:/home/oracle>
If not you will need to
chmod 6751 oracle
to get the permissions right
this typically happens when you try to tar an oracle install from one server to another and don't include the p option to preserve permissions
-- --Original Message-- -- From: Stefan Sturm [mailto:mailling@(protected)] Sent: Thursday, February 26, 2004 6:35 AM To: suse-oracle@(protected) Subject: [suse-oracle] ORA-01034 (See ORA-01034.ora-code.com): Oracle not available
Hello,
I installed Oracle 9.0.2.1 on my Linux Box. And till now erverything went OK. But no I habe a Problem: I installed Oracle with user oracle. When I now use sqlplus to connect to the Database (sqlplus system/manager) with user oracle is erverything fine. But when I tried with another linux user to connect I get the following errors: ERROR: ORA-01034 (See ORA-01034.ora-code.com): ORACLE not available ORA-27123 (See ORA-27123.ora-code.com): unable to attach to shared memory segment Linux Error: 13: Permission denied
What I'm doing wrong`?
Thanx for your help, Stefan Sturm
-- To unsubscribe, email: suse-oracle-unsubscribe@(protected) For additional commands, email: suse-oracle-help@(protected) Please see http://www.suse.com/oracle/ before posting
-- To unsubscribe, email: suse-oracle-unsubscribe@(protected) For additional commands, email: suse-oracle-help@(protected) Please see http://www.suse.com/oracle/ before posting
|
|