OPERA Database Alert "Oracle TNS Listener Remote Poisoning" (Doc ID 2278929.1)
APPLIES TO:
Oracle Hospitality OPERA 5 Property Services - Version 5.4.0 and laterInformation in this document applies to any platform.
GOAL
The document will explain how to correct the alert Vulnerability issue name as "Oracle TNS Listener Remote Poisoning" which is high alert in the version 11.2.0.4
This should be done to version 11.2.0.4 and above on the Database server and Dataguard server. The oracle versions below should run oracle patch. So don’t use it for other versions.
SOLUTION
This should be done to version 11.2.0.4 and above on the Database server and Dataguard server.
- How to check the Database Version:
To check the version you can open SQLPLUS in CMD line and see the banner with version. But basically you will be able to see it in the oracle folder under d: drive
- How to fix the issue for version 11.2.0.4 and above
-
- Add the COST TCP protocol restriction "SECURE_REGISTER_LISTENER = (TCP)" to the listener.ora.
This is example of how the line should look in listener.ora file located in d:\oracle\11204\network\admin\ folder
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = <server name>)(PORT = 1551))
)
)
SECURE_REGISTER_LISTENER = (TCP)
-
- After the changes made, Restart the listener.
You can restart the service from services system screen.