Basic Oracle Concepts and Programming Question:

What Is a User Account in Oracle?

Oracle Database Interview Question
Oracle Database Interview Question

Answer:

A user account is identified by a user name and defines the user's attributes, including the following:

* Password for database authentication
* Privileges and roles
* Default tablespace for database objects
* Default temporary tablespace for query processing work space



Previous QuestionNext Question
What is Program Global Area (PGA) in Oracle?What Is the Relation of a User Account and a Schema in Oracle?