Tuesday, June 3, 2014

Script to find in oracle 10g - windows

SET LINESIZE 250

COLUMN comments FORMAT A40

SELECT window_name,
       resource_plan,
       enabled,
       active,
       comments
FROM   dba_scheduler_windows
ORDER BY window_name;

No comments:

Post a Comment