Oracle Triggers Questions and Answers

Recent IT Questions

1 - 5 of 5
<<PREVIOUS 1 NEXT>>

Calculate time difference with Oracle 9i

1)i wanna calculate difference between current time and time which is stored in table. how will i calculate the difference between 2 time?? 2) after calculating this difference ,if this difference is greater than 3 hrs my system should genrate an email to technical head. how do i do this?shall i...

View Answer   |  May 18 2009  11:50 AM GMT
Oracle 9i, Oracle Forms 6i, Oracle development
asked by Firasha

  25 pts.

After trigger select from other tables using joins

Is it possible to create a trigger on table A if there is an insert, update, or delete then fire the trigger but in addition to the changes in table A I want to capture values from table B,C,D,E.... even if those records had no action applied to them. I tried declaring variables from the other...

View Answer   |  May 13 2009  3:48 PM GMT
Oracle, Triggers, LEFT OUTER JOIN statement
asked by Pmnc8179

  5 pts.

Convert Oracle code to Microsoft SQL code

I've been given an Oracle DB that has some triggers and "LOAD DATA" jobs. Is there a tool/utility to convert the triggers/loads from PL/SQL into T-SQL?

View Answer   |  Mar 30 2009  9:20 PM GMT
T-SQL, PL/SQL, Oracle import/export
asked by VelameLaCosa

  65 pts.

Subscript beyond count on nested table (trying to update a column in a trigger for the same table as trigger)

CREATE OR REPLACE PACKAGE trigger_api AS PROCEDURE tab1_row_change (p_id IN ae_dt526.field1%TYPE, p_action IN varchar2, p_field13 IN varchar2, p_blanket_ind IN varchar2 ); ...

View Answer   |  Feb 1 2009  11:39 PM GMT
Oracle 10g, Oracle 10g triggers, Oracle triggers
asked by APB

  10 pts.

How to call trigger stored in database using Oracle Forms

how to call trigger stored in database using oracle forms

View Answer   |  Jan 30 2009  9:47 AM GMT
Oracle Forms, Oracle triggers, Triggers
asked by RoseForHeba

  5 pts.

1 - 5 of 5
<<PREVIOUS 1 NEXT>>