AMore
AMore

Reputation: 110

Oracle Data Integrator logging history

I am currently working in ODI (Oracle Data Integrator 11g). In the Operator where all of the Track Logs are kept in the Date area is there a way that you can set how much of the history logs are saved. Right now it saves up to 8 months of logs but I only want to keep 1 month. Can anyone help me with this issue?

Upvotes: 0

Views: 776

Answers (2)

Saqib
Saqib

Reputation: 1

Yes, you can enter desired number of days in the Load Plan's Definition Tab. There is a field with the name of "Keep Log History (days)". From there you can set the required no of days. Moreover you can automate the trashing of logs by using ODIPurgeLog utility in the package.

Upvotes: 0

Canburak Tümer
Canburak Tümer

Reputation: 1063

As far as I know there is no setting for this. But you may create a package/interface to clean(or archive) older logs from repository.

I saw this method is used by more than one of my customers.

Upvotes: 0

Related Questions