PB 12.5.1 Build 4015
When going into the DW SQL Painter PB will execute the following Constraint Select:
SELECT SYS.ALL_CONS_COLUMNS.COLUMN_NAME, SYS.ALL_CONSTRAINTS.CONSTRAINT_NAME FROM SYS.ALL_CONSTRAINTS, SYS.ALL_CONS_COLUMNS WHERE ....
These selects will cause my DW to not return for minutes. Is it possible to tell PB NOT to execute the Constraint Select when going into the DW SQL Painter or is there a way to have it use a different table instead of the SYS ones? I might understand why it needs it for Graphics mode but I am in Syntax mode.
Hopefully someone has a workaround for this because I am getting really tired of waiting minutes every time I go into the SQL.
Thanks,
Chris Craft