tmuth / Logger---A-PL-SQL-Logging-Utility

Logger is used by Oracle developers to instrument their PL/SQL code
55 stars 145 forks source link

logger.status #41

Closed martindsouza closed 11 years ago

martindsouza commented 11 years ago

Received the following error when viewing logger status in SQL*Plus when a client identifier has been set.

SQL> exec logger.status;
BEGIN logger.status; END;

                                         *
ERROR at line 1:
ORA-01830: date format picture ends before converting entire input string
ORA-06512: at "LOGGER", line 1310
ORA-06512: at line 1
martindsouza commented 11 years ago

In logger.status modified l_cur_expiry_date to varchar2(30) to handle it as a string as it is being converted to a string.

martindsouza commented 9 years ago

This issue was moved to OraOpenSource/Logger#42