# Functions
AssetOracle returns asset data.
GetOracleConnectionDetails return a valid SID to use for testing.
GetOracleEnvUsername returns the port of the Oracle server or the value of the environment variable ORACLE_PASSWORD if not empty.
GetOracleEnvServiceName returns the service name to use with Oracle testing server or the value of the environment variable ORACLE_SERVICE_NAME if not empty.
GetOracleEnvUsername returns the username to use with Oracle testing server or the value of the environment variable ORACLE_USERNAME if not empty.
NewConnection returns a connection already established with Oracle.
SetSqlValue avoid setting an invalid empty value value on Metricbeat event.
SetSqlValueWithParentKey avoid setting an invalid empty value value on Metricbeat event.
# Variables
HostParser parsers the host value as a URL.
# Structs
ConnectionDetails contains all possible data that can be used to create a connection with an Oracle db.