Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

When running pl/sql quoted procedures not found in "Run PL/SQL" dialog.

Vite DBASep 29 2014

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

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 27 2014
Added on Sep 29 2014
0 comments
758 views