Can you use a commit statement within a database trigger?
Answers were Sorted based on User's Feedback
Answer / charan
Hi this is charan...
Actually Not allowed TCL commands in trigger...but it is possible we are not use directly these commands...to over come this problem oracle introduced one concept is called "Autonomous Transactions" .through autonomous transaction we are using tcl commands in Trigger concept....This is according to my knowledge
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / karthik
yes, by autonomous transaction we can use commit.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / usingh
Yes, using AUTONOMOUS_TRANSACTION Pragma you can COMMIT and ROLLBACK.
| Is This Answer Correct ? | 1 Yes | 1 No |
In AP we done Customizations for Late Payments Charges. For Reporting Purpose What are the Documents Prepared for Customer Understanding??
What are the tools for Oracle ?
How can we force the database to use the user specified rollback segment?
i deleted 4 records form the table.after i have applied commit .now i want to get back those records.how?
what is normalisation?what are its uses?
candidate key is subset of super key but not vice-verse explain
What is Trace File ?
what is the use of triggers in Java program? I mean where do we use triggers in Java programming?
How different is ms access and oracle?
What is the difference between PFILE and SPFILE in Oracle?
5. Display full details for the creditor/s who has received the single largest payment. Do not use a table join or set operator anywhere in your query.
How to apply filtering criteria at group level in oracle?