Oracle9i Supplied PL/SQL Packages and Types Reference
Release 1 (9.0.1)

Part Number A89852-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

DBMS_OLAP , 6 of 26


GENERATE_MVIEW_REPORT Procedure

Generates an HTML-based report on the given Advisor run.

Syntax

DBMS_OLAP.GENERATE_MVIEW_REPORT (
filename     IN VARCHAR2,
id           IN NUMBER,
flags        IN NUMBER);
Table 34-7 GENERATE_MVIEW_REPORT Procedure Parameters
Parameter  Datatype  Description 
filename
 
VARCHAR2
 

Fully qualified output file name to receive HTML data. Note that the Oracle server restricts file access within Oracle stored procedures. See the "Security and Performance" section of the Java Developer's Guide for more information on file permissions 

id
 
NUMBER
 

An ID that identifies an advisor run. Or use the parameter DBMS_OLAP.RUNID_ALL to indicate all advisor runs should be reported 

flags
 
NUMBER
 

Bit masked flags indicating what sections should be reported

DBMS_OLAP.RPT_ACTIVITY -- Overall activities

DBMS_OLAP.RPT_JOURNAL -- Runtime journals

DBMS_OLAP.RPT_WORKLOAD_FILTER -- Filters

DBMS_OLAP.RPT_WORKLOAD_DETAIL -- Workload information

DBMS_OLAP.RPT_WORKLOAD_QUERY -- Workload query information

DBMS_OLAP.RPT_RECOMMENDATION -- Recommendations

DBMS_OLAP.RPT_USAGE -- Materialized view usage

DBMS_OLAP.RPT_ALL -- All sections 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback