There is a table say T1 where in data is inserted in T1 through database link from other database. A Trigger on T1 table inserts data in another table T2.
Is it possible to have another insert trigger on table T2 which inserts data in another table T3.
Is there any constraint in defining trigger on table T2 ?