Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: dbms_utility.get_time (problem executing)

Re: dbms_utility.get_time (problem executing)

From: Steve B <steve.bright_at_capgemini.co.uk>
Date: Tue, 3 Aug 1999 10:02:55 +0100
Message-ID: <7o6b81$5fe$1@taliesin.netcom.net.uk>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US