Unable to Describe Tables in 19c Database
Oracle 12.2.12
19C DB,
Recently we upgraded to R 12.2.12(Application) and 19c (DB) and have a couple of issues with database objects. We are using Toad (9.7.2.5),
- I can describe the package using F4 (This is not an issue)
- I can not describe the table using F4 so the objects associated with the table trigger etc,
- If I go to the schema browser and search for the trigger, I don't see any triggers but if I run the SQL, I can see the triggers,
select * from all_triggers where trigger_name like 'XX%'
Not sure what the issue is,