Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

Delete large amount of data using Informatica

edited Nov 30, 2018 12:17AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 3 commentsAnswered

Hello,

Maybe someone have had a similar issue, did not manage to find in here.

We are using Siebel Loyalty and Informatica. We need to delete old transactions, but S_LOY_TXN has more than 220 million records.

The basic request is to delete all transactions older than 2 years. In DB it would be something like this:

DELETE FROM S_LOY_TXN

WHERE TXN_DT > CURRENT_TIMESTAMP - 730

;

Record count older than 2 years is about 100 million. I tried to use Informatica to delete records by  creating a workflow with Commit Interval 100k, still this would take a lot of time to delete records.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center