DaveNeubauer
IS-IT--Management
I have an application that uses Oracle for the back-end, but I am not in any way an Oracle DBA. That said, here is my problem:
One of my colleagues migrated my application server to a different domain and the Oracle app stopped working. The Windows 200 server event log.
Source: Service Control Manager
The OracleOra81TNSListener failed to start due to the following error: Access is denied.
Similarly, when I attempt to start the service, I get the message, "Could not start the OracleOra81TNSListener service on Local Computer. Error 5: Access is denied."
I have gone over shares, permissions, and services but cannot see a problem.
Here's a copy of my listener.ora file:
# LISTENER.ORA Network Configuration File: D:\Oracle\Ora81\network\admin\listener.ora
# Generated by Oracle configuration tools.
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = bekaert\sdw2k2)(PORT = 1521))
)
)
)
####################################
# Filename......: listener.ora
####################################
I am quite certain that this error is the result of the domain changing out from under Oracle.
Any suggestions? TIA, Dave N.
One of my colleagues migrated my application server to a different domain and the Oracle app stopped working. The Windows 200 server event log.
Source: Service Control Manager
The OracleOra81TNSListener failed to start due to the following error: Access is denied.
Similarly, when I attempt to start the service, I get the message, "Could not start the OracleOra81TNSListener service on Local Computer. Error 5: Access is denied."
I have gone over shares, permissions, and services but cannot see a problem.
Here's a copy of my listener.ora file:
# LISTENER.ORA Network Configuration File: D:\Oracle\Ora81\network\admin\listener.ora
# Generated by Oracle configuration tools.
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = bekaert\sdw2k2)(PORT = 1521))
)
)
)
####################################
# Filename......: listener.ora
####################################
I am quite certain that this error is the result of the domain changing out from under Oracle.
Any suggestions? TIA, Dave N.