m k 2 Posted April 16, 2023 Share Posted April 16, 2023 I am using TIBCO 5.14. In Tibco designer, i would like to create the following processTimer based process runs every day lets say at 3:00am.I have a jdbc query activity and have select statement which returns number of rows. For example 1 million recordsI have jdbc update activity and have delete statement to delete based on number of days 50 and row numbers lets say 200,000. even though, select statement returns 1 millions records, if i try to delete at once, it may jdbc timeout so i want to delete 200,000 and then go back and delete another 200,000 until it become zero. can you please provide how can i achieve this? which loops i should use for which activity? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now