Contents Index START ENGINE statement [Interactive SQL] START LOGGING statement [Interactive SQL]

ASA SQL Reference
  SQL Statements

START JAVA statement


Description 

Use this statement to start the Java VM.

Syntax 

START JAVA

Usage 

The START JAVA statement starts the Java VM. The main use is to load the Java VM at a convenient time so that when the user starts to use Java functionality there is no initial pause while the Java VM is loaded.

Permissions 

Java in the database must be installed and the database must be Java-enabled.

This statement is not supported on Windows CE.

Side effects 

None

See also 

STOP JAVA statement

Standards and compatibility 
Example 

Start the Java VM.

START JAVA

Contents Index START ENGINE statement [Interactive SQL] START LOGGING statement [Interactive SQL]