Displaying a Physical Database Page
Use
A physical
page is fetched from the volume specified. Enter the number of the volume required in the parameter <volno>, and its type in <volmode>. The system displays the requested page, and before the <page_data> the length of the page <page_size> in bytes.If you only specify one page number
<pageno>, the corresponding logical page is output.This command is only useful when being 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_getpage [<volmode> <volno>] <pageno>
Option <volmode>
DATA |
Data Volume |
LOG |
Log Volume |
MLOG |
Mirrored log volume ( Log Mode DUAL) |
NAME |
If you use this option, do not specify a number for the following parameter <volno>; instead specify the name of the volume:util_getpage [<NAME> <volname>] <pageno> |
Reply
OK<NL>
<page_size><NL>
<page_data>