Grant All Privileges to users on a specific schema (All objects in the schema)
Hi all,
We are using Oracle Database (11g) and our need is to create user who will have all privileges on an existing schema (for all objects in the schema (and for the existing and new objects which could be created)).
How could we do this ? (i tried with "GRANT ALL ON <schema_name> TO <user>" but it does not work)
Thank you at advance.
Sid