Quantcast
Channel: Oracle Bloggers
Viewing all articles
Browse latest Browse all 19780

On SSE_ROLE DBA alternative

$
0
0
There is often an awkward quandary among DBA's whenever the development team asks the DBA to create SSE_ROLE per Oracle documentation. This is true especially in production.

Per Oracle Docuentation:
CREATE ROLE SSE_ROLE;
GRANT DBA TO SSE_ROLE;
GRANT SSE_ROLE TO OBAW;

I suggest the following alternative to my clients:
Grant schema with CONNECT, RESOURCE, and SSE_ROLE_ALT. Use SSE_ROLE_ALT instead of SSE_ROLE

Grant below privileges to OBAW:
CREATE TABLE
CREATE TRIGGER
CREATE SEQUENCE
CREATE PROCEDURE
CREATE INDEXTYPE
CREATE CLUSTER

Viewing all articles
Browse latest Browse all 19780

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>