Configuring the collation.properties file entries
This topic lists the collation.properties file entries that the sensor uses.
- com.collation.discovery.oracle.extended
- This property specifies whether additional configuration values about Oracle database links are
stored.
The default value is N (No).
If you set the property to Y (Yes), the sensor stores additional configuration values about Oracle database links.
- com.collation.platform.os.ignoreLoopbackProcesses=true
- The default value is true, which means
that the processes that are listening on loopback interfaces are ignored.
Therefore, if a server is listening only on the loopback IP address
(127.0.0.1), and not on any other externally available IP address,
that server will not be discovered.
This property controls the discovery of external IP addresses.
If the value of this property is set to false, all processes with listening ports are considered for discovery.
You must set this property to true if you want to discover an Oracle Application Server or the WebLogic sensors. For example, if the WeblogicServerVersionSensor sensor tries to start using a local host address, this property must be set to true.
- com.collation.discovery.oracle.tablelimit
- This property controls the quantity of tables that are discovered by Oracle sensor.
The default value is 1000. The property supports only positive values.
- com.collation.oracle.sensor.ignoreNonRegisteredSidOfListener=true
- The default value of this property is false.
- com.collation.oracle.sensor.CreateOnlyConfirmedRegisteredSid=true
- The default value of this property is true. For true value:
- Oracle Sensor will only create Oracle Instances for SIDs for which Jdbc connection is success on the listener. Success of jdbc connection act as a confirmation that the SID is registered on the current listener for which the sensor is invoked. The model object will be created with this listener’s IP or Port details
- It will also create shallow Oracle Instance for SIDs where we get this error "ORA-01017: invalid username/password; logon denied". This is because jdbc driver throws this error after it had checked that SID is registered with listener
- com.collation.oracle.sensor.cmd.prefix
- This is an optional property and is used to specify a text that will be prefixed with the Oracle commands executed by this sensor.
- com.collation.discover.agent.OracleAgent.pdb.seed=true
- The default value of this property is true. If this property is set to true, the Oracle Sensor will discover details of the PDB seeds. If the value is set to false, then for performance optimization, Oracle Sensor will discover seed PDBs but will skip its details like DBVersion, TableSpaces, Schemas, PDBHistory and DBLinks.
- com.collation.discover.agent.OracleAgent.pdb.maxPoolSize=10
- The default value of this property is 10. This is an optional property and set the maximum size of thread pool for parallel processing of PDB's in multiple threads.