I am using JDBC API for transaction..
This is my curiosity to know that if i am opening a transaction using JDBC API. Is there any entry in Oracle Database.
I am just looking for a query which show the result of open transaction when the transaction is opened by Application.
From the answer:
Google it for more information
Found a good article on same :
There is a view – v$transaction, here is a link to the documentation.