Skip to Main Content

SQL & PL/SQL

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.

boolean cursor parameter

42672Jan 24 2008 — edited Jan 25 2008
Hello,

I've been informed that it is possible to define a boolean cursor parameter in PL/SQL.
I tried, and it compiles:

cursor c_test(b_test boolean) is select 1 from dual;

Can somebody give me an example of the use of such a parameter?

thanks,

Marko
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 22 2008
Added on Jan 24 2008
4 comments
789 views