nerdexam
Oracle

1Z0-043 · Question #24

Your business has departmental reports that are generated every day. Each department must use the same set of queries, but access a different subset of data in the tables, depending on which…

The correct answer is E. By creating a program using DBMS_SCHEDULER that accepts one or more variables, and creating a. See the full explanation below for the reasoning.

Question

Your business has departmental reports that are generated every day. Each department must use the same set of queries, but access a different subset of data in the tables, depending on which department generates the report. The format of the reports is being developed; currently, the format changes daily. How would you configure the database to ensure that each department generates its report (based on its target data) using the most recent report format every day?

Options

  • ABy having each user run the report generation procedure at the scheduled time, supplying the
  • BBy creating a program using DBMS_JOB that accepts one or more variables, and creating a job that
  • CBy having each user schedule a job using DBMS_JOB that accepts one or more input variables and
  • DBy having each user create a job using DBMS_SCHEDULER that includes all the information and
  • EBy creating a program using DBMS_SCHEDULER that accepts one or more variables, and creating a

How the community answered

(35 responses)
  • A
    3% (1)
  • B
    11% (4)
  • C
    3% (1)
  • D
    6% (2)
  • E
    77% (27)

Community Discussion

No community discussion yet for this question.

Full 1Z0-043 Practice