ContributionsMost RecentMost LikesSolutionsRe: How to execute 20 different oracle sql queries using oracle execute snap Thanks @igormicev for your advise, will try your solution, thanks again for your time and feedback. How to execute 20 different oracle sql queries using oracle execute snap Hello Everyone, Need your expert advise, I have 20 different set of sql queries running on the same table to generate the metrics, I am trying to run through them using Oracle execute but got error as “resolution: Reduce the fetch size in the database connection configuration and retry executing the pipeline” Is there anyway I can run the sql queries one by one without running it as a bulk sql query. Below is my pipeline