Using Database Dumps In Upgrades - Sybase Adaptive Server Enterprise 15.0.2 Installation Manual

Table of Contents

Advertisement

Upgrading compiled objects with dbcc upgrade_object
Error reporting

Using database dumps in upgrades

Upgrading using dump and load
Upgrading compiled objects in database dumps
116
To send all the output from
Administrator can execute
use this command if you think the output of error messages might overflow the
error log.
You can load pre-12.5 database dumps and transaction logs and upgrade the
databases.
Some issues of which you should be aware:
Upgrading requires space for copying data and logging changes to the
system tables during the upgrade process. If the source database in the
dump was nearly full, the upgrade process might fail due to insufficient
space. While this is expected to be uncommon, you can use
to extend the free space in the event of insufficient-space errors.
After reloading an older dump, run
installation on the loaded database to check for reserved words.
When you load a database dump that was created in an earlier version than the
current Adaptive Server, you are not required to perform the pre-upgrade tasks
before loading the dump. Therefore, you will not receive any notification if the
compiled objects in your database dump are missing their source text. After
loading a database dump, run
source text for all compiled objects in the database. Then, you can allow the
compiled objects to be upgraded as they are executed, or you can run
to find potential problems and upgrade objects manually.
upgrade_object
For information on using
Procedures.
dbcc upgrade_object
. Sybase recommends that you
dbcc traceon(3604)
sp_checkreswords
to verify the existence of the
sp_checksource
, see the Reference Manual:
sp_checksource
to the window, a System
alter database
from the new
Adaptive Server Enterprise
dbcc

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents