commit a specific table only and a question on simple dml trigger
Hi all,
supose i logged onto a database with the user 'scott'/'tiger'@orcl and i fire insert statements on 2 different tables lets say tables are
1) emp
2) dept
and now only I want to commit the emp table and not the dept table , is there a way to do that?
One more question I have .. are simple dml triggers auto commit or not?
Regards
Rahul