DBMS_UTILITY is not a procedure or undefined. How to use?
627874Mar 24 2008 — edited Mar 24 2008Hello 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.