nerdexam
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

1Z0-144 question #31 exhibit 1
1Z0-144 question #31 exhibit 2

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)
  • A
    70% (14)
  • B
    10% (2)
  • C
    15% (3)
  • D
    5% (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.

Full 1Z0-144 Practice