Hi Experts,
I often getting confusion, can you please help me below of my question,
user name = User_A
Schema Name=Schema_A
Now I need to give DML access like User_A has to get DML(insert,update,delete) access on schema called Schema_A
like I need give DDL access like User_A has to get DDL(create,alter,drop) access on schema called Schema_A
How can I get this. can you please help me. Thanks in advance.