exam questions

Exam 1z0-063 All Questions

View all questions & answers for the 1z0-063 exam

Exam 1z0-063 topic 1 question 11 discussion

Actual exam question from Oracle's 1z0-063
Question #: 11
Topic #: 1
[All 1z0-063 Questions]

You wish to create jobs to satisfy these requirements:
1. Automatically bulk load data from a flat file.
2. Rebuild indexes on the SALES table after completion of the bulk load.
How would you create these jobs?

  • A. Create both jobs by using Scheduler raised events.
  • B. Create both jobs using application raised events.
  • C. Create one job to rebuild indexes using application raised events and another job to perform bulk load using Scheduler raised events.
  • D. Create one job to rebuild indexes using Scheduler raised events and another job to perform bulk load by using events raised by the application.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
sherifelia
Highly Voted 5 years, 4 months ago
Answer D
upvoted 6 times
...
noureldin
Most Recent 2 years, 9 months ago
Answer:C
upvoted 1 times
...
chitter
3 years ago
The bulk loader would be started in response to a file watcher scheduler event and the indexes would be rebuilt in response to an application event raised by the bulk loader. https://docs.oracle.com/cd/E18283_01/server.112/e17120/ scheduse005.htm#CIABIEJA Your application can raise an event to notify the Scheduler to start a job. A job started in this way is referred to as an event-based job. The job can optionally retrieve the message content of the event. https:// docs.oracle.com/cd/B28359_01/server.111/b28310/scheduse008.htm#CHDIAJEB
upvoted 1 times
...
Sugar
5 years ago
Just read oracle Documentation and C is the answer
upvoted 3 times
...
edenzhang
5 years, 1 month ago
Answer C
upvoted 1 times
...
verratti
5 years, 3 months ago
i think c is correct
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...