Hi All,
Below is my environment:
DB: Oracle 11GR2 standard edition
OS: Windows Server 2008 64 bit
CREATE ANY TABLE will give rights to create table in any schema in a database. I am looking for a solution where I can - grant DDL privileges only on a specific schema in a database.
For example:
If I have 3 schemas USER01, USER02 & USER03.
I want to give rights to USER01 so that he will be able to CREATE TABLE in only USER02 & NOT in USER03.
How can it be done?