Home » RDBMS Server » Networking and Gateways » listner is not started
listner is not started [message #127051] Fri, 08 July 2005 04:43 Go to next message
lakshman_tutike
Messages: 1
Registered: July 2005
Location: hyderabad
Junior Member
I have installed oracle8.1.7.0 Enterprise edition on windows 2000 Prof system. I didn't find the listner services in services and even the listner.ora is not created. I created listner.ora through Net8 configuration assistant and tried to start the listner manually, but it is giving the following error:

TNS-12546: TNS:permission denied
 TNS-12560: TNS:protocol adapter error
  TNS-00516: Permission denied
   32-bit Windows Error: 5: Input/output error


Here I'm giving the listner.ora entries

LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS_LIST =
        (ADDRESS = (PROTOCOL = TCP)(HOST = son15017)(PORT = 1521))
      )
      (ADDRESS_LIST =
        (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
      )
    )
  )

SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
      (SID_NAME = PLSExtProc)
      (ORACLE_HOME = D:\oracle\ora81)
      (PROGRAM = extproc)
    )
    (SID_DESC =
      (GLOBAL_DBNAME = etdevhyd)
      (ORACLE_HOME = D:\oracle\ora81)
      (SID_NAME = etdevhyd)
    )
  )


Can you anyone please help me.

Thanks and Regards
Lakshman
Re: listner is not started [message #127055 is a reply to message #127051] Fri, 08 July 2005 04:56 Go to previous message
Frank Naude
Messages: 4579
Registered: April 1998
Senior Member
Hi,

Check if you system name is specified correctly. Can you ping it?

Also, ensure you don't run any firewall or virus protection software that prevents the listener from connecting to port 1521.

Best regards.

Frank
Previous Topic: DTABASE IS UNAVAILABLE
Next Topic: Oracle not available
Goto Forum:
  


Current Time: Fri May 10 02:47:01 CDT 2024