What command is issued to alter Replicat to start processing trail number 10 at relative byte
address 100345?
A.
Alter <group>, extseqno 10, extrba 100345
B.
Alter Replicat *, exttrail <trail prefix>, extseqno 10, extrba 100345
C.
Alter Replicat <group>, sequence lO, rba 100345
D.
Alter <group>, sequence 10, rba 100345
Explanation:
Reference:
http://download.oracle.com/docs/cd/E15881_01/doc.104/gg_wux_ref_v104.pdf
A
Actual command set should have been:
ALTER REPLICAT , EXTSEQ 10, EXTRBA 100345.
So though option A is close, but it’s not 100% correct.
ALTER REPLICAT , EXTSEQNO 10, EXTRBA 100345
(Typo corrected)
ALTER REPLICAT group, EXTSEQNO 10, EXTRBA 100345