InterviewSolution
| 1. |
How Many Oracle Home Are In Oracle Apps And What Is The Significance Of Each? |
|
Answer» There are three $ORACLE_HOME in Oracle Apps, Two for Application Tier (MIDDLE Tier) and ONE in Database Tier. # ORACLE_HOME 1: On Application Tier used to store 8.0.6 techstack software. This is used by forms, reports & discoverer. # ORACLE_HOME 2: On Application Tier used by IAS (Web SERVER) techstack software. This is used by Web Listener & contains Apache. # ORACLE_HOME 3: On Database Tier used by Database Software usually 8i, 9i or 10g database. There are three $ORACLE_HOME in Oracle Apps, Two for Application Tier (Middle Tier) and One in Database Tier. # ORACLE_HOME 1: On Application Tier used to store 8.0.6 techstack software. This is used by forms, reports & discoverer. # ORACLE_HOME 2: On Application Tier used by iAS (Web Server) techstack software. This is used by Web Listener & contains Apache. # ORACLE_HOME 3: On Database Tier used by Database Software usually 8i, 9i or 10g database. |
|