| 1. |
Why Export/data Pump Backup Called As Logical Backup? |
|
Answer» Export and datapump dump file doesn't backup or contain any physical structure of database like datafile, control file, redo LOG file, parameter file, PASSWORD file. Instead of physical structure, export dump contains logical structure of database like DEFINITION of tablespaces, SEGMENTS, schemas, data of segments etc. DUE to these reasons export and datapump dump is called as logical backup. Export and datapump dump file doesn't backup or contain any physical structure of database like datafile, control file, redo log file, parameter file, password file. Instead of physical structure, export dump contains logical structure of database like definition of tablespaces, segments, schemas, data of segments etc. Due to these reasons export and datapump dump is called as logical backup. |
|