Pre-installation
Shutdown the database
cleanly.
- If you are running on a RAC environment, set cluster_database=false in the init.ora, otherwise no change is necessary.
- Check the "compatible" parameter. Make sure
that it is set to 11.0.0.0 or higher. If "compatible" is less
than 11.0.0.0., please update its value to at least 11.0.0.0 before the
next step.
- Startup the database in upgrade mode:
SQL> startup upgrade
- Run the dictionary upgrade script.
SQL>
@?/rdbms/admin/b14373728.sql
- Shutdown the database.
- If you are running on a RAC environment, set cluster_database=true in the init.ora, otherwise no change is necessary.
- Startup the database in normal mode:
SQL> startup
+++++++++++++++++++++
Note:14373728.8 Bug 14373728 - Old statistics not purged
from SYSAUX tablespace
Doc ID 14373728.8
No comments:
Post a Comment