Author: SSWUG Research

Community

Truncate tables using PL/SQL

By Kevin Shidler – This tip truncates data from tables using PL/SQL for Oracle8i. It first disables all foreign key constraints that would cause the “ORA-02266: unique/primary keys in table referenced by enabled foreign keys” error, truncates the tables, and then re-enables all the foreign keys.

Community

Tip: SAX and document order

By Howard Katz – This tip focuses on document order, SAX, and something I call document order indices, or DOIs for short. I’ll start with a short discussion of document order, explaining what it is, where it’s useful in an XML context, and why it’s important. I’ll then present some simple SAX code t