Increasing device and database capacity for system
procedures
Installation Guide
If there is space available on another device, you can expand
sybsystemprocs
enough. For instructions on creating a larger
"Increasing device and database capacity for system procedures" on page
139.
3
To verify that Adaptive Server has allocated more space to
sybsystemprocs
1> sp_helpdb sybsystemprocs
2> go
When the system procedures database is large enough to accommodate the
increased size of the
pre-upgrade tasks.
If you cannot fit the enlarged
procedures device, increase the size of the device and create a new database.
This procedure involves dropping the database. For more information on
, see the Reference Manual.
database
This procedure removes all stored procedures you have created at
Warning!
your site. Before you begin, save your local stored procedures using the
utility. See the Utility Guide for more information.
defncopy
Creating a larger system procedures device (sysprocsdev)
v
1
Determine which device or devices you need to remove.
Do not remove any device that is in use by database other than
Warning!
sybsystemprocs
select d.name, d.phyname
from sysdevices d, sysusages u
where u.vstart between d.low and d.high
and u.dbid = db_id("sybsystemprocs")
and d.status & 2 = 2
APPENDIX C
to a second device, or initialize another device that is large
, issue:
database, continue with the other
sybsystemprocs
sybsystemprocs
, or you will destroy that database.
Using sybsystemprocs
device, see
sybsystemprocs
database on the system
drop
139
Need help?
Do you have a question about the Adaptive Server Enterprise 15.0.2 and is the answer not in the manual?
Questions and answers