InterviewSolution
Saved Bookmarks
| 1. |
Recommended By Oracle, What Is The Suggested Number Of Tiers The Architecture Should Have And Why? |
|
Answer» Two-TIER architecture is the recommended number of TIERS at a MINIMUM to be ran on Oracle APPLICATIONS, because with single tier architecture, contention can happen between the application and database processing, causing performance degradation. Two-tier architecture is the recommended number of tiers at a minimum to be ran on Oracle Applications, because with single tier architecture, contention can happen between the application and database processing, causing performance degradation. |
|