Create Custom role in oracle 11g
I want to create a custom role called ' dev_role' for application developers
to allow them to create, modify, and delete the schema objects for their applications.
how can I create this custom role.
I know how can I create this role using Enterprise Manager but I want to create it using SQL Commands.
Thanks everybody
0