Hi Gurus,
This issue is eating my brain, but nothing seems to solve the problem. This is what I have and I did.
I have two HP-UX machines and one had Oracle 8i (8.1.7) installed with 4 databases running on it. I can do startup/shutdown etc on this machine without any issues.
Instead of installing Oracle on the second machine, I copied the Oracle install folders and files to the second machine. I did a file compare and everything is same. Now the problem starts. When I do the following after setting ORACLE_HOME and ORACLE_SID env variables
For the first two databases, I get the following message
After getting this message, I could start the database.
For the last two databases I am getting as below
Why I am getting this error only for the last two databases?
I tried relinking the executables as suggested in one of the Oracle metalink notes and nothing seems to help. Any one out there who had similar issues or could suggest a solution.
Thanks,
dbadmin
This issue is eating my brain, but nothing seems to solve the problem. This is what I have and I did.
I have two HP-UX machines and one had Oracle 8i (8.1.7) installed with 4 databases running on it. I can do startup/shutdown etc on this machine without any issues.
Instead of installing Oracle on the second machine, I copied the Oracle install folders and files to the second machine. I did a file compare and everything is same. Now the problem starts. When I do the following after setting ORACLE_HOME and ORACLE_SID env variables
For the first two databases, I get the following message
Code:
sqlplus /nolog
SQL*Plus: Release 8.1.7.0.0 - Production on Wed Apr 25 08:51:15 2007
(c) Copyright 2000 Oracle Corporation. All rights reserved.
connect / as sysdba
Connected to an idle instance.
For the last two databases I am getting as below
Code:
sqlplus /nolog
SQL*Plus: Release 8.1.7.0.0 - Production on Wed Apr 25 08:54:35 2007
(c) Copyright 2000 Oracle Corporation. All rights reserved.
connect / as sysdba
ERROR:
ORA-01096: program version (8.1.7.2.0) incompatible with instance (8.1.7.0.0)
I tried relinking the executables as suggested in one of the Oracle metalink notes and nothing seems to help. Any one out there who had similar issues or could suggest a solution.
Thanks,
dbadmin