Hi,
I upgraded to SQL Developer 4.0.3 the other day and now when I try to test packaged procedures from the Run dialog, any procedures declared using quoted semantics aren't recognised by the dialog.
EG
procedure get_case_details(); -- will be seen
procedure "getCaseDetails"(); -- will not be seen.
(Please, no comments regarding the use of mixed case semantics in the database, I don't agree with it either, but I have to use it.)
Wondering if anyone else has seen this behaviour or if its a recognised problem.
Regards
Andre