Tag: PL/SQL

The two main reasons for performance degradation in web application architecture are: 1)Excessive round trips between the database and the application server 2)Large pages sent from the application server to the client This presentation demonstrates a 100% "thick database" approach (virtually no code in the application server). Using this approach provided very good performance in…