Answer Posted / sudhir
by default Trigger doesnt allow a commit;
however we can create a stored procedure which will only do
commit.
create or replace procedure to_commit_trigger
begin
commit();
end to_commit_trigger
now execute this stored procedure to_commit_trigger inside a
trigger to perform a commit. However it will cause serious
performance issues.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How to update values in a table in oracle?
Why does Oracle not permit the use of PCTUSED with indexes?
What is a table in oracle?
Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.
What is the exact use of Collections?
What is transport network substrate (tns) in oracle?
Explain oracle’s server parameter file.
How to change system global area (sga) in oracle?
What is an anonymous block?
What is a proxy class?
How to use "out" parameter properly?
Explain the use of compress option in exp command.
Her departmandaki isçilerden empno' su ikinci sirada olan isçilerin empno, deptno, hiredate, sira_no bigilerini döndüren sorguyu yaziniz?
Explain oracle 12c new features for developers?
What is procedure overloading in oracle?