![Sybase Adaptive Server 15.0.2 Скачать руководство пользователя страница 81](http://html1.mh-extra.com/html/sybase/adaptive-server-15-0-2/adaptive-server-15-0-2_installation-manual_1416502081.webp)
CHAPTER 5 Upgrading Adaptive Server
Installation Guide
67
1
In
isql
, use
alter database
to increase the size of the
master
database. For
example:
1> use master
2> go
1> alter database master on master=
x
2> go
This example increases the size of the
master
database; x is the number of
megabytes of space added to the existing database size.
2
Repeat this step to increase the size of each of the
tempdb
and the
model
databases. For example:
1> alter database tempdb on master=
x
2> go
1> alter database model on master=
x
2> go
Note
The
model
database cannot be larger than the
tempdb
. If your
changes cause the
model
database to be larger than the
tempdb
, then you
must first increase the size of
tempdb
, before increasing the size of the
model
database.
3
Verify the size of each database. Enter the following, where
database_name
is the name of the system database you are checking:
1> sp_helpdb
database_name
2> go
Create a sybsystemdb database
In version 11.9.x, the
sybsystemdb
database was required only for servers using
two-phase commit transactions. Beginning with version 12.0, all servers must
have a
sybsystemdb
database. Adaptive Server uses this database for tracking
transactions and during recovery. In addition, it is used for applications using
two-phase commit and Distributed Transaction Management (DTM).
If you have a sybsystemdb database
If you have a
sybsystemdb
and the database is at least 4MB, you do not need to
make any changes. If the database is smaller than 4MB, increase the size with
alter database
.
Содержание Adaptive Server 15.0.2
Страница 1: ...Installation Guide Adaptive Server Enterprise 15 0 2 HP UX...
Страница 104: ...Recovering from a failed upgrade 90 Adaptive Server Enterprise...
Страница 114: ...Enabling and changing e mail notifications 100 Adaptive Server Enterprise...
Страница 132: ...Upgrading compiled objects with dbcc upgrade_object 118 Adaptive Server Enterprise...
Страница 136: ...Removing an old server 122 Adaptive Server Enterprise...
Страница 144: ...Configuration using resource files 130 Adaptive Server Enterprise...
Страница 156: ...Increasing device and database capacity for system procedures 142 Adaptive Server Enterprise...
Страница 160: ...Index 146 Adaptive Server Enterprise...