Top
Symfoware Server V12.1.0 Operation Guide
FUJITSU Software

7.3.4 Deleting Java Functions

This section explains how to delete Java functions and Java applications from PL/extJava.

Point

Java functions can be deleted while the instance is running.

Delete a Java function

  1. Connect to the database

    As the instance administrator, connect to the database that corresponds to the container that was created using the psql command or pgAdmin.

  2. Delete the Java function

    Delete the Java function that was registered in the database.

    db01=# DROP FUNCTION javaFunctionName(argument);
  3. Disconnect from the database.

    See

    Refer to "DROP FUNCTION" under "Reference" in the PostgreSQL Documentation for details.

Delete the Java application

  1. Delete the Java application
    Delete the jar file of the following directory.

    domainRoot\plextjava\databaseName