apply handlers not showing up
Oracle 11gR2 OEL5
I have created DML apply handlers and they execute successfully, however, they do not show up in the DML handlers table nor in OEM?
I also performed an 'INSERT into table_name select * from table_name@source where...' and it shows that the row was inserted and commited, but it does not show up?
Is the dest database in some strange state?
Thanks.