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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

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

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,492 views