lsnrctl start newlist, TNS-12560: TNS:protocol adapter error
948656Jul 24 2012 — edited Aug 23 2013Hello I am using Windows 7. Oracle 11g R2. Firstly I created my directory C:\oracle\net. Then I created an entry for TNSADMIN in the windows registry entering the newly created c:\oracle\net.
I ran Oracle Net Manager. The path C:\oracle\net is displayed in the title bar.
Using Oracle Net Manager I created my listener with the following settings as saved to listener.ora in the C:\oracle\net directory
# listener.ora Network Configuration File: C:\oracle\net\listener.ora
# Generated by Oracle configuration tools.
ADR_BASE_NEWLIST = C:\app\oracle\product\11.2.0\dbhome_2\log
NEWLIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 2521))
)
From the command line prompt I type ......
lsnrctl start newlist
The following is returned
starting tnslnsr: please wait...
followed by
TNS-12560: TNS:protocol adapter error
TNS-00530: TNS:protocol adapter error
??? How do I resolve this? thanks