This example shows how to retrieve the CPU and I/O COD maximum values from the Priority Scheduler.
SELECT * FROM TABLE (TD_SYSFNLIB.TD_get_COD_Limits( ) ) As d; CPULimit IOLimit ----------- ------------ 75 75
This example shows how to retrieve the CPU and I/O COD maximum values from the Priority Scheduler.
SELECT * FROM TABLE (TD_SYSFNLIB.TD_get_COD_Limits( ) ) As d; CPULimit IOLimit ----------- ------------ 75 75