Advertisement

1 - 10 of 2016 containing alltags:("trigger") (0.002 seconds)
I need a trigger that deletes one or more rows from the trigger base table, without getting ora-4091
Zones: OracleDate Answered: 03/17/1998 Grade: C Views: 0
I have a question with 2 triggers like: 1.  create trigger trg_1      after update of col_x on table_1 for each row      declare         ...      end; 2  create trigger trg_2     after update of c...
Zones: OracleDate Answered: 05/07/1998 Grade: D Views: 0
How can I launch a host command in a database trigger?
Zones: OracleDate Answered: 07/14/1998 Grade: C Views: 0
We've written a JAVA program that sometimes needs to release and renew a DHCP IP-address.  As this is not possible with JAVA code, we call in the program an external commando to do the IPswitch.  S...
Zones: Apple Network HardwareDate Answered: 09/01/1999 Grade: C Views: 0
I have a block in which I am doing the validation for the required fields in the pre-insert trigger. Problem is when I find that a required field is null I am throwing an alert asking the user to e...
Zones: OracleDate Answered: 08/17/1999 Grade: A Views: 0
hi all,   Forms 3 use V2 style triggers. are they still supported in Oracle 8i ? Sudhi.
Zones: OracleDate Answered: 09/22/1999 Grade: B Views: 0
I have a parent table that has a one to many child relationship with many tables.  I need a cascade delete trigger with correct syntax.  Keep in mind I have never written a trigger before. If you c...
Zones: MS SQL ServerDate Answered: 11/04/1999 Grade: B Views: 0
I need to know if triggers can be written in Access that are not dependant on a data form. I am using the Access database as a back end to a VB app, so I want the trigger to run during certain data...
Zones: MS AccessDate Answered: 11/10/1999 Grade: B Views: 0
hi, I have a table which has a field called USERNAME, this is a non KEY and NULL field. I want not to duplicate entries in this field and raise an error when an attempt is made. For this ...
Zones: OracleDate Answered: 12/23/1999 Grade: B Views: 0
I am creating an oracle database using ODBC.. everything works except the triggers.. they all produce this error: PLS-00103: Encountered the symbol "" when expecting one of the following:    ...
Zones: OracleDate Answered: 01/20/2000 Grade: A Views: 25