| installing manually oem fails instance not available [message #427644] |
Fri, 23 October 2009 13:32  |
evoradba Messages: 36 Registered: April 2005 |
Member |
|
|
Hi
I just installed fresh oracle 11G on a solaris 10 machine and trying to create the oem keeps failing with error - also i had installed on a differnt server the same oracle version same O/S and no problems same steps
emca -config dbcontrol db -repos create
CONFIG: SQLEngine connecting with SID: TESTDB11, oracleHome: /home/oracle/produc
t/11G, and user: SYS
Oct 23, 2009 2:25:46 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine created successfully and connected
Oct 23, 2009 2:25:52 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: SQLEngine connecting with SID: TESTDB11, oracleHome: /home/oracle/product/11G, and user: DBSNMP
Oct 23, 2009 2:25:52 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
CONFIG: ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-01034: ORACL
E not available
ORA-27101: shared memory realm does not exist
at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngior
|
|
|
| Re: installing manually oem fails instance not available [message #427649 is a reply to message #427644] |
Fri, 23 October 2009 14:08  |
Michel Cadot Messages: 29429 Registered: March 2007 Location: Nanterre, France, http://... |
Senior Member |
|
|
ORA-01034: ORACLE not available
*Cause: Oracle was not started up. Possible causes include the following:
- The SGA requires more space than was allocated for it.
- The operating-system variable pointing to the instance is
improperly defined.
*Action: Refer to accompanying messages for possible causes and correct
the problem mentioned in the other messages.
If Oracle has been initialized, then on some operating systems,
verify that Oracle was linked correctly. See the platform
specific Oracle documentation.
Regards
Michel
|
|
|