Downloading the AVCLI Command Line Utility and Setting JAVA_HOME

The AVCLI utility is already installed on the Audit Vault Server. If you want to run AVCLI on a different computer, then you must download it from the Oracle Database Security Central console and install it on the other computer.

  1. Log in to the Oracle Database Security Central console as an administrator.

  2. Select Settings.

  3. In the left navigation menu, select Audit Vault CLI.

  4. Select Download AVCLI . Save the avcli.jar file.

  5. Copy the avcli.jar file to the computer from which you want to run AVCLI. Run the command:

    java -jar avcli.jar

    The AVCLI utility is installed in the current directory with the necessary permissions. To install in a different directory, use the command:

    java -jar avcli.jar -d directory_name

  6. Set the JAVA_HOME environment variable to point to the JDK installation directory. On Windows, add %JAVA_HOME%\bin to the PATH environment variable.