Re: Suggestion Required: Best Practise for re-org table which is part of Goldengate Extract

  • From: Sourav Biswas <biswas.sourav@xxxxxxxxxxx>
  • To: Jon Crisler <jcrisler@xxxxxxxxxx>
  • Date: Thu, 28 Sep 2017 02:13:47 +0000

Thanks Jon, I see your point in excluding the GG schema and then perform 
Expdp/Impdp using the same schema.

I have heard ?bout it long time ago, but not tested it. I will definitely test 
this out and share my experience

Thanks again Jon!

Thanks & Regards,
Sourav Biswas

________________________________
From: Jon Crisler <jcrisler@xxxxxxxxxx>
Sent: Thursday, September 28, 2017 7:21:38 AM
To: biswas.sourav@xxxxxxxxxxx
Cc: oracle-l@xxxxxxxxxxxxx
Subject: Re: Suggestion Required: Best Practise for re-org table which is part 
of Goldengate Extract

I cannot post to the list directly, but I can send to you.
Another method is to find out the user ID of the Golden Gate user- the schema 
used for GG itself.
You can run "alter table shrink" or expdp / impdp as this user, and GG will 
ignore the rows that were processed by that user.  This way you do not even 
need to stop any GG process or mess with SCN.
If you use rdbms_redefinition , make sure the temp table is excluded from GG as 
well.

-----oracle-l-bounce@xxxxxxxxxxxxx<mailto:-----oracle-l-bounce@xxxxxxxxxxxxx
wrote: -----
To: "oracle-l@xxxxxxxxxxxxx<mailto:oracle-l@xxxxxxxxxxxxx>" 
<oracle-l@xxxxxxxxxxxxx<mailto:oracle-l@xxxxxxxxxxxxx>>
From: Sourav Biswas
Sent by: oracle-l-bounce@xxxxxxxxxxxxx<mailto:oracle-l-bounce@xxxxxxxxxxxxx>
Date: 09/27/2017 06:20PM
Subject: Suggestion Required: Best Practise for re-org table which is part of 
Goldengate Extract

Hi All,

Can someone provide some documentation or best practices, for re-org tables 
which are part of Goldengate replication.

We have a situation, where we need to re-organize few tables using Datapump. 
And these tables are a sub-set of huge set of tables which are part of 
Goldengate extract.

An easy way would be to stop the extract , perform the re-org activity and then 
start the extract after resetting to current csn .

I was wondering , in case someone please suggest a better alternative.

Best Regards,
Sourav Biswas

Other related posts: