Oracle9i Supplied PL/SQL Packages and Types Reference Release 2 (9.2) Part Number A96612-01 |
|
The DBMS_IOT
package creates a table into which references to the chained rows for an index-organized table can be placed using the ANALYZE
command. DBMS_IOT
can also create an exception table into which rows of an index-organized table that violate a constraint can be placed during the enable_constraint
operation.
DBMS_IOT
is not loaded during database installation. To install DBMS_IOT,
run dbmsiotc.sql
and prvtiotc.sql
, available in the admin directory.
This chapter discusses the following topics:
|
Copyright © 2000, 2002 Oracle Corporation. All Rights Reserved. |
|