You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to allow for custom reporters creation additional grants are needed like:
grant under onut3.ut_coverage_reporter_base to public;
grant under onut3.ut_reporter_base to public;
create public synonym ut_coverage_reporter_base for ut3.ut_coverage_reporter_base;
create public synonym ut_reporter_base for ut3.ut_reporter_base;
The text was updated successfully, but these errors were encountered:
Oracle does not allow for inheritance across schemes if the base object is executed with invoker rights.
For now all reporters must be installed in utPLSQL schema.
If we want to change this - we will need to change ut_reporter_base to use authid definer.
This should not be done however before we limit the objects passed to reporters.
Currently reporters have too much access to framework internals - not enough isolation.
Uh oh!
There was an error while loading. Please reload this page.
In order to allow for custom reporters creation additional grants are needed like:
The text was updated successfully, but these errors were encountered: