jvm « oracle « Java Database Q&A





1. JVM crashes when trying to connect to Oracle using OCI    stackoverflow.com

I have three machines set up as follows:

  • CompA: Running Oracle server 10.2.0.3
  • CompB: Running Oracle server 10.2.0.4 and my client code
  • CompC: Running client code only
On the client code on both CompB and ...

3. Java Virtual Machines (JVM) and their performance comparison    stackoverflow.com

I was wondering if there somebody knows if there are some benchmarks which compare the following jvms. sun jvm vs. openjdk jvm vs. rockit jvm vs. j9 jvm vs. apache harmony. Which one ...

4. Transaction Control across multiple JVMs    stackoverflow.com

I have what seems to be a standard java problem: multiple database transactions, in Oracle, that need to all be committed or none. This is complicated by the fact that each ...

5. Seperate GC log file for each Java VM on a Oracle Application Server    stackoverflow.com

We have an Oracle AS 10.1.3.4 running 1 application on multiple JVMs. We have set up garbage collection logging using the -Xloggc parameter. However, the gc logging of both JVMs is sent ...

6. passing a blob as parameter on a java method using Oracle JVM    stackoverflow.com

Hey I'm trying to find a way to get this running. I am using the oracle database 10g where I have blobs stored in a table. I want to be able ...

7. How do you set a System property in the Oracle 10g JVM without using System.setProperty() directly?    stackoverflow.com

How do you set a System property in the Oracle 10g JVM without using System.setProperty() directly?

8. What is the smallest you can make a (Oracle JVM) java heap?    stackoverflow.com

java accepts -Xmx1k happily as an argument, but "experiments show" this is still really something like an 8MB heap. Googling didn't turn up anything to use, so I'm wondering, what is the ...

9. Is it worth upgrading from Oracle JVM 1.6.0_07 to a newer release?    stackoverflow.com

I work on a Java application which is run within Tomcat 6 on top of the Oracle JVM (build 1.6.0_07-b06). This JVM is now 2+ years old and I think upgrading ...





10. Requested factory com.ctc.wstx.stax.WstxInputFactory cannot be located    stackoverflow.com

I am build an Oracle Agile PLM CustomAction Px. I called a webservice inside the Px to process some data. After i deployed, it gave "Class not found exception" for javax.xml.ws.Service so i copied ...

11. Profiling Oracle 10g database JVM    stackoverflow.com

We are using Java Stored Procedures on Oracle 10g database. I want to profile the Java Stored Procedures using a Java Profiling tool like JProfiler. How do i do it?

12. How to set system properties through a file with Oracle's JVM    stackoverflow.com

According to Oracle, the only way to set system properties is through command line -D parameters like that :

java -Dmy.prop=value com.package.MyClass
Is it really the only way ? Isn't it ...

13. What is the equivalent syntax to grant Java running in the embedded Oracle JVM to an Oracle Directory by Name?    stackoverflow.com

To grant java code that is running inside the Oracle JVM built into 10g DBMS to a specific directory on disk I can can execute:

dbms_java.grant_permission( 
      ...