Tag: Oracle

Community

Using the Oracle Data Mining API

(Agust Egilsson) Following best practices, Oracle releases PL/SQL and Java application-programming interfaces (APIs) well before there is a point-and-click tool or builder available taking advantage of a newly released API. This practice enables developers to incorporate new functionality into their

Community

On reading trace files with PL/SQL

(René Nyffenegger) Reading a trace file is usually a three step process. First, the trace file is created with an SQL statement such as alter session set sql_trace=true. Then, the name of the trace file along with the directory that stores it, is located. Finally, the trace file is opened in an edit

Community

Updating Views

This tutorial teaches you –how to use Views in Queries along with Restrictions on DML operations for Views. –how to update a join View along with rules for updatable join views. –how to use DML Statements on Join Views –how to Update Views that Involve Outer Joins

Community

Partitioned outer join

(Jaromir D.B. Nemec) I first read about this feature from Jonathan Gennicks newsletter. The syntax used there was a “beta version”; instead of ANSI approved “PARTITION BY” a “WITHIN GROUP” clause was used. But on the first view it was clear: this is a great “gap filling” feature.