HP Neoview SQL Reference Manual page 183

Hide thumbs Also See for Neoview SQL:
Table of Contents

Advertisement

REORG MVS
reorganizes all materialized views on the specified table.
task options
optional string containing options specific to the individual tasks that would be passed on
to that particular command at run time.
CONTINUE ON ERROR
If any of the maintain tasks return an error, that error is returned and execution continues
to the next task. Default is to continue on error.
STOP ON ERROR
If any of the maintain tasks return an error, that error is returned and execution stops.
RETURN DETAIL STATUS
displays detailed status message from each of the individual tasks. The default is OFF.
DISPLAY
displays the tasks that are scheduled to be executed without actually executing them.
DISPLAY DETAIL
displays the tasks and the queries that will be used to execute them without actually executing
the tasks.
DISABLE
disables the maintain task. A maintain command issued after the task has been disabled will
have no affect. The task will have to be explicitly enabled before performing it. This option
is only available for REORG TABLE and UPDATE STATISTICS TABLE tasks. Disabling
REORG of the table also disables REORG of all indexes.
ENABLE
enables the maintain task that was previously disable using the DISABLE command. This
option is only available for REORG TABLE and UPDATE STATISTICS TABLE tasks. Enabling
REORG of the table also enables REORG of all indexes.
For additional information on materialized views, see
Statement" (page
60).
"CREATE MATERIALIZED VIEW
MAINTAIN Command
183

Advertisement

Table of Contents
loading

Table of Contents