My Oracle Support Banner

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 later
Information 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


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.