Tag: PL/SQL

Too many Oracle shops start from scratch when beginning PL/SQL development, learning the hard way from novice developers, books, bugs and expensive trial and error. We will look in-depth at an open source framework that can save you 4 to 8 weeks of development time, and months of future refactoring and maintenance enhancements. It can…

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…