Home » SQL & PL/SQL » SQL & PL/SQL » Triggers and updates to multiple tables
Triggers and updates to multiple tables [message #39285] Wed, 03 July 2002 03:03 Go to next message
luke
Messages: 6
Registered: July 2002
Junior Member
Hi,

I have a trigger on one table that needs to be able to see changes made to other tables in the same transaction. The table the trigger is on is however not necessarily the last table to be updated in the transaction.

Is this possible?

At the moment the trigger does not seem to be able to see the changes to the satellite tables, only the changes on the table the trigger is on. I have tried using before and after triggers but this hasn't made a difference (should it have?).

Any suggestions?

Thanks in advance for any help.

Luke.
-----
Re: Triggers and updates to multiple tables [message #39289 is a reply to message #39285] Wed, 03 July 2002 06:55 Go to previous message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
A trigger can be fired based on a even on ONE table only.
Previous Topic: Query
Next Topic: HOW CAN ONE COUNT NUMBER OF TABLES IN A SCHEMA
Goto Forum:
  


Current Time: Fri Apr 26 16:22:31 CDT 2024