nerdexam
Oracle

1Z0-515 · Question #20

Data Guard compresses data:

The correct answer is C. When using physical standby. A Physical standby database replicates the exact contents of its primary database across the Oracle Net network layer. While the physical storage locations can be different, the data in the database will be exactly the same as the primary database. Incorrect answer: A, B…

Advanced Concepts

Question

Data Guard compresses data:

Options

  • AAlways
  • BWhen using logical standby
  • CWhen using physical standby
  • DWhen catching up after a network failure

How the community answered

(36 responses)
  • A
    3% (1)
  • B
    8% (3)
  • C
    75% (27)
  • D
    14% (5)

Explanation

A Physical standby database replicates the exact contents of its primary database across the Oracle Net network layer. While the physical storage locations can be different, the data in the database will be exactly the same as the primary database. Incorrect answer: A, B: Logical standby databases convert the redo generated at the Primary database into data and SQL and then re-apply those SQL transactions on the Logical standby, thus physical structures and organization will be different from the Primary database. Users can read from logical standby databases while the changes are being applied and, if the GUARD is set to STANDBY (ALTER DATABASE GUARD STANDBY;), write to tables in the Logical standby database that are not being maintained by SQL Apply. Unfortunately there are a number of unsupported objects (ie: tables or sequences owned by SYS, tables that use table compression, tables that underlie a materialized view or Global temporary tables (GTTs)) and unsupported data types (ie: Datatypes BFILE, ROWID, and UROWID, user-defined TYPEs, Multimedia data types like Oracle Spatial, ORDDICOM, and Oracle Text Collections (e.g. nested tables, VARRAYs), SecureFile LOBs, OBJECT RELATIONAL XMLTypes and BINARY XML).[2] Physical standby may be appropriate in such a case.

Topics

#Data Guard#data compression#physical standby#logical standby

Community Discussion

No community discussion yet for this question.

Full 1Z0-515 Practice