PL/SQL (MOSC)

MOSC Banner

Insert Trigger to insert into an alternate table

edited Aug 27, 2009 9:41AM in PL/SQL (MOSC) 6 commentsAnswered
Hi,

I have Table T1. I want to write an insert trigger on it. I want to insert the data into an alternate table T2 if the data being inserted does not meet certain conditions. I don't want to stop the insert by raising an exception because the program performing the insert into T1 is a batch program and I want to avoid having to change the batch program. Any ideas?

Sanjeev

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center