Oracle Database Developer Question:
Explain User Account in Oracle?
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
* Password for database authentication
* Privileges and roles
* Default tablespace for database objects
* Default temporary tablespace for query processing work space
Previous Question | Next Question |
Explain Program Global Area (PGA) in Oracle? | Described the Relation of a User Account and a Schema in Oracle? |