ORA-27101: shared memory realm does not exist [message #635815] |
Thu, 09 April 2015 06:17  |
ashishkumarmahanta80
Messages: 231 Registered: October 2006 Location: kolkatta
|
Senior Member |
|
|
Dear All,
Database is of oracle XE.
When executed the below script -
alter system set memory_max_target=460235776m scope=spfile;
after shutdown of database, while trying to loging, below error occurred.
Enter password:
ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Process ID: 0
Session ID: 0 Serial number: 0
Unable to logging to database. Can you please assist me to make it up? How can I able to make it up?
Regards,
Ashish Kumar Mahanta
[Updated on: Thu, 09 April 2015 06:18] Report message to a moderator
|
|
|
|
|
Re: ORA-27101: shared memory realm does not exist [message #635824 is a reply to message #635818] |
Thu, 09 April 2015 08:27   |
ashishkumarmahanta80
Messages: 231 Registered: October 2006 Location: kolkatta
|
Senior Member |
|
|
Hello All,
When I investigate properly, then found that, location => oracle_home/database is having initXE.ora which was pointing to dbs/spfileXE.ora.
So I renamed the pfile and created new pfile with the help of alert log and started it with nomount command.
It's started. Then I create spfile and it got resolved. Other new alter command is executed from alert log.
Now database is up and running. Oracle XE pfile and spfile was having different location but logic is same 
Regards,
Ashish Kumar Mahanta
[Updated on: Thu, 09 April 2015 08:28] Report message to a moderator
|
|
|
Re: ORA-27101: shared memory realm does not exist [message #635825 is a reply to message #635824] |
Thu, 09 April 2015 08:31   |
gazzag
Messages: 1119 Registered: November 2010 Location: Bedwas, UK
|
Senior Member |
|
|
ashishkumarmahanta80 wrote on Thu, 09 April 2015 14:27location => oracle_home/database is having initXE.ora which was pointing to dbs/spfileXE.ora.
That is standard and expected. Additionally, you don't need an instance to be started to create a spfile from a pfile or vice versa.
|
|
|
|
|
|