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!

Oracle 12c Release 1 on Windows Server 2012 - Impossible to start the listener

Florent LemoineApr 4 2017 — edited Apr 6 2017

Hi everybody,

I installed Oracle 12c Release 1 on a Windows Server 2012 environment and I need to start the listener 'LISTENER' in order to install a PLM application that will plug to Oracle.

Unfortunately, it won't start with the error message "error 2: the system cannot find the file specified".

Below is my listener.ora

# LISTENER.ORA Network Configuration File: D:\temp\OSA92\network\admin\listener.ora

# Generated by Oracle configuration tools.

LISTENER =

  (DESCRIPTION_LIST =

    (DESCRIPTION =

      (ADDRESS_LIST =

        (ADDRESS = (PROTOCOL = TCP)(HOST = khypxanvs112)(PORT = 1521))

      )

    )

  )

SID_LIST_LISTENER =

    (SID_DESC =

      (GLOBAL_NAME = wind)

      (ORACLE_HOME = W:\oracle\product\12.1.0\dbhome_1)

      (SID_NAME = wind)

    )

  )

and the tnsname.ora

# TNSNAMES.ORA Network Configuration File: D:\temp\OSA92\network\admin\tnsnames.ora

# Generated by Oracle configuration tools.

wind =

      (DESCRIPTION =

        (ADDRESS_LIST =

          (ADDRESS = (PROTOCOL = TCP)(HOST = khypxanvs112)(PORT = 1521))

        )

        (CONNECT_DATA =

          (SID = wind)

        )

  )

I really need help plz !

Thank you,

Florent

This post has been answered by Florent Lemoine on Apr 6 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 4 2017
Added on Apr 4 2017
34 comments
1,745 views