Logger icon indicating copy to clipboard operation
Logger copied to clipboard

logger_no_op.sql missing package body

Open jeffreykemp opened this issue 9 years ago • 2 comments

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 


/

jeffreykemp avatar Feb 29 '16 01:02 jeffreykemp

This seems to be an issue with how the noop package is generated.

martindsouza avatar Mar 03 '16 02:03 martindsouza

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.

jeffreykemp avatar Jun 29 '16 01:06 jeffreykemp