What do you mean by Quiescence?

Options
- act of suspending DML activity for all tables in a given replication group
- act of suspending DML activity for selected tables in a given replication group
- act of granting DML activity for selected tables in a given replication group
- act of granting DML activity for all tables in a given replication group


CORRECT ANSWER : act of suspending DML activity for all tables in a given replication group

Discussion Board
Quiescence

Quiescence is the act of suspending DML activity for all tables in a given replication group. This is required in order to perform certain administrative tasks on objects in a replication group, such as altering a table. The Oracle built-in package procedure call that quiesces a replication group is DBMS_REPCAT.SUSPEND_MASTER_ACTIVITY.

Prajakta Pandit 02-16-2017 12:55 AM

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement