Which two are prerequisites for configuring flashback database for Oracle 19c databases, in a Data Guard environment?
Global Sequences are Oracle sequences that generate unique values across multiple instances in an Oracle RAC or a Data Guard configuration. Regarding their behavior and performance when connected to a physical standby database with Real-Time Query enabled:
A: The usage of Global Sequences can indeed have a performance impact on the primary database due to the need to generate unique values that are consistent across both primary and standby databases.
D: The performance impact on the physical standby database may occur if the CACHE size is too small. This is because the standby database will frequently have to access the primary database to replenish the cache, which can increase the load and potentially lead to performance degradation.
E: Global Sequences should have the NOORDER and CACHE options set. The NOORDER option ensures that sequence numbers are provided without guaranteeing sequence order, thus improving scalability and performance. The CACHE option is used to specify how many sequence values will be held in memory for faster access.
Option B is incorrect as the LOG_ARCHIVE_DEST_n parameter's definition for standbys pointing back to the primary does not directly pertain to the creation of sequences.
Option C is incorrect because there is no requirement that the size of the cache for a sequence must be at least 100. The CACHE size can be set to a different number based on specific use cases or performance considerations.
Annett
1 months agoPansy
7 days agoMelda
20 days agoMitsue
2 months agoCarisa
16 days agoJesus
24 days agoCharlene
1 months agoAlberta
2 months agoFelicidad
24 days agoMalika
25 days agoTashia
1 months agoLorrie
2 months agoTy
18 days agoBernardine
1 months agoPolly
1 months agoAudry
1 months agoDelila
2 months agoTy
2 months agoFabiola
1 months agoAnjelica
2 months agoKeith
2 months agoDelila
2 months ago