Log shipping in disaster recovery involves periodically copying ________ from the primary to the standby server.
- Data files
- Entire database
- Log files
- Transaction logs
Log shipping in disaster recovery typically involves copying transaction logs from the primary database server to the standby server. These transaction logs contain a record of all changes made to the database, allowing the standby server to maintain a synchronized copy of the primary database for disaster recovery purposes.
Loading...
Related Quiz
- What are the benefits of using stored procedures in a database management system like DB2?
- Which data format is commonly used for representing hierarchical data structures in DB2?
- What are some common file formats supported by the IMPORT utility in DB2?
- What are the considerations for choosing between XML and JSON in DB2?
- Which DB2 command is used to create an index on a table?