<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Opatch tool in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/opatch-tool/qaa-p/3830559#M1494032</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which oracle version are you using?&lt;/P&gt;&lt;P&gt;opatch should be installed automatically by the oracle runinstaller...you may have to patch it...you then have to apply the path to the opatch directory + install perl v.5.8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example (AIX and Oracle 10.2):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit the corresponding .dbenv-file (on unix user ora&amp;lt;sid&amp;gt;, on windows user &amp;lt;sid&amp;gt;adm) by appending the line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; set path = ( $path $ORACLE_HOME/OPatch ) #for c-shell&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; PATH=$PATH:$ORACLE_HOME/OPatch; export PATH #for standard shell&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exit and login again to make the changes effective...then use the opatch tool in the following way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;test version:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; opatch version&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;check for patches applied:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; opatch lsinventory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;apply interim patches:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; opatch apply &amp;lt;opatch number/directory&amp;gt; -force -silent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GreetZ, AH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 May 2008 06:54:25 GMT</pubDate>
    <dc:creator>andreas_herzog</dc:creator>
    <dc:date>2008-05-19T06:54:25Z</dc:date>
    <item>
      <title>Opatch tool</title>
      <link>https://community.sap.com/t5/technology-q-a/opatch-tool/qaq-p/3830557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a question about Opatch? Can anybody tell me the installation steps of Opatch and how to use this tool in oracle?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 May 2008 07:27:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/opatch-tool/qaq-p/3830557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-18T07:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Opatch tool</title>
      <link>https://community.sap.com/t5/technology-q-a/opatch-tool/qaa-p/3830558#M1494031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.  Read this Note 306408 - OPatch: Oracle tool for patch installation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 May 2008 11:18:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/opatch-tool/qaa-p/3830558#M1494031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-18T11:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Opatch tool</title>
      <link>https://community.sap.com/t5/technology-q-a/opatch-tool/qaa-p/3830559#M1494032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which oracle version are you using?&lt;/P&gt;&lt;P&gt;opatch should be installed automatically by the oracle runinstaller...you may have to patch it...you then have to apply the path to the opatch directory + install perl v.5.8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example (AIX and Oracle 10.2):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit the corresponding .dbenv-file (on unix user ora&amp;lt;sid&amp;gt;, on windows user &amp;lt;sid&amp;gt;adm) by appending the line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; set path = ( $path $ORACLE_HOME/OPatch ) #for c-shell&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; PATH=$PATH:$ORACLE_HOME/OPatch; export PATH #for standard shell&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exit and login again to make the changes effective...then use the opatch tool in the following way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;test version:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; opatch version&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;check for patches applied:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; opatch lsinventory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;apply interim patches:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; opatch apply &amp;lt;opatch number/directory&amp;gt; -force -silent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GreetZ, AH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 06:54:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/opatch-tool/qaa-p/3830559#M1494032</guid>
      <dc:creator>andreas_herzog</dc:creator>
      <dc:date>2008-05-19T06:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Opatch tool</title>
      <link>https://community.sap.com/t5/technology-q-a/opatch-tool/qaa-p/3830560#M1494033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andreas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you mentioned:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; opatch should be installed automatically by the oracle runinstaller&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is only true for oracle 10g. For oracle 9i it has to be downloaded and installed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Relevant notes with explanation on how to update/patch and use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;306408 OPatch: Oracle tool for patch installation&lt;/P&gt;&lt;P&gt;629588 Current versions of OPatch and OUI&lt;/P&gt;&lt;P&gt;839182 Oracle database 10g: OPatch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 07:11:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/opatch-tool/qaa-p/3830560#M1494033</guid>
      <dc:creator>fidel_vales</dc:creator>
      <dc:date>2008-05-19T07:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Opatch tool</title>
      <link>https://community.sap.com/t5/technology-q-a/opatch-tool/qaa-p/3830561#M1494034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yup that's true...but all my examples dealt with oracle 10.2 &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GreetZ, AH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2008 21:14:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/opatch-tool/qaa-p/3830561#M1494034</guid>
      <dc:creator>andreas_herzog</dc:creator>
      <dc:date>2008-05-20T21:14:20Z</dc:date>
    </item>
  </channel>
</rss>

