7.170 DBA_ZONEMAP_AUTO_FINDINGS
DBA_ZONEMAP_AUTO_FINDINGS
provides information about automatic zone map findings.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Zone map task identifier |
|
|
|
Zone map message identifier |
|
|
|
Zone map execution name |
|
|
|
Execution message text |
|
|
|
Finding timestamp |
|
|
|
Name of the object for which the finding was observed, typically a table name or a zone map name |
|
|
|
Finding reason code |
|
|
|
Finding type. Possible values:
Refer to the |
Automatic zone map findings contain information that the database learned when performing automatic zone map executions. The database uses these findings to optimize subsequent automatic zone maps executions, which saves on execution time and resources.
The TASK_ID
, MSG_ID
, and EXEC_NAME
columns in this view correspond to the same columns in the DBA_ZONEMAP_AUTO_ACTIONS
view. This allows you to correlate the findings in DBA_ZONEMAP_AUTO_FINDINGS
with their corresponding actions in DBA_ZONEMAP_AUTO_ACTIONS
.
Note:
This view is available starting with Oracle Database 21c.
See Also: