9i to 10g upgrade through import error [message #251855] |
Mon, 16 July 2007 23:47 |
pooja_g
Messages: 56 Registered: December 2005 Location: India
|
Member |
|
|
Hi,
I have import of schemas from oracle 9.2.0.8 on windows platform.I have a HP UNIX (64 bit) server, where i have installed oracle 10.2.0.3,I have created a database exact replica of 9i database.When i import a schema i get the following error,
ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
HP-UX Error: 2: No such file or directory
The 10g database is up and running fine.Can anyone please shed light of the possible cause of error.I have 9i server installed of my local machine.
|
|
|
|
|
Re: 9i to 10g upgrade through import error [message #251981 is a reply to message #251855] |
Tue, 17 July 2007 10:47 |
DreamzZ
Messages: 1666 Registered: May 2007 Location: Dreamzland
|
Senior Member |
|
|
pooja_g wrote on Mon, 16 July 2007 22:47 | Hi,
I have import of schemas from oracle 9.2.0.8 on windows platform.I have a HP UNIX (64 bit) server, where i have installed oracle 10.2.0.3,I have created a database exact replica of 9i database.When i import a schema i get the following error,
ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
HP-UX Error: 2: No such file or directory
The 10g database is up and running fine.Can anyone please shed light of the possible cause of error.I have 9i server installed of my local machine.
|
SQL> select OPEN_MODE from v$database;
READ WRITE
As imp/exp works only in open stage not in mount not in nomount.
|
|
|
|