Category Archives: Oracle

Views and Order By

Developers like views…they can simplify things and hide (protect us from) underlying complexity.
For example, would you rather write the query -

SELECT
ename,
department_name
FROM
emp_vw

or

SELECT
e.ename,
d.dname
FROM
emp e,
dept d
WHERE
e.deptno = d.deptno;

It’s a rhetorical question so please don’t say “I prefer the second”…otherwise there’s no point [...]

Certification Exam for Oracle Application Express


Pro Oracle Application Express


OTN Forums - Change the look and feel yourself


Application Express 3.1.2 Upgrade - Session Zero and Redirects


Apex 3.1.2 Released


Oracle OpenWorld 2008 - My Schedule


Ad: Advanced Application Express Seminar - London


First Oracle Related Application on the iPhone?


ODTUG - The Adventure Begins