--
-- Show info about windows.
--
SET PAUSE ON
SET PAUSE 'Press Return to Continue'
SET HEADING ON
SET LINESIZE 300
SET PAGESIZE 60
COLUMN comments FORMAT A50
SELECT window_name,
resource_plan,
enabled,
active,
comments
FROM dba_scheduler_windows
ORDER BY window_name
/
Subscribe to:
Posts (Atom)
No comments:
Post a Comment