1. Creating triggers over JDBC (oracle) stackoverflow.comDoes anyone know how to get triggers created over JDBC. It appears that the problem is to do with the semicolon. Any feedback much appreciated. The following SQL works when run on ... |
2. Writing Triggers or implementing actions by programming? stackoverflow.comI am a newbie. I am writing an application in Java which connects to Oracle 9i database. I need to enforce some rules in my application like: Chair of Committee A must ... |
3. How to send arbitrary parameters to Oracle trigger? stackoverflow.comThe purpose is to send extra information to triggers like current user id from a web application. Since a connection pool is used, and same user id is used for all ... |
4. using triggers for ensuring data consistency stackoverflow.comI have a hierarchical structure stored in a table. Each element has a pointer to its previous, next and a parent
|
5. What could be the reasons for an Oracle trigger to fail? stackoverflow.comFirst, let me explain shortly how my application is working: The application handles deals, which are stored as an XML document in our database (Oracle 11g). The table that contains these information ... |
6. Call Java program from Oracle database trigger stackoverflow.comI have a oracle database table which records user's status. I have thousands of such users. Every time a user's status is updated/modified, I want to synchronize immediately over HTTP to ... |
7. Oracle trigger coderanch.com |
8. How to capture the exception in oracle trigger from Java client? coderanch.com |
9. ORA-01403: no data found + Oracle + Trigger coderanch.com |
10. Invoke Java from Insert trigger in Oracle 9i forums.oracle.com |