Originally posted by yanliu73

After import to user B, it should be:

CREATE OR REPLACE TRIGGER B.TRG1
AFTER INSERT ON B.TABLE1

CREATE OR REPLACE TRIGGER B.TRG1
AFTER INSERT ON A.TABLE1

that's code, you dont expect import to change that do you?!