dbeaver / dbeaver

Free universal database tool and SQL client
https://dbeaver.io
Apache License 2.0
40.14k stars 3.46k forks source link

Dbeaver doesn't clear transaction log after 'COMMIT;' query #21263

Closed Renarde-dev closed 1 year ago

Renarde-dev commented 1 year ago

Description

I'm using the manual commit mode on an oracle database and when I use the COMMIT; query it doesn't clear the transaction log, the statement counter stays green with the number of statement increment.

DBeaver Version

Flatpak Community Edition Version 23.2.0.202309041200

Operating System

Linux, Fedora 38

Database and driver

Database : Oracle 12.1.0.2.0

Drivers : com.oracle.database.jdbc:ojdbc8:RELEASE Version 12.2.0.1

Steps to reproduce

Connect to the database,

Run queries and commit

SELECT * FROM ...
UPDATE ...

COMMIT;

The statement counter doesn't reset to zero or display 'none'

Additional context

Using a VPN (open-connect juniper) outside Dbeaver

ShadelessFox commented 1 year ago

Thanks for the feature request. Duplicate of #7760