JAR_TEMP_PATH environment variable
Set the JAR_TEMP_PATH variable to specify a non-default
local file system location where jar management procedures such as install_jar(
) and replace_jar( ) can store temporary .jar files
of the Java™ virtual machine.
- pathname
- specifies a local directory for temporary .jar files.
This directory must have read and write permissions for the user who starts the database server. If the JAR_TEMP_PATH environment variable is not set, temporary copies of .jar files are stored in the /tmp directory of the local file system for the database server.