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