Reference table slow problem

Azhar

Member
Dear Support,

When i want to create table and add references tables. Then it take too much time.
Possible it is querying ALL_Tables i have large database with 25-30 schema's.
Is there any possibility that it will populate only current user tables
Regards,

Azhar Hussain
 
Yes, while creating new foreign key constraint, when we type table name in referencing_table it take too much time to populate.
 
All tables for which you have privileges will be displayed, and the only way to restrict them is to have fewer object or system privileges (e.g. revoke a DBA role).

We'll probably restrict the list to the current schema in the next version.
 
Back
Top