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!

DBMS_UTILITY is not a procedure or undefined. How to use?

627874Mar 24 2008 — edited Mar 24 2008
Hello everyone!

I'm trying to follow some example from Tom's book and one of the procedures uses DBMS_UTILITY.get_time.

I am, however, having an error referencing it. Pls check below:

PLS-00221: 'GET_TIME' is not a procedure or is undefined

I tried using other procedures from that package but i get the same undefined error.

I can see the dbms_utility package existing but whenever i re-compile it i get a timeout error. =(

PS. Im trying as SYS, using latest APEX version.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 21 2008
Added on Mar 24 2008
4 comments
968 views