Tutorials
Oracle 10g
Oracle 10g Free Training - Creating Roles and Granting Privileges
Oracle 10g Free Training - Creating Roles and Granting Privileges - Page 2Oracle 10g Free Training - Creating Roles and Granting Privileges: This tutorial provides the ways and steps of creating and managing database roles and privileges using three ways via SQL Plus, iSQL Plus and Enterprise Manager .
There could be two ways of creating users account in oracle10g. You can directly create the users account through sqlplus after entering the commands or you can use enterprise manager (through internet explorer) to create users.

Figure 1. Create Role command through SQL*PLUS
Figure 2. iSQL*PLUS Window
Method for creating users is exactly same in iSqlplus and Sqlplus. iSqlplus can be accessed through internet explorer.
Figure 3. Oracle Enterprise Manager window
3. The Administration page would appear as shown in figure 4 below. Click on the Roles tab under the Security section.

Figure 4. Administration Page
Next Page: Oracle 10g Free Training - Creating Roles and Granting Privileges - Page 2

| the DBA_role that has been created, does hit mean that which ever user given this role has administrative privileges |
| It does not unless the created DBA_role has been granted all DBA priviledges. |