What are the roles and user accounts created automatically
with the database ?
Answer / guest
DBA - role Contains all database system privileges.
SYS user account - The DBA role will be assigned to this
account. All of the basetables and views for the
database's dictionary are store in this schema and are
manipulated only by ORACLE.
SYSTEM user account - It has all the system privileges for
the database and additional tables and views that
display administrative information and internal tables and
views used by oracle tools are created using this username.
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the steps to switch a database's archiving mode between NO ARCHIVELOG and ARCHIVELOG mode ?
What are roles ? How can we implement roles ?
Differentiate simple and complex, snapshots ?
What are the different Levels of Auditing ?
When will the data in the snapshot log be used ?
What is Object Auditing ?
what is the step for rmanbackup?
What is default tablespace ?
What is Auditing ?
What are the use of Roles ?
what is meant by physical order and logical order in clustered index and non clustered index.
What are the roles and user accounts created automatically with the database ?