Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: dbms_lock.sleep irregularities
Jared,
remove the to_date ... that is causing the problem ...
SQL*Plus: Release 9.2.0.1.0 - Production on Fri Nov 1 07:51:00 2002
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected.
SQL> set serveroutput on
SQL> @r2
SYSTIMESTAMP
PL/SQL procedure successfully completed.
SYSTIMESTAMP
8 into seconds 9 from dual;
================== END =================================
and
SQL*Plus: Release 9.2.0.1.0 - Production on Fri Nov 1 07:50:24 2002
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected.
SQL> set serveroutput on
SQL> @r1
SYSTIMESTAMP
PL/SQL procedure successfully completed.
SYSTIMESTAMP
8 into seconds 9 from dual;
================== END =================================Raj
QOTD: Any clod can have facts, but having an opinion is an art!
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Jamadagni, Rajendra
INET: Rajendra.Jamadagni_at_espn.com
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting servicesto: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
![]() |
![]() |