oracle « websphere « Java Enterprise Q&A





1. IBM WebSphere vs Oracle Fusion    stackoverflow.com

I have been asked to research the advantages/disadvantages the two application servers, but am new to the space and am having a terrible time finding an unbiased comparison of the two ...

2. Websphere/Oracle 11 - much more Heap Usage than with Oracle 10    stackoverflow.com

while testing our application with Oracle 11 (previously, we had Oracle 10), we saw that our server uses much more heap space. It seems as it has something to do with T4CConnection/T4CPreparedStatement; ...

3. Improper validation when installing Oracle Fusion Middleware    stackoverflow.com

I installed Oracle JDeveloper 11g (11.1.1.4.0). I also installed IBM Websphere 7.0.0.15 without any profile as suggested in the documentation. Next I wanted to install Oracle Fusion Middleware 11g. But during ...

4. Configuring Data Source in WebSphere 6.1 for Oracle 11g XML-DB support    stackoverflow.com

I am using Oracle's XML database feature and the column is defined as SYS.XMLTYPE. I am using the below JDBC code to select/update this field.

XMLType xmlType = (XMLType) rs.getObject(1);
stmt.setObject(1, XMLType.createXML(connection, xmlString));
I ...