Running installpcidb script

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>
If you are upgrading a 15.0.x Adaptive Server and disabled Java in database feature before installation, you must enable the Java in database functionality.
1> sp_configure 'enable pci', 1
2> go
1> sp_configure 'enable java', 1
2> go
You 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.


Created April 7, 2009. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com