Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: How can I create a user defined role and assign privileges in it
You issue a CREATE ROLE YOUR_ROLE_NAME;
Then GRANT YOUR_PRIVILEGE TO ROLE_NAME; for each privilege you want the role
to have.
HTH
Ruth
----- Original Message -----
From: ALEMU Abiy <abiy.alemu_at_criltechnology.com>
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
Sent: Friday, June 09, 2000 10:53 AM
Subject: How can I create a user defined role and assign privileges in it
> I would like to create a role "NEW_ROLE" and include in this role the
> following system privileges
>
> CONNECT, RESOURCE WITH ADMIN OPTON
> EXP_FULL_DATABASE, IMP_FULL_DATABASE
> CREATE USER, DROP USER
>
> Please help ?
> --
> Author: ALEMU Abiy
> INET: abiy.alemu_at_criltechnology.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Fri Jun 09 2000 - 10:29:02 CDT
![]() |
![]() |