Monthly Archives: March 2013

Long Code Blocks in Exports

A while back, I posted optimistically that I’d have some suggestion for handling long code blocks in APEX application exports.  I’m sorry to report that I haven’t come up with a solution, but I’ll try to present the problem clearly

Posted in APEX (Application Express), Change Management, Work

Unique Constraint Violations On Import

Cleaning up your application before attempting to use version control is definitely a good idea! As we were getting everything setup, we started having Unique Constraint Violations during import (running $base/install.sql with SQL*Plus).  After some investigating it became clear that

Posted in APEX (Application Express), Change Management