Database Backup   «Prev 

Creating a User Account with the CREATE SESSION Privilege

CREATE USER jward
IDENTIFIED BY password
DEFAULT TABLESPACE data_ts
QUOTA 100M ON test_ts
QUOTA 500K ON data_ts
TEMPORARY TABLESPACE temp_ts
PROFILE clerk;
GRANT CREATE SESSION TO jward;
A newly created user cannot connect to the database until you grant the user the CREATE SESSION system privileges. So, immediately after you create the user account, use the GRANT SQL statement to grant the user these privileges. If the user must access Oracle Enterprise Manager, you should also grant the user the SELECT ANY DICTIONARY privilege.
As a security administrator, you should create your own roles and assign only those privileges that are needed. For example, many users formerly granted the CONNECT privilege did not need the additional privileges CONNECT used to provide. Instead, only CREATE SESSION was actually needed, and in fact, that is the only privilege CONNECT presently retains. Creating organization-specific roles gives an organization detailed control of the privileges it assigns, and protects it in case Oracle Database changes the roles that it defines in future releases.

1) Backup Manager is found under the Tools Menu and then under Applications
This is the OEM console screen. Backup Manager is found under the Tools Menu and then under Applications .

2) This is the initial Backup Manager Screen
This is the initial Backup Manager Screen .

3) We are specifying the backup location for our data
We are specifying the backup location for our data. We have specified the output directory as d:\backp\.

4) We define our output channel and then indicate the type of backup that will be performed
We define our output channel and then indicate the type of backup that will be performed