Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

DB2 Triggers from JDBC

843859Feb 21 2007 — edited Feb 21 2007
Hi,

I have a trigger on a DB2 Database table which simply updates another table with what has been changed. When I update this table with the trigger on it, using the iSeries SQL program the trigger works fine.

My problem is that when I use JDBC in my java Portlet application the trigger does not run when I update the table this way.

Can anyone shed any light on this
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 21 2007
Added on Feb 21 2007
1 comment
123 views