Logical Standby
* A logical standby database cannot accept updates for some objects:
* Any tables or sequences owned by SYS
* Any tables that use table compression
* Any tables that underlie a materialized view
* Global temporary tables (GTTs)
* Datatypes BFILE, ROWID, and UROWID
* Any user-defined TYPEs
* Multimedia data types like Oracle Spatial, ORDDICOM, and Oracle Text
* Collections (e.g. nested tables, VARRAYs)
* SecureFile LOBs
* OBJECT RELATIONAL XMLTypes
* BINARY XML
* For physical standby databases, Data Guard uses Redo Apply technology, which applies redo data on the standby database using standard recovery techniques of an Oracle database.
* For logical standby databases, Data Guard uses SQL Apply technology, which first transforms the received redo data into SQL statements and then executes the generated SQL statements on the logical standby database.
Post a Comment