December 2002
Intermediate to advanced
928 pages
85h 29m
English
DISASSOCIATE STATISTICS
DISASSOCIATE STATISTICS FROM
{ COLUMNS [schema.]table_name.column[, [schema.]table_name.column ...]
| FUNCTIONS [schema.]function[,[schema.]function ...]
| PACKAGES [schema.]package[,[schema.]package ...]
| INDEXES [schema.]indexname[,[schema.]indexname ...]
}Disassociates a method of statistics computation from database objects. New with Oracle8i.
Specifies that a list of one or more columns be provided.
Column name for which an association is defined.
Specifies that one or more functions will be disassociated.
Specifies that one or more packages will be disassociated.
Specifies that one or more indexes will be disassociated.
Common keywords and clauses: column, Column_Constraint_Clause, schema, table_name.