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

  • 相关阅读:
    配置和兼容性测试的区别是什么?
    7 天内免登陆,测试要怎么去测试?
    在测试“支付网关”过程中的5个要点
    Hibernate入门与简谈
    jQuery专题
    Java反射机制专题
    Java IO流
    EL和JSTL专题
    泛型(Generic)
    Java异常处理
  • 原文地址:https://www.cnblogs.com/adamplm/p/3803728.html
Copyright © 2011-2022 走看看