Upon successful completion of the downtime steps, proceed with the following Perceptive Content Server related upgrade steps.
- Perceptive Content Server related upgrade steps.
- Full backup of the database.
- Update database statistics.
BEGIN DBMS_STATS.GATHER_SCHEMA_STATS ( OWNNAME => 'INUSER' ,ESTIMATE_PERCENT => DBMS_STATS.AUTO_SAMPLE_SIZE ,METHOD_OPT => 'FOR ALL COLUMNS SIZE AUTO' ,CASCADE => TRUE ,DEGREE => DBMS_STATS.AUTO_DEGREE ,OPTIONS => 'GATHER AUTO' ); END; /
- Conduct standard user acceptance testing procedures.