Reading a Physical Database Page 

Use

A physical page is called from the devspace specified. Enter the number of the devspace required in the parameter <dev_no>, and its type in <dev_mode>. The system displays the requested page, and before the <page_data> also the length of the page <page_size> in bytes.

If you only specify one page number <page_no>, the corresponding logical page is output.

This command is only useful when using client applications.

Prerequisites

You have the DBM operator authorization AccessUtility.

The database is in COLD mode.

You have opened a utility session.

Syntax

util_getpage [<dev_mode> <dev_no>] <page_no>

Option <dev_mode>

SYS

System devspace

MSYS

Mirrored system devspace

DATA

Data devspace

MDATA

Mirrored data devspace

LOG

Log devspace

MLOG

Mirrored log devspace (LOG_MODE=DUAL)

NAME

When using this option, do not specify a number for the following parameter <dev_no>; instead enter the name of the devspace util_getpage [NAME <dev_name>] <page_no>

Reply

OK<NL>
<page_size><NL>
<page_data>