Skip to Main Content

Java Development Tools

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.

Jdev 12c - setting db proxy user

kdarioJun 29 2014 — edited Jun 29 2014

FYI

OracleConnection.openProxySession() behaviour has changed between ojdbc6 and ojdbc7 drivers(and I didn't found this is documented somewhere).

So if you are using db proxy users in 12c ADF application, then you must invoke conn.autoCommit(false) after setting proxy user(because in ojdbc7, returned proxy connection will have this value set to true).

Dario

Comments

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

Post Details

Locked on Jul 27 2014
Added on Jun 29 2014
4 comments
2,170 views