oraenv stops working for 11g DB Instances in mixed GI/DB where GI is >18c
(Doc ID 2649727.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 12.1.0.2 and laterInformation in this document applies to any platform.
Symptoms
In mixed environments,where GI is of higher version like 18c/19c,oraenv stops working for 11g DB Instances-
18c
=======
[oracle@rachost01 oraenv]$ . oraenv
ORACLE_SID = [racdb18c] ? +ASM1
The Oracle base has been changed from /home/oracle to /u01/app/grid
12c
========
[oracle@rachost01 oraenv]$ . oraenv
ORACLE_SID = [racdb18c] ? racdb12c1
The Oracle base has been changed from /u01/app/grid to /u01/app/oracle
11g
========
[oracle@rachost01 oraenv]$ . oraenv
ORACLE_SID = [-MGMTDB] ? racdb11g1
ORACLE_BASE environment variable is not being set since this
information is not available for the current user ID oracle.
You can set ORACLE_BASE manually if it is required.
Resetting ORACLE_BASE to its previous value or ORACLE_HOME
The Oracle base remains unchanged with value /home/oracle
=======
[oracle@rachost01 oraenv]$ . oraenv
ORACLE_SID = [racdb18c] ? +ASM1
The Oracle base has been changed from /home/oracle to /u01/app/grid
12c
========
[oracle@rachost01 oraenv]$ . oraenv
ORACLE_SID = [racdb18c] ? racdb12c1
The Oracle base has been changed from /u01/app/grid to /u01/app/oracle
11g
========
[oracle@rachost01 oraenv]$ . oraenv
ORACLE_SID = [-MGMTDB] ? racdb11g1
ORACLE_BASE environment variable is not being set since this
information is not available for the current user ID oracle.
You can set ORACLE_BASE manually if it is required.
Resetting ORACLE_BASE to its previous value or ORACLE_HOME
The Oracle base remains unchanged with value /home/oracle
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |