OracleOCIConnectionPool?
384200Jan 7 2003 — edited Jan 9 2003Hello 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.