| Administrator | 
		Datasources of EBS, which is used by Weblogic Manage servers use directly the APPS schema. Apps schema credentials are there in  the datasource/connection pool.
 a dbc file is used to authenticate EBS(fnd_user). There is no need for that in case of a EBS datasource.
 
 It is a matter of choice to connect to the database using a dbc file.
 It comes by design.
 Some of the utilities in EBS, uses it to connect to the database. Like forms, like login page.
 It provides you apps-style login.
 
 For example, when we install HR ORG Chart, we provide a dbc file and a jar that is able to use it.
 Using this jar, dbc file, HR ORG Chart can login to EBS using an FND User.
 
 As for jdbc urls , again -> EBS is a big application system, the connection style and connection type differ from one component to another.
 |