.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
unable to attach to shared memory segment

unable to attach to shared memory segment

2004-09-30       - By Hollis, Les
Reply:     1     2     3     4     5     6     7     8     9     10     >>  

Are you setting your ORACLE_HOME and ORACLE_SID environment?  Just because
you put it in /etc/oratab, it doesn't automatically set it for you

You must source /etc/oratab using the  oraenv command

$> . oraenv


oratab  is called by oraenv to determine ORACLE_HOME based on the ORACLE_SID
you enter.

You won't be able to access the instance if ORACLE_SID isn't set

-- --Original Message-- --
From: Ralf Dieterle [mailto:ralfdieterle@(protected)]
Sent: Thursday, September 30, 2004 3:33 PM
To: suse-oracle@(protected); mohammad_tina@(protected)
Subject: Re: [suse-oracle] unable to attach to shared memory segment

Hi Mohammed,

Can you start the instance manually?
has user oracle enough rights on /etc/oratab?
how big is your SGA configured? Linux x86 doesn't support more than ~1,7 GB
without some bigger changes. These are not done with orarun!!

Yours, Ralf

>>>Mohammad N. Tina <mohammad_tina@(protected)> 09/30/04 7:42 pm >>>


Hi,


I have a suse 8.2+oracle9iR2


after installion of oracle, i created my DB , i add a line for the db in
oratab, restart the server


then trying to acces the db using sqlplus


i got the following error


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              


checked with kernal setting, nothing wrong


sun:/home/oracle/dbs # sysctl -a | grep shmmax

kernel.shmmax = 3294967296  


i am using orarun to setup kernal setting




any one have any idea.




Thnaks  











-- ---- ---- ---- ---- ---- -----

Do you Yahoo!?

Express yourself with Y! Messenger! Free. Download now.


--
To unsubscribe, email: suse-oracle-unsubscribe@(protected)
For additional commands, email: suse-oracle-help@(protected)
Please see http://www.suse.com/oracle/ before posting