.ora-code.com

Links
Home
Oracle DBA Forum
Frequent Oracle Errors
TNS:could not resolve the connect identifier specified
Backtrace message unwound by exceptions
invalid identifier
PL/SQL compilation error
internal error
missing expression
table or view does not exist
end-of-file on communication channel
TNS:listener unknown in connect descriptor
insufficient privileges
PL/SQL: numeric or value error string
TNS:protocol adapter error
ORACLE not available
target host or object does not exist
invalid number
unable to allocate string bytes of shared memory
resource busy and acquire with NOWAIT specified
error occurred at recursive SQL level string
ORACLE initialization or shutdown in progress
archiver error. Connect internal only, until freed
snapshot too old
unable to extend temp segment by string in tablespace
Credential retrieval failed
missing or invalid option
invalid username/password; logon denied
unable to create INITIAL extent for segment
out of process memory when trying to allocate string bytes
shared memory realm does not exist
cannot insert NULL
TNS:unable to connect to destination
remote database not found'>ora-02019
exception encountered: core dump
inconsistent datatypes
no data found
TNS:operation timed out
PL/SQL: could not find program
existing state of packages has been discarded
maximum number of processes exceeded
error signaled in parallel query server
ORACLE instance terminated. Disconnection forced
TNS:packet writer failure
see ORA-12699
missing right parenthesis
name is already used by an existing object
cannot identify/lock data file
invalid file operation
quoted string not properly terminated
ORA-01034: Oracle not available

ORA-01034: Oracle not available

2004-02-26       - By Hollis, Les
Reply:     1     2     3     4     5     6     7  

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