Oracle Lite triggers crash PHP

admin

Administrator
Staff member
I am using PHP 4.03pl1 under Win 2000 sp1 to access an Oracle Lite 4.01 through the OCI8 interface.
I have created a trigger on insert and update event on a table. The trigger is written in JDK 1.3.0.
Everything works fine from SQL PLus and JDBC; when updates or inserts are performed, the trigger is regularly executed.
However, when PHP executes the same identical operations, it crashes due to an access violation (DrWatson, I can provide the log on request).
Has anybody encountered a similar problem?
TIA!
 
Back
Top