ORA-010354 - Oracle Not Available [message #67023] |
Fri, 06 June 2003 07:11 |
Yash Vijayvergiy
Messages: 6 Registered: March 2003
|
Junior Member |
|
|
Unable to connect to ORACLE 9i from NT Machine on Sun Solaris. Have two Installations of Oracle 8i and 9i. Able to connect 8i w'out any problem but not 9i. Checked with listener.ora, tnsnames.ora and tnsping. All works fine.
Listener Names are:
Listener --> oracle8i.
Listener1 --> oracle9i.
Both under difft. user and partition and configured w.r.t difft ports 1521 and 9999 respectively.
It is very urgent.
thnx in Advance.
Yash
|
|
|
|
|
|
Re: ORA-01034 - Oracle Not Available [message #67030 is a reply to message #67029] |
Mon, 09 June 2003 07:12 |
Yash Vijayvergiy
Messages: 6 Registered: March 2003
|
Junior Member |
|
|
ORA-01034: ORACLE Not Available
There may be error in the fields entered, or the server may not be ready for the connection.
tnsnames.ora (From Clients)
# TNSNAMES.ORA Network Configuration File: D:OracleOra81NETWORKADMINtnsnames.ora
# Generated by Oracle configuration tools.
NEWDB =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = amt31)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = NEWDB)
)
)
SUN28I =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.6.11)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = gtlbo1)
)
)
EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
)
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
)
)
SUN29I =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.6.11)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = amtrix)
)
)
######################################################
listener.ora (From Server)
# LISTENER.ORA Network Configuration File: /disk2/databases/ora920/network/admin/listener.ora
# Generated by Oracle configuration tools.
(ORACLE 9i)
LISTENER1 =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = 5555))
)
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.6.11)(PORT = 9999))
)
)
SID_LIST_LISTENER1 =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtPro)
(ORACLE_HOME = /disk2/databases/ora920)
(PROGRAM = extproc)
)
(SID_DESC =
(GLOBAL_DBNAME = AMTRIX)
(ORACLE_HOME = /disk2/databases/ora920)
(SID_NAME = amtrix)
)
)
######################################################
(ORACLE 8i)
# LISTENER.ORA Network Configuration File: /disk2/databases/oracle/network/admin/listener.ora
# Generated by Oracle configuration tools.
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
)
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.6.11)(PORT = 1521))
)
)
(DESCRIPTION =
(PROTOCOL_STACK =
(PRESENTATION = GIOP)
(SESSION = RAW)
)
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.6.11)(PORT = 2481))
)
)
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /disk2/databases/oracle)
(PROGRAM = extproc)
)
(SID_DESC =
(GLOBAL_DBNAME = gtlbo1)
(ORACLE_HOME = /disk2/databases/oracle)
(SID_NAME = gltbo1)
)
)
|
|
|
|
Re: ORA-01034 - Oracle Not Available [message #67033 is a reply to message #67031] |
Mon, 09 June 2003 23:08 |
Yash Vijayvergiy
Messages: 6 Registered: March 2003
|
Junior Member |
|
|
Checked with everything. Listener is started, Database is up.
Infact, checked with 2-3 time shutting down and starting database and restarting listener same number of time.
For me everything looks fine as far as I know, but still unable to solve the problem.
|
|
|
|
Re: ORA-01034 - Oracle Not Available [message #67239 is a reply to message #67046] |
Fri, 27 February 2004 04:52 |
Amit
Messages: 166 Registered: February 1999
|
Senior Member |
|
|
Hi Everyone,
I solved the problem. I configured two different listeners on two different ports apart from the default one's (1521).
1522 and 1524 are the present ports of the two listeners.
|
|
|
Re: ORA-01034 - Oracle Not Available [message #67300 is a reply to message #67031] |
Tue, 13 April 2004 04:47 |
Dipesh Mistry
Messages: 1 Registered: April 2004
|
Junior Member |
|
|
Solution
Using Oracle Client 92040, under NT(W2000)
after restarting the database, and trying to connect, getting:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
probably you should change
sqlnet.ora (located in $(ORA_HOME)networkadmin)
change the following parameter:
SQLNET.AUTHENTICATION_SERVICES=(NTS)
to
SQLNET.AUTHENTICATION_SERVICES=(NONE)
Restart your database service and you should be good to go.
|
|
|