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 |
difference between procedures and function?
What is primefaces used for?
How to define a procedure inside another procedure?
What are the various types of snapshots ?
What is Virtual Private Database in Oracle?
How is it different from a normal table?
Display the order number and the number of months since the order was shipped for all orders that have been shipped in the last year (365 days). (Hint: Unshipped orders will have a null value).
Ho to insert no. of records at a time..i mean i want to insert 100 records at a time into a table
What are the uses of linked server and explain it in detail?
can any one help me with import/export options in oracle............
WHAT IS ecc 6.0
What is recovery manager in Oracle?