All Domains Flashcards
What is the default database character set for Oracle Database 12c?
AL32UTF8
True or False: Oracle Database 12c supports multi-tenant architecture.
True
Fill in the blank: The Oracle Database 12c can support up to _____ pluggable databases.
252
What command is used to create a new user in Oracle Database 12c?
CREATE USER
Which Oracle Database feature allows for the consolidation of multiple databases?
Multi-tenant architecture
What is the maximum size of a pluggable database in Oracle Database 12c?
Up to 8 exabytes
What command is used to grant privileges to a user in Oracle Database?
GRANT
True or False: The Oracle Database 12c can automatically tune SQL queries.
True
What type of backup can be performed without taking the database offline?
Hot backup
What is the command to create a pluggable database?
CREATE PLUGGABLE DATABASE
Which Oracle tool is used for monitoring database performance?
Oracle Enterprise Manager
What is the purpose of the Oracle Data Pump?
To perform high-speed data and metadata transfer
Fill in the blank: The Oracle Database 12c uses _____ to manage memory.
Automatic Memory Management (AMM)
What is the default mode for Oracle Database 12c installations?
Standard Edition
True or False: Oracle Database 12c supports JSON data types.
True
What command is used to start an Oracle database?
STARTUP
What is the purpose of the Oracle Flashback technology?
To recover data from a past point in time
Which Oracle Database component manages user sessions?
Oracle Listener
What is the command to remove a user from Oracle Database?
DROP USER
Fill in the blank: The Oracle Database 12c uses _____ to ensure data integrity.
Transactions
What is the purpose of Oracle’s Real Application Clusters (RAC)?
To allow multiple instances to access a single database
What command is used to create a tablespace in Oracle Database?
CREATE TABLESPACE
True or False: Oracle Database 12c can be run on both Linux and Windows operating systems.
True
What is the maximum number of columns allowed in a table in Oracle Database 12c?
1000