Learn how to execute an overlay installation.
1> select @@version 2> go
If your server is not running, enter:
$SYBASE/$SYBASE_ASE/bin/dataserver -v
Your software needs to be at a version lower than the version you are installing prior to applying this EBF.
To ensure that your database is error free, run dbcc checkdb, dbcc checkcatalog and dbcc checkstorage prior to installing any new Adaptive Server binaries including the master database.
If any of the dbcc commands reveal problems, stop here and see the Troubleshooting and Error Messages Guide for more information.
1> disk init 2> name = “sybpcidb_dev” 3> physname = “${SYBASE}/data/sybpcidb_dev.dat” 4> size = '24MB' 5> go 1> create database sybpcidb on sybpcidb_dev = 24 2> goThe device and database sizes depend on the Adaptive Server pagesize:
If you are upgrading from a 15.0.x ASE, disable java feature before the upgrade and enable after the upgrade is complete.
1> sp_configure 'enable java', 0 2> go
If you plan to use sqlupgrade utility to upgrade from a pre-15.0.x Adaptive Server, do not disable Java in database feature. The sqlupgrade utility will automatically disable and re-enable Java feature.