Upgrade Oracle 9.2.0.1 to 9.2.0.5

Source: Internet
Author: User
1. log on to 9.2.0.1 as sysdba and delete public synonym xmlconcat & function xmlconcat
C:> sqlplus/nolog
SQL> connect/As sysdba
SQL> drop public synonym xmlconcat;
SQL> drop function xmlconcat;
2. Shut down normally and stop all Oracle services
SQL> shutdown immediate
3. Run setup.exe of the upgrade package and follow the Wizard to complete the upgrade and installation.
4. Complete data dictionary upgrade
SQL> startup migrate
SQL> @ oracle_base/ORACLE_HOME/rdbms/admin/catpatch. SQL
SQL> shutdown immediate
SQL> startup
SQL> @ oracle_base/ORACLE_HOME/rdbms/admin/utlrp. SQL
5. Upgrade completed
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.