Oracle Database 12c: Installation and Administration — Question 99
Which four are true about creating and running a remote database scheduler jobs? (Choose four.)
Answer options
- A. A database destination must exist or be created for the remote database
- B. It must run as a user that is defined on the remote database
- C. Remote database jobs always run as the same user who submits the job on the local database
- D. A credential is optional for a remote database job
- E. A credential must be created to define the remote user
- F. A database destination group must exist or be created for a job to run on multiple remote databases
- G. A destination is optional for a remote database job because DB links can be used instead
Correct answer: A, B, D, F
Explanation
Options A, B, D, and F are correct because they describe necessary conditions for remote database job scheduling accurately. Option C is incorrect as remote jobs do not always run as the local user, and Option E is wrong since a credential is not always required. Option G is also incorrect as a destination is typically required for a job to run effectively.