All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.anwiba.database.oracle.utilities.GrantAccessToUserStatementStrings.sql Maven / Gradle / Ivy

There is a newer version: 1.2.50
Show newest version
grant CREATE ANY VIEW to {0};
grant SELECT ANY TABLE to {0};
grant SELECT ANY TABLE to {0};
grant SELECT ANY SEQUENCE to {0};
grant EXECUTE ANY PROCEDURE to {0};
grant ANALYZE ANY to {0};
grant ALTER ANY INDEX to {0};
grant ALTER ANY TABLE to {0};
grant CREATE ANY SEQUENCE to {0};
grant CREATE ANY TRIGGER to {0};
grant CREATE ANY INDEX to {0};
grant CREATE ANY PROCEDURE to {0};
grant DROP ANY INDEX to {0};
grant DROP ANY SEQUENCE to {0};
grant DROP ANY TABLE to {0};
grant DROP ANY VIEW to {0};
grant DROP ANY PROCEDURE to {0};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy