Skip to main content
Logo

Oracle addOn

Explore your Oracle databases with our scan addon. Get a detailed view of your tables, indexes, users and more, for optimized data management and analysis.


Report a Bug · Request a Feature

Configuration

Default.json

For each of your environments, the following keys are mandatory:

  • rules: Refers to the set of rule files you want to apply to this environment.
  • prefix: The prefix is the particle to place in front of the environment variables to be cited here.

The following keys are recommended to ensure better readability when re-reading the configuration:

  • name: The name refers to the environment concerned by one or more keywords.
  • description: The description helps clarify the name and avoid any possible confusion about the environment concerned.

Example of configuration for 2 Oracle environments.

Environment

Oracle requires all the necessary information to connect to its services. This information is usually provided through environment variables.

ORACLEUSER=
ORACLEPASSWORD=
ORACLEHOST=
ORACLEPORT=
ORACLESERVICENAME=

Make sure the user specified has sufficient rights to read the necessary system information.

Additional Documentation

Node.js Driver for Oracle