What should you do to ensure that a job stored minimal job metadata and runtime data on disk, and uses only existing PL/SQL programs?
What should you do to ensure that a job stored minimal job metadata and runtime data on disk, and uses only existing PL/SQL programs?References: https://docs-oracle.com/cd/B2S359_01/server.111/b28310/schedover004 htm#BGBJGHBH
Question:
What should you do to ensure that a job stored minimal job metadata and runtime data on disk, and uses only existing PL/SQL programs?
Options:
Create an event-based job
Create a lightweight job.
Specify the job as a member of a job class.
Use a job array
Correct Answer
The Correct Answer for this Question is
Create a lightweight job.