First of all, the file /sql/install_sys/grant_after_installation.sql is not mentioned in the documentation. It is supposed to be a script to execute as SYS after installation of LOG4PLSQL.
GRANT EXECUTE ON &V_USER..PLOG_PARAM TO PUBLIC;
should be
GRANT EXECUTE ON &V_USER..PLOGPARAM TO PUBLIC;
PD: Is this project still alive?
Best regards.
Last edit: IFdez 2013-10-03
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi.
First of all, the file /sql/install_sys/grant_after_installation.sql is not mentioned in the documentation. It is supposed to be a script to execute as SYS after installation of LOG4PLSQL.
should be
PD: Is this project still alive?
Best regards.
Last edit: IFdez 2013-10-03