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.

Annotate stored procedures as deprecated!

900719Jan 31 2012 — edited Jan 31 2012
Hallo!

since the SQL-Developer and other development tools provide the feature to mark certain procedures as deprecated, I wonder how to use that in my PL/SQL code. Is there any way to annotate procedures and functions of a package as deprecated like the @deprecated annotation in JAVA?

regards
jürgen

Comments

JaiG
There's no way to do this out of box. I'd suggest using a drop-down prompt with multi-select enabled (which is probably the only other solution).
994691
Even I got the same answer from other's. Thank you.
And I have other threads opened for Presentation Variable in OBIEE reports, Needs to plot the values in x-axis linearly in obiee,Exporting to PDF in OBIEE 11.1.1.6. I am waiting for some one to help me out of it. Can you please suggest me your views, If possible.
Once again thanks for your response.
998980
Try to cast(datefield as char(9)) and set it to be either a multiselect prompt or an edit box (with a default set there)

That should make multiselect a bit easier.
1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 28 2012
Added on Jan 31 2012
1 comment
540 views