net.anwiba.database.oracle.utilities.GrantAnyAccessToUserStatementStrings.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of anwiba-database-oracle Show documentation
Show all versions of anwiba-database-oracle Show documentation
anwiba oracle database project
grant EXECUTE ANY PROCEDURE to {0};
grant ANALYZE ANY to {0};
grant CREATE ANY TABLE to {0};
grant ALTER ANY TABLE to {0};
grant SELECT ANY TABLE to {0};
grant DROP ANY TABLE to {0};
grant CREATE ANY VIEW to {0};
grant DROP ANY VIEW to {0};
grant CREATE ANY SEQUENCE to {0};
grant SELECT ANY SEQUENCE to {0};
grant DROP ANY SEQUENCE to {0};
grant CREATE ANY INDEX to {0};
grant ALTER ANY INDEX to {0};
grant DROP ANY INDEX to {0};
grant CREATE ANY TRIGGER to {0};
grant DROP ANY TRIGGER to {0};
grant CREATE ANY PROCEDURE to {0};
grant DROP ANY PROCEDURE to {0};