InterviewSolution
Saved Bookmarks
| 1. |
What Is A Logical Backup? |
|
Answer» LOGICAL BACKUP INVOLVES reading a set of DATABASE records and WRITING them into a file. Export utility is used for taking backup and Import utility is used to recover from backup. Logical backup involves reading a set of database records and writing them into a file. Export utility is used for taking backup and Import utility is used to recover from backup. |
|