Describe the bug
Manual installation procedure: step Creating schema for utPLSQL:
create_utplsql_owner.sql script need to be updated with below privilege, which is required during the install.sql for the schema UT3.
grant CREATE any CONTEXT to ut3;
Manual installation procedure:
Installing DDL trigger: requires ut3 schema privilge "Adminiter database trigger with admin optin"
grant administer database trigger to ut3 with admin option;
Provide version info
SQL> select ut.version from dual;
VERSION
---------------
v3.1.14.4197