InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Two Env Files In <context>.env And Apps<context>.env Under $appl_top? |
|
Answer» APPS<CONTEXT>.env is main environment file which in TURN calls other environment FILES like <CONTEXT>.env under $APPL_TOP APPS<CONTEXT>.env is main environment file which in turn calls other environment files like <CONTEXT>.env under $APPL_TOP |
|