ORA-27101: shared memory realm does not exist linux
hello,
I have a database on oracle version 11.2.3 on Linux
the ORACLE_HOME is /opt/oracle/app/oracle/product/11.2.0/dbhome_1, I can login ok to database but from OAS show me this error:
ORA-27101: shared memory realm does not exist linux but th database started fine and I can to into for sqlplus.
When I created the database with name in lowercase I can't login database, but I created the database in uppercase i can login database.
the listener.ora
(SID_DESC =
(GLOBAL_DBNAME = BD)
(ORACLE_HOME = /opt/oracle/app/oracle/product/11.2.0/dbhome_1)
(SID_NAME = BD)
)
TNSNAMES.ORA
BD =
(DESCRIPTION =
I have a database on oracle version 11.2.3 on Linux
the ORACLE_HOME is /opt/oracle/app/oracle/product/11.2.0/dbhome_1, I can login ok to database but from OAS show me this error:
ORA-27101: shared memory realm does not exist linux but th database started fine and I can to into for sqlplus.
When I created the database with name in lowercase I can't login database, but I created the database in uppercase i can login database.
the listener.ora
(SID_DESC =
(GLOBAL_DBNAME = BD)
(ORACLE_HOME = /opt/oracle/app/oracle/product/11.2.0/dbhome_1)
(SID_NAME = BD)
)
TNSNAMES.ORA
BD =
(DESCRIPTION =
0