Interview Questions

Oracle DBA Checklist - Nightly Procedures - analyze_comp.sql

Oracle DBA Checklist


(Continued from previous question...)

Oracle DBA Checklist - Nightly Procedures - analyze_comp.sql

-- analyze_comp.sql
--
BEGIN
sys.dbms_utility.analyze_schema ( '&OWNER','COMPUTE');
END ;

(Continued on next question...)

Other Interview Questions