Disclaimer

Thursday, 10 June 2021

Oracle Database 19c New Static Data Dictionary Views

 Static Data Dictionary Views

These are new static data dictionary views which are introduce in Oracle Database Release 19c.

ALL_TRIGGERS_AE

DBA_TRIGGERS_AE

USER_TRIGGERS_AE

DBA_AUTO_INDEX_CONFIG

DBA_AUTO_STAT_EXECUTIONS

DBA_PDB_SNAPSHOTFILE

DBA_RAT_CAPTURE_SCHEMA_INFO

DBA_REGISTRY_BACKPORTS

DBA_SQL_QUARANTINE

 

ALL_TRIGGERS_AE 

DBA_TRIGGERS_AE

USER_TRIGGERS_AE

DBA_AUTO_INDEX_CONFIG

 DBA_AUTO_STAT_EXECUTIONS

DBA_PDB_SNAPSHOTFILE

DBA_RAT_CAPTURE_SCHEMA_INFO

DBA_REGISTRY_BACKPORTS

DBA_SQL_QUARANTINE

With Best Wishes!!!!

No comments:

Post a Comment

Why should we always use table aliases in joins?

  Wherever multiple tables are used, always refer to a column by either using an alias or using the fully qualified name. Do not leave the g...