Database Administration (MOSC)

MOSC Banner

trigger on commit

edited Nov 1, 2012 6:00AM in Database Administration (MOSC) 15 commentsAnswered
Hi

Do you have any idea how to fire trigger on commmit statement

I tried to do it via MV with force on commit

it is working good but there is a lot of JI locking on concurrent sessions  

i created the MV like the folowing

CREATE MATERIALIZED VIEW xx TABLESPACE xx LOGGING NOPARALLEL
BUILD IMMEDIATE REFRESH FORCE ON COMMIT WITH PRIMARY KEY
AS
SELECT yy, COUNT (*)
FROM yy
WHERE 1 = 2
GROUP BY acc;ThanksShraga

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