- PL SQL DEVELOPER ROLES AND RESPONSIBILITIES HOW TO
- PL SQL DEVELOPER ROLES AND RESPONSIBILITIES PASSWORD
This first example creates a role called test_role.
PL SQL DEVELOPER ROLES AND RESPONSIBILITIES HOW TO
Let's look at an example of how to create a role in Oracle.
PL SQL DEVELOPER ROLES AND RESPONSIBILITIES PASSWORD
BY password It means that a user must supply a password to enable the role. IDENTIFIED It means that a user must be authorized by a specified method before the role is enabled. No password is required to enable the role. NOT IDENTIFIED It means that the role is immediately enabled.
This is how you will refer to the grouping of privileges. IDENTIFIED role_name The name of the new role that you are creating. The syntax for creating a role in Oracle is: CREATE ROLE role_name Please note that to create a role, you must have CREATE ROLE system privileges. You may wish to create a role so that you can logically group the users' permissions.