如何在AS4U6下文字界面安装 oracle 10.2.0.3 的补丁  p5337014_10203_LINUX ?

解决方案 »

  1.   

    1.从response目录copy个response的文件模版,比如得到文件response_file
    2.把response_file中的相关<Value Required>改成你的实际值
    3.用下面的方法运行安装补丁: ./runInstaller -silent -responseFile response_file
    4.以root用户运行$ORACLE_HOME/root.sh
    Edit the values for all fields labeled as <Value Required> as described by the comments and examples in the template.
    Note:For Oracle RAC installations, make sure the CLUSTER_NODES variable specifies all of the nodes used in the original Oracle RAC installation. 
    To run Oracle Universal Installer, enter a command similar to the following, where response_file is the full path to the response file that you edited:$ ./runInstaller -silent -responseFile response_file
    After the installation, run the $ORACLE_HOME/root.sh script as the root user. If you are applying the patch set to an Oracle RAC installation, then run the root.sh script on each node of the cluster.
      

  2.   

    LINUX中,直接在命令模式下可使用下列语句打补丁,如:#swinstall –s /tmp/ p5337014_10203_LINUX
      

  3.   

    假设将文件p5337014_10203_LINUX下载到/temp目录,
    #cd tmp
    #sh p5337014_10203_LINUX 
    #swinstall –s /tmp/ p5337014_10203_LINUX