Sybase Adaptive Server Enterprise 15.0.2 Installation Manual page 81

Table of Contents

Advertisement

Create a sybsystemdb database
If you have a sybsystemdb database
Installation Guide
1
In
, use
isql
alter database
example:
1> use master
2> go
1> alter database master on master=x
2> go
This example increases the size of the
megabytes of space added to the existing database size.
2
Repeat this step to increase the size of each of the
databases. For example:
1> alter database tempdb on master=x
2> go
1> alter database model on master=x
2> go
The
Note
model
changes cause the
must first increase the size of
database.
model
3
Verify the size of each database. Enter the following, where
is the name of the system database you are checking:
database_name
1> sp_helpdb database_name
2> go
In version 11.9.x, the
sybsystemdb
two-phase commit transactions. Beginning with version 12.0, all servers must
have a
database. Adaptive Server uses this database for tracking
sybsystemdb
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
make any changes. If the database is smaller than 4MB, increase the size with
.
alter database
CHAPTER 5
to increase the size of the
master
database cannot be larger than the
database to be larger than the
model
, before increasing the size of the
tempdb
database was required only for servers using
and the database is at least 4MB, you do not need to
Upgrading Adaptive Server
database. For
master
database; x is the number of
and the
tempdb
. If your
tempdb
, then you
tempdb
model
67

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents