DBA Oracle + MongoDB Flashcards
Large Object Types can store up to 128 Terrabytes of data.
true
Tables can only have a single LOB column in them.
true
LOB columns must be accessed in sequential order.
true
BLOB is short for _____ LOB type.
Binary
NCLOB is short for _____ _____ Set LOB.
National Character
BFILE columns are used to only store the pointer to a file.
LOBs allow the storage of
An Oracle Sequence is a database object that represents a sequence of integers.
Before you can store a pointer to a file in a BFILE, you must create a ______ object in the database.
directory
BFILENAME() is used to…
populate a field or variable with a pointer to a file
The reason a DBA needs situational awareness is.
To solve problems before others notice.
The right tools are important to the DBA because.
Databases are complex systems and tools make information accessible.
The best DBAs are technically adequate.
false
The primary reason to audit who has access to a database is because.
It is a requirement of the Principle of Least Security.
To promote situational awareness, a DBA would…
Talk to database users.
Review event logs.
Query DBA_* views.
All of the above. (this one)
Which tool or tools would you use to find the details of a schema object?
SQL*Plus
Enterprise Manager Express
SQL Developer (This One)
(A) and (B)
(B) and (C)
(A) and (C)
All of the above
The feature you would use to determine why a query isn’t performant is called.
Explain
A table space is a collection of tables.
true
Table spaces can be taken off-line.
true
Which is not a predefined table-space?
SYS
The log file that contains incidents that occur within an Oracle database is called the.
alert log
To monitor table space size you must first enable auditing.
false
To maintain situational awareness you need not continuously monitor using a tool such as PRTG.
true
The main reason you need to be able to reproduce a problem is.
to support your root cause analysis
Standard Operating Procedures are covered by an ISO standard.
false
If someone says they can’t connect to a database you should first.
Talk to the user
If you want to import a CSV file and filter records on the way in you should use.
SQL*Loader
Restore and Recover are a last resort when all else fails.
false
Restore and Recover are always used together.
true
Backups are not needed if you are using the RAC architecture.
false
Incremental Backups are more efficient than full backups.
false
You need to recover a database following a database restore
to fix a problem backup that may have media issues.
RMANS’s command BACKUP DATABASE also backs up the redo logs.
true
You don’t need to test your recovery processes because RMAN does that automatically for you.
false
Inconsistent backups are bad.
false
Learning about Oracle’s architecture is important.
for the same reasons it is important to know how your car works.
The largest area of memory in an Oracle instance is.
The SGA (System Global Area)
The Oracle component responsible for executing user authentication and authorization is.
The dedicated server process.
The process responsible for the initial database -> client connection is.
The Listener
Redo logs are used for
Transaction rollbacks
Which is not part of Oracle’s storage architecture
Directory