![Sybase Adaptive Server 15.0.2 Скачать руководство пользователя страница 154](http://html1.mh-extra.com/html/sybase/adaptive-server-15-0-2/adaptive-server-15-0-2_installation-manual_1416502154.webp)
Increasing device and database capacity for system procedures
140
Adaptive Server Enterprise
and not exists (select vstart
from sysusages u2
where u2.dbid != u.dbid
and u2.vstart between d.low and d.high)
where:
•
d.name – is the list of devices to remove from
sysdevices
•
d.phyname – is the list of files to remove from your computer
The “not exists” clause in this query excludes any devices that are used
both by
sybsystemprocs
and other databases.
Note the names of the devices; you will need them in the steps.
2
Drop
sybsystemprocs
:
use master
go
drop database sybsystemprocs
go
Note
In versions of Adaptive Server Enterprise prior to 15.0, you use
sysdevices
to determine which device has a low through high virtual page
range that includes the vstart from Step 2. The device fragment whose
vstart you used is on that device
In the 15.0 version of Adaptive Server Enterprise select the
vdevno
from
sysusages matching the
dbid
retrieved in Step 1.
3
Find another existing device that meets the requirements for additional
free space, or use a
disk init
command similar to the following to create an
additional device for
sybsystemprocs
:
1> use master
2> go
1> disk init
2> name = "sysprocsdev",
3> physname = "%SYBASE%\data\sysproc.dat",
4> vdevno =
9
,
5> size = 51200
6> go
where %SYBASE%\data is the path to your system procedures device.
4
Create a
sybsystemprocs
database of the appropriate size on that device,
for example:
Содержание 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...