Category Archive Template

SQL processing inside PL/SQL > Dynamic SQL and Dynamic PL/SQL

April 06, 2005

Allow certain DDL SQLs without recourse to dynamic SQL

Probably more valuable with data-warehouse large data imports and big queries:

TRUNCATE table, enable/disable constraints and index unusable/rebuild.
ALTER TABLE...LOCATION... for external tables

Also, it would be nice to do ALTER SESSION SET NLS.... without recourse to dynamic SQL.

Posted by gary myers at 12:21 AM | Add your thoughts (1)