- --测试代码:
- declare
- -- Local variables here
- i integer;
- begin
- -- Test statements here
- dbms_output.put_line(to_char(sysdate,'yyyy-MM-dd HH24:MI:SS'));
- DBMS_LOCK.SLEEP(60);--休眠60秒
- dbms_output.put_line(to_char(sysdate,'yyyy-MM-dd HH24:MI:SS'));
- end;
- --输出结果:
- 2012-08-27 16:25:49
- 2012-08-27 16:26:49
作者:BosyJ
轉載:https://www.cnblogs.com/pejsidney/
本站使用「署名 4.0 国际」创作共享协议,转载请在文章明显位置注明作者及出处。