<?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>topic Re: Need Java for Oracle9i in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/need-java-for-oracle9i/m-p/5013959#M80033</link>
    <description>Jerry,&lt;BR /&gt;&lt;BR /&gt;you need to invoke JAVA$version_SETUP.COM in your login or sylogin procedure, so that it's available in each process, which may want to use JAVA.&lt;BR /&gt;&lt;BR /&gt;You had to do this with the SYS$MANAGER:JAVA$SETUP.COM procedure in V7.3-1 as well.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
    <pubDate>Tue, 14 Nov 2006 11:07:44 GMT</pubDate>
    <dc:creator>Volker Halle</dc:creator>
    <dc:date>2006-11-14T11:07:44Z</dc:date>
    <item>
      <title>Need Java for Oracle9i</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/need-java-for-oracle9i/m-p/5013957#M80031</link>
      <description>We upgraded an Alpha ES40 from 7.3-1 to 7.3-2 which erased Java 1.1.  My Oracle9i client needs to find Java to startup.  I product installed Java142 and ran the startup with fast, but Oracle still does not see Java.  Also on other Alphas in sys$manager there is a Java specific startup file which does not exist on this system.  Did I miss a step with the Java install?  Do I need to install Java131 instead?</description>
      <pubDate>Tue, 14 Nov 2006 10:53:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/need-java-for-oracle9i/m-p/5013957#M80031</guid>
      <dc:creator>JerryK</dc:creator>
      <dc:date>2006-11-14T10:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need Java for Oracle9i</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/need-java-for-oracle9i/m-p/5013958#M80032</link>
      <description>I don't know if Oracle needs something specific,&lt;BR /&gt;but for all newer Java versions, the process (!) using Java, must do a setup via e.g. &lt;BR /&gt;  SYS$COMMON:[JAVA$142.COM]JAVA$142_SETUP.COM&lt;BR /&gt;prior to using any of the Java commands.&lt;BR /&gt;&lt;BR /&gt;(The former java startup in sys$manager: was for java 1.1.8)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Nov 2006 11:03:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/need-java-for-oracle9i/m-p/5013958#M80032</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2006-11-14T11:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need Java for Oracle9i</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/need-java-for-oracle9i/m-p/5013959#M80033</link>
      <description>Jerry,&lt;BR /&gt;&lt;BR /&gt;you need to invoke JAVA$version_SETUP.COM in your login or sylogin procedure, so that it's available in each process, which may want to use JAVA.&lt;BR /&gt;&lt;BR /&gt;You had to do this with the SYS$MANAGER:JAVA$SETUP.COM procedure in V7.3-1 as well.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 14 Nov 2006 11:07:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/need-java-for-oracle9i/m-p/5013959#M80033</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-11-14T11:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need Java for Oracle9i</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/need-java-for-oracle9i/m-p/5013960#M80034</link>
      <description>Do I need to run either @sys$common:[java$142.com]java$config_wizard.com or @sys$common:[java$142.com]java$check_environment.com ?</description>
      <pubDate>Tue, 14 Nov 2006 11:43:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/need-java-for-oracle9i/m-p/5013960#M80034</guid>
      <dc:creator>JerryK</dc:creator>
      <dc:date>2006-11-14T11:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Need Java for Oracle9i</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/need-java-for-oracle9i/m-p/5013961#M80035</link>
      <description>Jerry,&lt;BR /&gt;&lt;BR /&gt;the JAVA SDK V1.4.x User Guide describes how to run these procedures:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h18012.www1.hp.com/java/documentation/1.4.2/ovms/docs/user_guide.html" target="_blank"&gt;http://h18012.www1.hp.com/java/documentation/1.4.2/ovms/docs/user_guide.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The following example illustrates a typical pattern for using these command procedures:&lt;BR /&gt;&lt;BR /&gt;One time-Am I set up quota-wise to run Java?&lt;BR /&gt;&lt;BR /&gt;$ @SYS$COMMON:[JAVA$14x.COM]JAVA$CHECK_ENVIRONMENT.COM&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;One time-Build me a JAVA$CONFIG_SETUP.COM for my intended usage&lt;BR /&gt;&lt;BR /&gt;$ @SYS$COMMON:[JAVA$14x.COM]JAVA$CONFIG_WIZARD.COM&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Set up the Java environment, select VM&lt;BR /&gt;&lt;BR /&gt;$ @SYS$COMMON:[JAVA$14x.COM]JAVA$14x_SETUP.COM {FAST}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Define my tailored set of logical names &lt;BR /&gt;$ @JAVA$CONFIG_SETUP.COM&lt;BR /&gt;&lt;BR /&gt;Note: If you choose to run JAVA$CONFIG_SETUP.COM, be sure to run it after running JAVA$14x_SETUP.COM.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 14 Nov 2006 11:52:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/need-java-for-oracle9i/m-p/5013961#M80035</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-11-14T11:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need Java for Oracle9i</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/need-java-for-oracle9i/m-p/5013962#M80036</link>
      <description>I will try that this evening.</description>
      <pubDate>Tue, 14 Nov 2006 11:58:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/need-java-for-oracle9i/m-p/5013962#M80036</guid>
      <dc:creator>JerryK</dc:creator>
      <dc:date>2006-11-14T11:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need Java for Oracle9i</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/need-java-for-oracle9i/m-p/5013963#M80037</link>
      <description>Jerry,&lt;BR /&gt;&lt;BR /&gt;a good description of the Oracle 9i Java requirements after a 7.3-2 VMS upgrade can be found well down in this thread...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=732044&amp;amp;admit=-682735245+1163524636673+28353475" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=732044&amp;amp;admit=-682735245+1163524636673+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Nov 2006 12:20:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/need-java-for-oracle9i/m-p/5013963#M80037</guid>
      <dc:creator>Duncan Morris</dc:creator>
      <dc:date>2006-11-14T12:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need Java for Oracle9i</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/need-java-for-oracle9i/m-p/5013964#M80038</link>
      <description>The version of Oracle 9i we have installed does not "know" about any of the Java 1.4x versions.  Oracle only checks for versions 1.1.x 1.2.x and 1.3.x of the Java SDK being installed.&lt;BR /&gt;&lt;BR /&gt;Install JAVA131 V1.3-17.&lt;BR /&gt;&lt;BR /&gt;Bill</description>
      <pubDate>Tue, 14 Nov 2006 17:14:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/need-java-for-oracle9i/m-p/5013964#M80038</guid>
      <dc:creator>Bill Hall</dc:creator>
      <dc:date>2006-11-14T17:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need Java for Oracle9i</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/need-java-for-oracle9i/m-p/5013965#M80039</link>
      <description>Thank you</description>
      <pubDate>Wed, 15 Nov 2006 16:02:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/need-java-for-oracle9i/m-p/5013965#M80039</guid>
      <dc:creator>JerryK</dc:creator>
      <dc:date>2006-11-15T16:02:41Z</dc:date>
    </item>
  </channel>
</rss>

