Data Dictionary Views Keeping Up With Select Statements In DDL Trigger
(Doc ID 2977620.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 19.3.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
Unexpected results in queries of data dictionary views when selecting from a DDL trigger.
View creation (view_1 didn't exist before):
Current behavior in AFTER TRIGGER:
View is not visible in user_views
View columns are not visible in user_tab_columns
Expected behavior in AFTER TRIGGER:
View should be visible in user_views
View columns should be visible in user_tab_columns
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |