Run installpcidb script if the Java in database functionality was enabled during the installation or upgrade.
If Java in database functionality was not disabled during pre-install, run installpcidb script to create tables and stored procedures in the sybpcidb database.
In isql, run the installpcidb script that is included with this release. Save the output of this step to an operating system file.
isql -Usa -P<sa_password> -S<server_name> -i$SYBASE/$SYBASE_ASE/scripts/installpcidb -o<output_file>
1> sp_configure 'enable pci', 1 2> go 1> sp_configure 'enable java', 1 2> goYou may need to increase the 'max memory' in order to enable these parameters. Configure the maximum size of the PCI Bridge memory pool through the 'pci memory size' configuration parameter. For more information see Java in Adaptive Server Enterprise for 15.0.3.
These configuration parameters are static. So you must restart Adaptive Server for these changes to take effect.