InterviewSolution
Saved Bookmarks
| 1. |
Whats Is Difference Between Two Env Files In .env And Apps.env Under $appl_top ? |
|
Answer» APPS.env is main ENVIRONMENT FILE which inturn calls other environment files LIKE . env under $APPL_TOP, .env under 806 ORACLE_HOME and custom. env for any CUSTOMIZED environment files. APPS.env is main environment file which inturn calls other environment files like . env under $APPL_TOP, .env under 806 ORACLE_HOME and custom. env for any Customized environment files. |
|