Shell Script + GoldenGate (Logdump utility)
844166Mar 2 2011 — edited Apr 2 2011Can anyone help me in this?
As we know in oracle goldengate using Logdump utility we can retrieve the previous RBA by these commands.
open <trail file>
pos <current RBA>
sfh prev
it gives previous RBA
Now I want to extract this RBA using shell script. And I want to save this RBA for the further use.
Can anybody help me out?