Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DML cannot be captured after setting "db.fet.size" to 2000 #72

Open
yongorg opened this issue Jul 8, 2020 · 4 comments
Open

DML cannot be captured after setting "db.fet.size" to 2000 #72

yongorg opened this issue Jul 8, 2020 · 4 comments

Comments

@yongorg
Copy link

yongorg commented Jul 8, 2020

No description provided.

@erdemcer
Copy link
Owner

erdemcer commented Jul 9, 2020

Hi,
On your db , are min 2000 dml operations done ?
Thanks

@yongorg
Copy link
Author

yongorg commented Jul 14, 2020

logMinerSelect.setFetchSize(config.getDbFetchSize()); //“db.fet.size” is 2000
logMinerSelect.setLong(1, streamOffsetCommitScn);
logMinerData = logMinerSelect.executeQuery(); //block

@yongorg
Copy link
Author

yongorg commented Jul 14, 2020

image

@erdemcer
Copy link
Owner

Hi,
After setting fetch size to 2000 , at least are 2000 dmls occured on your db? Because jdbc driver fetches 2000 records when resultset.next() called . Driver does not fetch records until 2000 records are done .
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants