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.
-
Log in to the Oracle Database Security Central console as an administrator.
-
Select Settings.
-
In the left navigation menu, select Audit Vault CLI.
-
Select Download AVCLI . Save the
avcli.jarfile. -
Copy the
avcli.jarfile to the computer from which you want to run AVCLI. Run the command:java -jar avcli.jarThe 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 -
Set the
JAVA_HOMEenvironment variable to point to the JDK installation directory. On Windows, add%JAVA_HOME%\binto the PATH environment variable.