Execute
Noexecute
The Execute and Noexecute qualifiers are used with the List_Plan
qualifier to specify whether or not the generated plan file is
to be executed. The Noexecute qualifier specifies that the plan
file should be created but should not be executed. Regardless of
whether you use the Noexecute or Execute qualifier (or accept the
default), Oracle RMU performs a validity check on the RMU Load
command you specify.
The validity check determines such things as whether the
specified table is in the specified database, the .rrd file (if
specified) matches the table, and that the number of columns
specified with the Fields qualifier matches the number of
columns in the .unl file. The validity check does not determine
such things as whether your process and global page quotas are
sufficient.
By default, the plan file is executed when an RMU Load command
with the List_Plan qualifier is issued.