Configuring the Discoverer
Configuration Settings
| Section | Key | Value | Description |
|---|---|---|---|
| [Database] | TNS_ADMIN | <network service="" name="" location=""></network> | Location from where network service names needs to be read |
| - | NET_SERVICE_NAME | <net_service_name></net_service_name> | Network Service name to be used to make connection |
| - | WALLET_LOCATION | <ssl wallet="" location="">|<seps wallet="" location=""></seps></ssl> | Location of wallets for secured connections via SSL or SEPS (Secure External Password Store) |
| - | DB_HOSTNAME | <hostname>|<ip_address></ip_address></hostname> | Hostname or IP Address of the target database server |
| - | DB_PORT |
The default is 1521. | Listener port number for the target database. If a port number is not specified, the default port 1521 is used. |
| - | DB_SERVICE_NAME | <service_name></service_name> | Service name for the target database |
| - | SSL_ENABLED |
The default is | Specifies if SSL is enabled or disabled when connecting to the Database Server. This is an optional argument. It is recommended that the If |
| - | SSL_TRUSTSTORE |
Example: | Specifies the absolute path to the TrustStore, and the TrustStore file name. Mandatory if |
| - | SSL_TRUSTSTORE_TYPE | PKCS12 | JKS | SSO | Specifies the type of TrustStore. Use Use Use |
| - | SSL_KEYSTORE |
Example: | Specifies the absolute path to the KeyStore, and the KeyStore file name. If Mandatory if the Database server requires client authentication. |
| - | SSL_KEYSTORE_TYPE | PKCS12 | JKS | SSO | Specifies the type of KeyStore. Use Use Use |
| - | SSL_DN | <distinguished_name></distinguished_name> | Distinguished Name (DN) of the target Database server. Specify the DN if the server’s DN needs to be checked. This is an optional argument. |
| - | SSL_VERSION |
The default is | Specifies the version of the SSL protocol to use when connecting to the Database Server. This is an optional argument. Use Use Use |
| - | SSL_CIPHER_SUITES |
Example: | Specifies the Cryptographic Algorithms to be used. Multiple entries can be specified as a comma-separated list. This is an optional argument. For information about supported cryptographic suites, see https://docs.oracle.com/javase/8/docs/technotes/guides/security/SunProviders.html. |
| [Discovery Parameters] | SENSITIVE_PATTERN_FILES |
The default is | Specifies the pattern files to be used. Multiple files can be specified as a comma-separated list. The limit is 10 files. For more information about configuring the Sensitive Data Type pattern file, see Pattern File Configuration (Optional). |
| - | SCHEMA_SCOPE |
The default is | Specifies the schemas to be scanned. Multiple schemas can be specified as a comma-separated list. |
| - | MINROWS |
The default is | Specifies the minimum number of rows in a table for that table to be scanned. Tables with a number of rows less than what is specified in the |
| - | EXCLUSION_LIST_FILE | <exclusion_list_filename>.ini</exclusion_list_filename> | Specifies the file to be used to exclude schemas, tables, or columns from the scan. For more information about configuring the Exclusion List file, see Configuring the Exclusion List File (Optional). |
| [Sensitive Categories] | The [Sensitive Categories] section defines which Sensitive Categories are used. Valid risk levels are:
The types of sensitive data are defined in the Sensitive Data Type pattern file. For more information about configuring the Sensitive Data Type pattern file, see Pattern File Configuration (Optional). |