PL/SQL Developer SQL window crashes when selecting data from a table with a with a PL/SQL object type defintion.
E.g.
1) Table wf_out contains a column "USER_DATA" of pl/sql object type WF_EVENT_T
2) WF_EVENT_T has a column "Parameter_list" of object type WF_PARAMETERS_LIST_T
3)...