The DBMS_ERRLOG system package provides the functionality to create error log tables. With this package, you can create dedicated error log tables for DML operations to record errors that occur during DML execution.
Applicability
This content applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support it.
Overview of DBMS_ERRLOG Subprograms
The following table lists the DBMS_ERRLOG subprograms supported by the current version of OceanBase Database and provides brief descriptions.
subprogram |
Description |
|---|---|
| CREATE_ERROR_LOG | Creates an error log table for the specified DML table. |
