Applications should always _____________ commit or roll back transactions before program termination

Options
- Implicitly
- Explicitly
- Either of a and b
- None of the above


CORRECT ANSWER : Explicitly

Discussion Board
Oracle Transaction

Applications should always explicitly commit or roll back transactions before program termination. A transaction in Oracle begins when the first executable SQL statement is encountered. An executable SQL statement is a SQL statement that generates calls to an instance, including DML and DDL statements. After one transaction ends, the next executable SQL statement automatically starts the following transaction.

Prajakta Pandit 02-17-2017 04:52 AM

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement