Jump to content

Disabling Oracle Triggers with PHP


dbarger

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.