What I like best about Oracle SQL Developer Data Modeler
The fit and finish features of the Oracle data modeling solution make it easier and more fun to work with your models and designs. In a presentation like a "tips and tricks" session, Jeff will talk about the features that users ask him about the most and show how to go from "walking" to "running" with the tool.
Should I move my Oracle Forms applications to a new system?
Hearing different things about Oracle Forms' future? We hope to set the record straight in this meeting. Meet with some of the top experts on Oracle Forms for an open Q&A session about whether, when, and why to move away from Oracle Forms, as well as the options, costs, risks, and benefits. The Oracle Forms product manager will talk briefly about Oracle's plans for the future of Oracle Forms. For example, can you squeeze a few more years out of your systems, or do you need to switch to a new technology right away? The panel will then talk about which next-generation development technology you should use if you have to move. Panelists will do their best to talk about all of the major choices, such as Stay in Forms, Move to: Java, Oracle ADF, Oracle APEX,.NET, and even new development tools from third parties.
Functions in a Pipelined Table
"Use SQL if you can do it in SQL." But sometimes, even Oracle's very powerful version of SQL isn't enough and you need more, like loops, conditions, etc. If you can make the result of a function behave like a table, you can use it in SQL and use all of the power that PL/SQL gives you. You will leave this session knowing how to make functions that can be used as tables in SQL.