Name

CREATE_WINDOW_GROUP

Synopsis

This procedure creates a named window group, that is, a collection of windows. A window group can be used as a schedule for a job.

Parameter name

Datatype

Description

group_name

VARCHAR2

Name of the window group. Must be unique in the database.

window_list

VARCHAR2

Comma-separated list of windows in the window group (e.g., WIN1,WIN2). You can have a window group with no members yet in it. Specifying NULL creates such a window group.

comments

VARCHAR2

Comments on the window group.

Get Oracle PL/SQL for DBAs now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.