1. JVM crashes when trying to connect to Oracle using OCI stackoverflow.comI have three machines set up as follows:
|
2. JVM terminates when launching eclipse with J2SE 6.0 on mac os x (need J2SE 6.0 for Oracle enterprise pack for eclipse) stackoverflow.comI know my issue has party been addressed at this link http://stackoverflow.com/questions/245803/jvm-terminates-when-launching-eclipse-mat-on-mac-os-with-j2se-60 but it was a year+ ago.. plus the link that's provided in there http://landonf.bikemonkey.org/static/soylatte/ does not seem to be ... |
3. Java Virtual Machines (JVM) and their performance comparison stackoverflow.comI 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.comI 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.comWe 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.comHey 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.comHow 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.comjava 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.comI 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.comI 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.comWe 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.comAccording to Oracle, the only way to set system properties is through command line -D parameters like that :
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.comTo grant java code that is running inside the Oracle JVM built into 10g DBMS to a specific directory on disk I can can execute:
|