Re: R12.2
Posted by ErmanArslansOracleBlog on
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/R12-2-tp3275p3279.html
Also, a typical entry in dbc file is GUEST_USER_PWD .
So, you guess. When there is no apps session, apps authentication, Guest user is used.
so, dbc is needed there.
The code reads the guest and other values stored in dbc, thus it does the apps authentication. apps authentication here means fnd_user authentication, I mean Application User authentication.
Once authenticated, the database connection is built with the Apps db user anyways.