A special procedure to be run only when instructed by ASE error message
number 946. The procedure synchronizes the definition of a database in
sysusages and memory.
sp_dbremap
sp_dbremap
- If an alter database statement issued on a database that is in the process
of being dumped is interrupted, Adaptive Server prints a message
instructing the user to execute sp_dbremap.
- Any
changes to sysusages during a database or transaction
dump are not copied into active memory until the dump completes,
to ensure that database mapping does not change during the dump.
Running alter database while doing database dump makes
changes to system tables on the disk immediately. In-memory
allocations cannot be changed until a dump completes. so alter database operation pauses.
When you execute sp_dbremap, it must wait until the dump process completes.
- If you are instructed to run sp_dbremap,
but do not do it, the space you have allocated with alter database does not become available to Adaptive Server until
the next restart.
A special procedure to be run only when instructed by ASE error message
number 946. The procedure synchronizes the definition of a database in
sysusages and memory.
sp_dbremap
sp_dbremap
- If an alter database statement issued on a database that is in the process
of being dumped is interrupted, Adaptive Server prints a message
instructing the user to execute sp_dbremap.
- Any
changes to sysusages during a database or transaction
dump are not copied into active memory until the dump completes,
to ensure that database mapping does not change during the dump.
Running alter database while doing database dump makes
changes to system tables on the disk immediately. In-memory
allocations cannot be changed until a dump completes. so alter database operation pauses.
When you execute sp_dbremap, it must wait until the dump process completes.
- If you are instructed to run sp_dbremap,
but do not do it, the space you have allocated with alter database does not become available to Adaptive Server until
the next restart.
0 comments:
Post a Comment