dbarger Posted November 8, 2007 Share Posted November 8, 2007 I'm using the PEAR database abstraction (MDB2) to access Oracle 9i. The PHP application is interacting with Oracle to execute Oracle Procedures. In one procedure the logic includes disabling triggers before deleting data from the table. The delete statement works, but the alter command to disable the trigger fails. THe procedure works if you call it outside of PHP. Anyone ever have problems with PHP call ALTER commands and/or disabling triggers? Link to comment https://forums.phpfreaks.com/topic/76525-disabling-oracle-triggers-with-php/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.