Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Connection.setAutoCommit(false); does it creates a transaction at database side?

1020831Sep 23 2015 — edited Sep 24 2015

I am curious to know when is the transaction is started at database side? I am using oracle as database and ojdbc6 jar driver to connect to the db.

I am also curious to know what exactly a connection is? can I relate it to a database session? do sockets are used to connect a java application to the database server?

Thank you!

This post has been answered by unknown-7404 on Sep 23 2015
Jump to Answer

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 22 2015
Added on Sep 23 2015
4 comments
1,522 views