- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Need Java for Oracle9i
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-14-2006 02:53 AM
тАО11-14-2006 02:53 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-14-2006 03:03 AM
тАО11-14-2006 03:03 AM
Re: Need Java for Oracle9i
but for all newer Java versions, the process (!) using Java, must do a setup via e.g.
SYS$COMMON:[JAVA$142.COM]JAVA$142_SETUP.COM
prior to using any of the Java commands.
(The former java startup in sys$manager: was for java 1.1.8)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-14-2006 03:07 AM
тАО11-14-2006 03:07 AM
Re: Need Java for Oracle9i
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.
You had to do this with the SYS$MANAGER:JAVA$SETUP.COM procedure in V7.3-1 as well.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-14-2006 03:43 AM
тАО11-14-2006 03:43 AM
Re: Need Java for Oracle9i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-14-2006 03:52 AM
тАО11-14-2006 03:52 AM
Re: Need Java for Oracle9i
the JAVA SDK V1.4.x User Guide describes how to run these procedures:
http://h18012.www1.hp.com/java/documentation/1.4.2/ovms/docs/user_guide.html
The following example illustrates a typical pattern for using these command procedures:
One time-Am I set up quota-wise to run Java?
$ @SYS$COMMON:[JAVA$14x.COM]JAVA$CHECK_ENVIRONMENT.COM
One time-Build me a JAVA$CONFIG_SETUP.COM for my intended usage
$ @SYS$COMMON:[JAVA$14x.COM]JAVA$CONFIG_WIZARD.COM
Set up the Java environment, select VM
$ @SYS$COMMON:[JAVA$14x.COM]JAVA$14x_SETUP.COM {FAST}
Define my tailored set of logical names
$ @JAVA$CONFIG_SETUP.COM
Note: If you choose to run JAVA$CONFIG_SETUP.COM, be sure to run it after running JAVA$14x_SETUP.COM.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-14-2006 03:58 AM
тАО11-14-2006 03:58 AM
Re: Need Java for Oracle9i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-14-2006 04:20 AM
тАО11-14-2006 04:20 AM
Re: Need Java for Oracle9i
a good description of the Oracle 9i Java requirements after a 7.3-2 VMS upgrade can be found well down in this thread...
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=732044&admit=-682735245+1163524636673+28353475
Regards,
Duncan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-14-2006 09:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-15-2006 08:02 AM
тАО11-15-2006 08:02 AM