Tag: databases
Questions Related to databases
-
SYNC or ASYNC to identify the network transmission mode.
-
LGWR or ARCH to identify the primary database process responsible for sending redo information to the standby.
-
AFFIRM or NOAFFIRM to control whether log archiving disk write operations are to be performed synchronously or asynchronously.
-
PROTECTED or UNPROTECTED to control the degree of divergence and data loss at the standby database.
-
Data encryption
-
User authentication
-
Transparent data conversion
-
Configuration and administration mechanisms
-
Support for multiple network transport protocols
-
alert.ora
-
init.ora
-
tnsname.ora
-
redolog
-
Extent
-
Segement
-
Oracle block
-
Operating system block
-
Check
-
Unique
-
Not Null
-
Primary Key
-
Foreign Key
-
A checkpoint defines the highest system change number (SCN)
-
All redo entries higher or at the SCN are known to be written to the data files.
-
Only the redo records containing SCNs higher then the checkpoint need to be applied during recovery.
-
The LOG_CHECKPOINT_INTERVAL initialization paramter specifies the amount of time beteen incremental checkpoints.
-
V$UNDOSTAT
-
V$TRANSACTION
-
V$ROLLSTAT
-
DBA_UNDO_EXTENTS
-
DBA_ROLLBACK_SEGS
-
ARCn
-
DBWn
-
CKPT
-
LGWR
-
PMON
-
SMON
-
Using SQL commands.
-
Using SQL*Plus Commands.
-
Using operating system commands.
-
Using Recover Manager commands.