Delete message tracking records

Technical 0 Comments

Delete processed messaged from message tracking application. 

 

Connect to the Maximo database as the Maximo schema owner.

delete from MAXINTMSGTRKDTL where meamsgid in (select meamsgid from maxintmsgtrk where status = 'PROCESSED');


delete from maxintmsgtrk where status = 'PROCESSED';
commit;

Share this post


Blog Comments


Post your comment






Thank You! You comment is under review and will be published soon..
Thank You! You comment is Published.