Top "Grant" questions

GRANT is a SQL standard command that authorizes one or more users to perform an operation or a set of operations on an object.

Content provider grant uri permission

I searched and read android developer files but I did not find any satisfactory answer for content provider grant uri …

android permissions uri provider grant
Grant permissions to user for any new tables created in postgresql

Currently I am using this to grant permissions: grant select on all tables in schema public to <user_name&…

postgresql grant database-permissions
PostgreSQL 8.4 grant DML privileges on all tables to a role

How do I go about granting DML (SELECT,INSERT,UPDATE,DELETE) on all tables in a schema in PostgreSQL 8.4? I'd …

postgresql grant dml
Granted all privileges on my PostGres table, but still am getting a "Permission denied" error when attempting to insert/select

I'm using PostGres 9.5. I'm having trouble inserting data into a table I just created. I'm getting "permission denied" errors despite …

postgresql select permissions insert grant
ORACLE :Are grants removed when an object is dropped?

I currently have 2 schemas, A and B. B has a table, and A executes selects inserts and updates on it. …

oracle rename grant ora-00942 sql-drop
Mysql grant all privileges to a user on everywhere

In my windows forms application I use Mysql to get data. (I use MySql.Data.dll) Here is my connection …

mysql privileges grant
Which permission need to grant to access sys.dba_systems

I am working on the application which works on Oracle. For some kind of logic I need to get the …

database oracle schema grant system-tables
How to check if permission is granted by user at runtime on Android?

I have created a simple android activity that acts as a dial. It has an edit text for the phone …

android permissions runtime grant
SQL Error: ORA-01039: insufficient privileges on underlying objects of the view

I am trying to get explain plan for a view using below query explain plan for select * from SCHEMA1.VIEW1; …

database oracle view grant sql-execution-plan
SQL Grant on - for multiple users

i was curious if there was a way to grant multiple users simultaneously rights Example: I want to give certain …

sql oracle select grant rights