Entering content frame

Procedure documentation Displaying a Physical Database Page Locate the document in its SAP Library structure

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.

Note

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 (See: Open 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>

 

Leaving content frame