InterviewSolution
Saved Bookmarks
| 1. |
What Is .dbc File , Where Its Stored , Whats Use Of .dbc File ? |
|
Answer» dbc as NAME says is database connect DESCRIPTOR file which stores database connection information USED by application tier to connect to database. This file is in directory $FND_TOP/secure also CALLED as FND_SECURE. dbc as name says is database connect descriptor file which stores database connection information used by application tier to connect to database. This file is in directory $FND_TOP/secure also called as FND_SECURE. |
|