I am trying to start listener on NT for the newly installed 8.1.5. I get the following error:
TNS-12560: TNS Protocol adaptor error
TNS-00530: Protocol adaptor error
someone please tell me what exactly is the problem.
Thanks
Shobha
Could you post your listener.ora file thats in /O_H/net80/admin location ? with your host/machin name and database name thats currently running on the host.
Try with the following this is my server listener.ora. I modified it for you.
<font face=courier>
# LISTENER.ORA Network Configuration File: E:\Oracle\Ora816\network\admin\listener.ora
# Generated by Oracle configuration tools.
STARTUP_WAIT_TIME_LISTENER = 0
CONNECT_TIMEOUT_LISTENER = 60
TRACE_LEVEL_LISTENER = OFF
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = shobha)(PORT = 1521))
)
)
)
Bookmarks