Logger
Logger copied to clipboard
logger_no_op.sql missing package body
The following was found (and obviously, errors out) in logger_no_op.sql:
prompt *** logger.pkb ***
create or replace
begin
*
ERROR at line 1:
ORA-24234: unable to get source of PACKAGE BODY "GIFFY"."LOGGER", insufficient privileges or does not exist
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
ORA-06512: at "SYS.DBMS_PREPROCESSOR", line 189
ORA-06512: at "SYS.DBMS_PREPROCESSOR", line 109
ORA-06512: at line 2
/
This seems to be an issue with how the noop package is generated.
Any progress on this issue? I've been trying to create a no-op install of logger and there's a lot broken here. Not least that it seems the tables are created (contra the instructions). When I drop the tables, a lot gets invalidated. Also, there is a reference to $no_op which I think should be $$logger_no_op_install. Also, run_plugin is missing the $$logger_no_op_install directive.