nerdexam
Oracle

1Z0-883 · Question #65

Consider the Mysql Enterprise Audit plugin. A CSV file called data.csv has 100 rows of data. The stored procedure prepare_db ( ) has 10 auditable statements. You run the following statements in the…

The correct answer is B. 3; only the top-level statements are logged. See the full explanation below for the reasoning.

Question

Consider the Mysql Enterprise Audit plugin. A CSV file called data.csv has 100 rows of data. The stored procedure prepare_db ( ) has 10 auditable statements. You run the following statements in the mydb database:

Mysql> CALL prepare_db ( ); Mysql> LOAD DATA INFILE `/tmp/data.cav' INTO TABLE mytable; Mysql> SHOW TABLES; How many events are added to the audit log as a result of the preceding statements?

Options

  • A102; top-level statements are logged, but LOAD DATA INFILE is logged as a separate event.
  • B3; only the top-level statements are logged.
  • C111; top-level statements and all lower-level statements are logged.
  • D12; only top-level statements and stored procedure events are logged.

How the community answered

(48 responses)
  • A
    6% (3)
  • B
    79% (38)
  • C
    2% (1)
  • D
    13% (6)

Community Discussion

No community discussion yet for this question.

Full 1Z0-883 Practice