Securing the Agent and Oracle Database Target Connection
Learn how secure the Agent and Oracle Database target connection.
Data security between an Audit Vault Agent and an Oracle Database target is achieved by default, through network encryption over TCP connection. Data security can also be achieved by using a TCPS/SSL connection.
If the target has been setup to accept TCPS/SSL connections, then follow these steps to configure the Agent:
-
Ensure that in the target’s
sqlnet.orafile, the following parameters are set:-
SQLNET.ENCRYPTION_SERVER=REQUESTED,REJECTED, or the default,ACCEPTED. -
SQLNET.CRYPTO_CHECKSUM_SERVER=REJECTEDor the default,ACCEPTED
-
-
Log in to the Oracle Database Security Central console as an administrator.
-
Select Targets.
-
In the left navigation menu, select Targets.
-
Select the name of the target that you want to modify.
-
Select Modify.
-
In the target page, do the following:
-
In the Audit Data Collection section, enter the details in Host Name/IP Address, choose TCPS protocol, Server DN, and upload the wallet file. Ensure all required fields are populated, including database user name and password.
-
Or alternately, select the Advanced option, choose TCPS protocol, upload the wallet file, and then in the Target Location field, provide the TCPS connection string. Ensure all required fields are populated, including database user name and password.
For example:
jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCPS)(HOST=<host_ip>)(PORT=<port_number>))(CONNECT_DATA=(SERVICE_NAME=<service_name>)(SERVER=DEDICATED))(SECURITY= (SSL_SERVER_CERT_DN="dn"))) -
Select Save.
See Also:
-
Oracle Database Net Services Reference for more information about the parameters.
-
-