Users of the IDD application report that match performance is very slow.
Enable the
needLoadChildOnOpen
property and restart the application server.
To enable the property, run the following SQL statements on the ORS database:
insert into C_REPOS_DS_PREF_DETAIL (ROWID_DS_PREF_DETAIL, ROWID_DS_PREF, NAME, VALUE) select 'BDDGP.30', rowid_ds_pref, 'needLoadChildOnOpen', 'true' from C_REPOS_DS_PREF where name = '___SYSTEM_PREFERENCES_ROOT___';