Tag: Oracle

Community

Using the JSP 2.0 EL API

(Andrei Cioroianu) The JSP 2.0 Expression Language (EL) is a much-needed feature for Web developers who want to build scriptless JSP pages. It was designed as a part of the JSP Standard Tag Library (JSTL) 1.0, and then JavaServer Pages (JSP) 2.0 adopted and enhanced the EL. In its current form,

Community

The Beauty Is in the Details

(Steven Feuerstein) Some of my past articles in Oracle Magazine have offered a variety of “big picture” best practices to help you write code properly. This article takes a different approach. It invites you to pay attention to seemingly minor details in the way you write IF statements, loops, and d

Community

Comparison of Oracle Drivers

(Haidong Ji) Because Analysis Service is bundled with SQL Server for free, many companies built data warehouses and OLAP cubes on top of SQL Server. DBAs usually use DTS to get data from Oracle and dump it into SQL Server for DSS and OLAP analysis. When you are ready to do data transformation from

Community

The SQL Optimizers

(Mark Gurry) Whenever you execute a SQL statement, a component of the database known as the optimizer must decide how best to access the data operated on by that statement. Oracle supports two optimizers: the rule-base optimizer (which was the original), and the cost-based optimizer.