This section explains the users required by PL/extJava.
Instance administrator
The instance administrator becomes the domain administrator. Furthermore, the instance administrator also becomes the effective user of processes that configure the application server container, so that operations (such as file access via Java applications) are performed with instance administrator privileges.
If using the features of Symfoware Server Java application server incorporated into Symfoware Server:
This is the effective user of containers and the pgx_jadmin command (excluding the init-domain, delete-domain, backup and restore subcommands).
Specify this user in the "--dbadminuser" option of "pgx_jadmin init-domain".
Users who connect to the database
If Java applications access the database, use the JDBC connection pool. These are the authenticated users for this access.
Use the CREATE USER statement to add users who connect to the database.
Refer to "7.2.3.1 Configuring Database Clusters" if using a Symfoware Server Java application server.