Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: dbms_utility.get_time (problem executing)
DBMS_UTILITY.GETTIME is a function..
Try using
select dbms_utility.gettime from dual;
--
Cheers
Steve Bright
steve.bright_at_capgemini.co.uk
NetComrade wrote in message <37a5e772.9038229_at_news.earthlink.net>...
>SQL> execute dbms_utility.get_time;
>begin dbms_utility.get_time; end;
>
> *
>ERROR at line 1:
>ORA-06550: line 1, column 7:
>PLS-00221: 'GET_TIME' is not a procedure or is undefined
>ORA-06550: line 1, column 7:
>PL/SQL: Statement ignored
>
>I have just ran the dbmsutl.sql before trying to execute it.
>
>Thanx
>---------------
>Andrey Dmitriev eFax: (978) 383-5892 Daytime: (917) 373-5417
>AOL: NetComrade ICQ: 11340726 remove NSPAM to email
>
Received on Tue Aug 03 1999 - 04:02:55 CDT
![]() |
![]() |