i'm not sure what the problem is, but my attempt to start SQL*Plus returns the following two errors:
ORA-01034: Oracle not available and ORA-27101: shared memory realm does not exist.
My installation passed all tests so I'm pretty sure something is not being pointed in the right direction. I've attached my listner.ora file. Any thoughts?
# listener.ora Network Configuration
File: /home/oracle/product/10.1.0/Db_2/network/admin/listener.ora
# Generated by Oracle configuration tools.
SID_LIST_LISTENER=
(SID_LIST=
(SID_DESC=
#BEQUEATH CONFIG
(GLOBAL_DBNAME=sales.mydb.com)
(SID_NAME=sales)
(ORACLE_HOME = /home/oracle/product/10.1.0/Db_2)
#PRESPAWN CONFIG
(PRESPAWN_MAX=20)
(PRESPAWN_LIST=
(PRESPAWN_DESC=(PROTOCOL=tcp)(POOL_SIZE=2)(TIMEOUT=1))
)
)
)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
)
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = oracle.mydb.com)(PORT = 1521))
)
)
)
ORA-01034: Oracle not available and ORA-27101: shared memory realm does not exist.
My installation passed all tests so I'm pretty sure something is not being pointed in the right direction. I've attached my listner.ora file. Any thoughts?
# listener.ora Network Configuration
File: /home/oracle/product/10.1.0/Db_2/network/admin/listener.ora
# Generated by Oracle configuration tools.
SID_LIST_LISTENER=
(SID_LIST=
(SID_DESC=
#BEQUEATH CONFIG
(GLOBAL_DBNAME=sales.mydb.com)
(SID_NAME=sales)
(ORACLE_HOME = /home/oracle/product/10.1.0/Db_2)
#PRESPAWN CONFIG
(PRESPAWN_MAX=20)
(PRESPAWN_LIST=
(PRESPAWN_DESC=(PROTOCOL=tcp)(POOL_SIZE=2)(TIMEOUT=1))
)
)
)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
)
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = oracle.mydb.com)(PORT = 1521))
)
)
)