Writing a Physical Database Page
Use
The
page is written to the specified volume.Specify the number of the desired volume for
<volno> and the type of the desired volume for <volmode>.If you only specify one page number
<pageno>, this is the logical page that is written to the volume.You can define the length of the database page (
<page_data>) using the parameter <page_size>.This command is only useful when used by client applications.
Prerequisites
You have the DBM operator authorization
AccessUtility.The database is in the
ADMIN operational state.You have
started a utility session.Syntax
util_putpage [<volmode> <volno>] <pageno> <page_size><NL><page_data>
Option <volmode>
DATA |
Data Volume |
LOG |
Log Volume |
MLOG |
Mirrored log volume ( Log Mode DUAL) |
NAME |
When using this option, do not enter a number for the following parameter <volno>; enter the name of the volume instead:util_putpage [<NAME> <volname>] <pageno> |
Reply
The system outputs an OK message.
In the event of errors, see
Reply Format.