View constraints can not be seen in object browser

Claus Pedersen

Member³
For views in the object browser, you can not see defined primary, unique, or foreign key constraints. Please enable this feature (using selects like:
select constraint_name from all_constraints where table_name = and constraint_type = 'P'
and
select column_name from all_cons_columns where constraint_name = order by position)

Note: I am not very familiar with creating my own browser folders based on e.g. data dictionary views. But can I for this purpose define my own new branch below for instance Views -> -> and then my own folder, for instance Primary key or Unique keys, like for tables? Or can I only create new folders on the top level?
 
I have added this to the list of enhancement requests.

User-defined folders can only be added under other user-defined folders and system folders. They cannot be added to a specific object folder type.
 
Back
Top