Skip Headers

Oracle9i OLAP User's Guide
Release 2 (9.2.0.2)

Part Number A95295-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page Go to next page
View PDF

Summary of DBMS_AW Subprograms

The following table describes the subprograms provided in DBMS_AW.

Table 11-1  DBMS_AW Subprograms
Subprogram Description

"EXECUTE Procedure"

Executes one or more OLAP DML commands. Input and output is limited to 4K. Typically used in an interactive session using an analytic workspace.

"PRINTLOG Procedure"

Returns the session log from the last execution of the INTERP or INTERPCLOB functions.

"INTERP_SILENT Procedure"

Executes one or more OLAP DML commands and suppresses the output. Input is limited to 4K and output to 4G.

"INTERP Function"

Executes one or more OLAP DML commands. Input is limited to 4K and output to 4G. Typically used in applications when the 4K limit on output for the EXECUTE procedure is too restrictive.

"INTERPCLOB Function"

Executes one or more OLAP DML commands. Input and output are limited to 4G. Typically used in applications when the 4K input limit of the INTERP function is too restrictive.

"OLAP_EXPRESSION Function"

Returns the result set of a single-row function calculated in an analytic workspace.

"PRINTLOG Procedure"

Prints a session log returned by the INTERP, INTERCLOB, or GETLOG functions.