zoukankan      html  css  js  c++  java
  • Teamcenter10 step-by-step installation in Linux env-Oracle Server Patch

    You can download the following patches from Siemens FTP server (recommended) or Oracle. Generally speaking, you have to finish two steps for the whole upgrade. 

    image

    Step1 Patch p10404530

    You apply the patch to upgrade from 11.2.0.1 to 11.2.0.3 and Oracle recommends out-of-place upgrade from 11.2.0.1 to 11.2.0.3.

    You need to select a new ORACLE_HOME and after upgrade successful, db will be migrated to the new database directory. The steps about out-of-place upgrade are the same as oracle server installation. So follow my previous post about oracle server installation for detail info.

    Step2 Patch p12949905,p13466801,p14390252 packages

    You use OPatch utility to apply these patches.

    image

    After unzipping the patch and changing your working directory to the patch, you can execute the following command.

    $ /pdm/db/oracle/product/11.2.0/dbhome_1/OPatch/opatch napply -skip_subset -skip_duplicate

    Conclusion

    Finally, you can execute the following SQL to verify the Oracle version.

    image

  • 相关阅读:
    【新闻发布系统】登录和注销的实现
    【新闻发布系统】项目文档
    JSP九大内置对象
    JDBC数据库连接技术
    使用SQLyog连接MySQL数据库
    MySql--学习成长过程
    MYSQL--学习记录
    MYSQL
    GIT的使用方法
    java 表单验证
  • 原文地址:https://www.cnblogs.com/adamplm/p/3803728.html
Copyright © 2011-2022 走看看