Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.1 » SQL Anywhere 服务器 - 编程 » 数据库中的 Java

 

启动和停止 Java VM

Java VM 将在执行第一个 Java 操作时自动装载。如果想要显式装载它以便为执行 Java 操作做好准备,则可以通过执行下面的语句来完成此任务:

START JAVA;

可在不使用 Java 时使用 STOP JAVA 语句卸载 Java VM。只有具有 DBA 权限的用户才能执行该语句。语法是:

STOP JAVA;