InterviewSolution
| 1. |
What Is The Difference Between Logical Standby Database And Physical Standby Database? |
|
Answer» A PHYSICAL standby DATABASE is PHYSICALLY same as PRODUCTION database, It has same file structure as production database while logical database can have different physical structure as COMPARED to production database. A physical standby database is physically same as production database, It has same file structure as production database while logical database can have different physical structure as compared to production database. |
|