Contents Index Configuring memory for Java Java classes reference

ASA Programming Guide
  Using Java in the Database
    Configuring memory for Java

How memory is used


Java in the database requires memory for several purposes:

Managing memory 

You can control memory use in the following ways:

Starting and stopping the VM 

In addition to setting memory parameters for Java, you can unload the VM when Java is not in use using the STOP JAVA statement. Only a user with DBA authority can execute this statement. The syntax is simply:

STOP JAVA

The VM loads whenever a Java operation is carried out. If you wish to explicitly load it in readiness for carrying out Java operations, you can do so by executing the following statement:

START JAVA

Contents Index Configuring memory for Java Java classes reference