Oracle
1Z0-144 · Question #31
View the exhibit and examine the structure of the products table. Examine the following code Which statement is true when the procedure DELETE_DETAILS is invoked?
The correct answer is A. It executes successfully but no error messages get recorded in the DEBUG_OUTPUT table. In this case, the debug output will only occur if there is an exception.
Configuring JDBC Data Sources
Question
View the exhibit and examine the structure of the products table. Examine the following code Which statement is true when the procedure DELETE_DETAILS is invoked?
Exhibits
Options
- AIt executes successfully but no error messages get recorded in the DEBUG_OUTPUT table
- BIt executes successfully and any error messages get recorded in the DEBUG_OUTPUT table.
- CIt gives an error because PRAGMA AUTONOMOUS_TRANSACTION can be used only in
- DIt gives an error because procedures containing PRAGMA AUTONOMOUS_TRANSACTION
How the community answered
(20 responses)- A70% (14)
- B10% (2)
- C15% (3)
- D5% (1)
Explanation
In this case, the debug output will only occur if there is an exception.
Topics
#PRAGMA AUTONOMOUS_TRANSACTION#autonomous transaction#error logging#DML isolation
Community Discussion
No community discussion yet for this question.

