unable to attach to shared memory segment 2004-09-30 - By Hollis, Les
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
|
|