Delta aggregation for JDBC connector

Which IIQ version are you inquiring about?

8.3

Hi Team,

We don’t have any separate table in database which stores delta changes. In this scenario, Is there any way to run delta aggregation for JDBC application which will just bring changes from database?

Thanks,

Reshma

Hi @Reshma_sonawane,

You must configure a delta aggregation table in database to run the delta aggregation in JDBC application.

Regards,
Arun

1 Like

Hi @Reshma_sonawane,

the delta aggrergation needs of those tables:

Db aggregation run based on the query added in SQL Statement , if you database has some information which can give you last modified / when updated then when you run the aggregation task and you can try adding another sequential task which can get you when you last ran aggregation and then modify the application configuration to add that in query .

1 Like

@Reshma_sonawane ,

Just sharing one useful link for this. You can go through it if you need.

https://community.sailpoint.com/t5/IdentityIQ-Forum/Delta-Aggregation-on-JDBC/m-p/87224

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.