8000 Manual installation procedure: create_utplsql_owner.sql and install_ddl_trigger.sql missing privileges · Issue #1290 · utPLSQL/utPLSQL · GitHub
[go: up one dir, main page]

Skip to content

Manual installation procedure: create_utplsql_owner.sql and install_ddl_trigger.sql missing privileges #1290

@sivakumarjangam

Description

@sivakumarjangam

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0