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!

OracleOCIConnectionPool?

384200Jan 7 2003 — edited Jan 9 2003
Hello my friends

My question is about two methods of the OracleOCIConnectionPool :
1-getConnection(String "uid",String "pwd")
2-getProxyConnection(String "uid",String "pwd")

Is it right that in the method#1 the provided uid,pwd can be either actual ones provided by the db Admin
or Application's specific uid,pwd stored somewhere.
But
In the methode#2 they can be just uid,pwd in the scope of the db?

Thank you so much.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 6 2003
Added on Jan 7 2003
9 comments
473 views