Content deleted Content added
m →Server-side functionality: Task 2b: Fix CS1 deprecated coauthor parameter errors |
|||
Line 26:
=== Physical standby (Redo Apply) ===
A physical standby database replicates the exact contents of its primary database across the [[Oracle Net]] [[network layer]]. While the relative physical storage locations can differ, the data in the database will be exactly the same as in the primary database.
Physical standby databases have the same DBID identifiers as their primary equivalents.<ref>
{{cite book
|last1= Tchoko
|first1= Floribert
|title= Oracle: Protect Your Data
|url= https://books.google.com/books?id=1Py_soo_3pkC
|publisher= AuthorHouse
|publication-date= 2012
|page= 128
|isbn= 9781467896214
|accessdate= 2015-03-17
|quote= [...] a new identifier DBID is assigned to the new database unless the database is a standby database. In this case it retains the same DBID as the source database.
}}
</ref>
=== Logical standby (SQL Apply) ===
|