You need to restore an Oracle Base Database System to a specific point in time using incremental backups and archived redo logs. Which tool should you use at the OS level if you are managing the recovery manually?
Trap 1: Data Pump (impdp)
Data Pump is a logical backup and restore utility, not a physical point-in-time recovery tool.
Trap 2: OCI Block Storage Volume Snapshots
Block volume snapshots provide crash-consistent disk backups, but RMAN is required for point-in-time database recovery.
Trap 3: SQL*Loader
SQL*Loader is used for bulk loading external data into database tables.
- A
Data Pump (impdp)
Why wrong: Data Pump is a logical backup and restore utility, not a physical point-in-time recovery tool.
- B
Oracle Recovery Manager (RMAN)
RMAN is the native physical backup and point-in-time recovery utility for Oracle databases.
- C
OCI Block Storage Volume Snapshots
Why wrong: Block volume snapshots provide crash-consistent disk backups, but RMAN is required for point-in-time database recovery.
- D
SQL*Loader
Why wrong: SQL*Loader is used for bulk loading external data into database tables.