How to prevent a new table creation with nonconforming column names
I would like to validate the column names in a trigger BEFORE CREATE OR ALTER ON SCHEMA.
Is there a way to know within a trigger what are the column names to be created for ORA_DICT_OBJ_OWNER.ORA_DICT_OBJ_NAME?
0