Nếu bạn thay thế các cuộc gọi đó thành dbms_utility.get_time bằng các tin nhắn như:
dbms_output.put_line ('start procedure: ' || to_char(sysdate, HH24:MI:SS'));
và sau đó gọi thủ tục như sau:
dbms_output.put_line ('before procedure: ' || to_char(sysdate, HH24:MI:SS'));
exec my_procedure;
dbms_output.put_line ('after procedure: ' || to_char(sysdate, HH24:MI:SS'));
thì vị trí xảy ra thời gian bị thiếu sẽ hiển thị.