You can disable integrity constraints temporarily so that large amounts of data can be loaded without the overhead of constraint checking. When the data load is complete, you can easily enable the integrity constraints, and you can automatically report any new rows that violate integrity constraints to a separate exceptions table.
(译:用户可以临时地禁用完整性约束(integrity constraint),以消除加载大量数据时约束检查造成的开销(overhead)。当数据加载结束后,用户可以再启用完整性约束,Oracle 能够自动地将违反完整性约束的新数据行存储到一个独立的异常数据表(exceptions table)中。)[来自oracle_concept]请问separate exceptions table 在哪查看?oracle异常