Sponsored Content
Full Discussion: Oracle buys Sun
Special Forums News, Links, Events and Announcements Oracle buys Sun Post 302345827 by McGuywer on Thursday 20th of August 2009 10:10:10 AM
Old 08-20-2009
What will this mean for Java.

I mean in practical terms.
 

5 More Discussions You Might Find Interesting

1. Solaris

Oracle E-Business Suite @ Sun ZFS

Hi, Is there any known issue Oracle 11i application install on Sun ZFS? (0 Replies)
Discussion started by: KhawHL
0 Replies

2. Solaris

Oracle Agrees to Acquire Sun Microsystems

Source: NY Times Oracle Agrees to Acquire Sun Microsystems By ASHLEE VANCE The Oracle Corporation, the technology information company, announced Monday that it would acquire a rival, Sun Microsystems, for $9.50 a share, or about $7.4 billion. The agreement with Oracle came about two weeks... (6 Replies)
Discussion started by: Neo
6 Replies

3. What is on Your Mind?

What do you think of the Oracle-Sun deal?

Sound off with your thoughts on Oracle's acquisition of Sun Microsystems here! (12 Replies)
Discussion started by: Neo
12 Replies

4. Solaris

Sun Cluster and Oracle database

Hi, I am using Oracle 10gR2 on Solaris 10. I have two machines which are part of sun cluster. This is active-passive cluster. Node 1 is active and the Node 2 is passive. Both Node 1 and Node 2 are connected to separate SANs. Both nodes have separate databases. On both nodes, the database... (1 Reply)
Discussion started by: fahdmirza
1 Replies

5. Hardware

Sun/Oracle M5000 Question

I have an M5K with disk issues I'm trying to troubleshoot, and it's causing me some confusion. I know the host has four on-board HDDs, but the format command's output shows c0t0d0, c0t1d0, c3t0d0, and c3t1d0. cfgadm -al shows c0t3d0 as the DVD-ROM drive, and c1 and c2 as SAN disks. Confused yet? ... (2 Replies)
Discussion started by: desertdenizen
2 Replies
jinfo(1)						      General Commands Manual							  jinfo(1)

NAME
jinfo - configuration info SYNOPSIS
jinfo [ option ] pid jinfo [ option ] executable core jinfo [ option ] [ server-id@ ] remote-hostname-or-IP PARAMETERS
Options are mutually exclusive. Option, if used, should follow immediately after the command name. See OPTIONS below. pid process id for which the configuration info is to be printed. The process must be a Java process. To get a list of Java pro- cesses running on a machine, jps many be used. executable Java executable from which the core dump was produced. core core file for which the configuration info is to be printed. remote-hostname-or-IP remote debug server's (see jsadebugd) hostname or IP address. server-id optional unique id, if multiple debug servers are running on the same remote host. DESCRIPTION
jinfo prints Java configuration information for a given Java process or core file or a remote debug server. Configuration information includes Java System properties and Java virtual machine command line flags. NOTE - This utility is unsupported and may or may not be available in future versions of the J2SE SDK. jinfo is not currently available on Windows platforms or on the Linux Itanium platform. OPTIONS
<no option> prints both command line flags as well as System properties name, value pairs -flags prints command line flags as name, value pairs -sysprops prints JavaSystem properties as name, value pairs -h prints a help message -help prints a help message SEE ALSO
jps(1) jsadebugd(1) 13 June 2004 jinfo(1)
All times are GMT -4. The time now is 01:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy