Which of the following objects can be directly referenced by a window object?

Which of the following objects can be directly referenced by a window object? (Choose all that
apply.)

Which of the following objects can be directly referenced by a window object? (Choose all that
apply.)

A.
Schedule object

B.
Program object

C.
Job object

D.
Resource plan

E.
Resource consumer group



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Helcio

Helcio

Creates a window using a named schedule object:

DBMS_SCHEDULER.CREATE_WINDOW (
window_name IN VARCHAR2,
resource_plan IN VARCHAR2,
schedule_name IN VARCHAR2,
duration IN INTERVAL DAY TO SECOND,
window_priority IN VARCHAR2 DEFAULT ‘LOW’,
comments IN VARCHAR2 DEFAULT NULL);