Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

lsnrctl start newlist, TNS-12560: TNS:protocol adapter error

948656Jul 24 2012 — edited Aug 23 2013
Hello 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 20 2013
Added on Jul 24 2012
12 comments
6,999 views