oc4j « DataSource « Java Database Q&A





1. JDBC Thin layer encryption in Application Servers Data Sources    stackoverflow.com

I came across an interesting article which shows how we can transparently encrypt jdbc connections using java thin client. http://javasight.wordpress.com/2008/08/29/network-data-encryption-and-integrity-for-thin-jdbc-clients/ However I want to know how this can be achieved ...

2. configuring datasource in orion-web the same way as orion-application.xml    stackoverflow.com

In Oc4j, If we have an EAR app, we can tell the deployer to create a datasource for the application using orion-application with something like:

<orion-application.xml>
<?xml version='1.0'?>
<orion-application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/orion-application-10_0.xsd"
 ...

3. Is it possible to use c3p0 as a JNDI datasource in OC4J?    stackoverflow.com

I would like to configure c3p0 to be a JNDI datasource inside of an OC4J container. I do not like the internal OC4J managed connection pools. Is it possible to do ...