27 lines
1007 B
XML
27 lines
1007 B
XML
<References xmlns="http://xmlns.oracle.com/adf/jndi">
|
|
<Reference name="DB_pdbsoadev" className="oracle.jdeveloper.db.adapter.DatabaseProvider"
|
|
credentialStoreKey="DB_pdbsoadev" xmlns="">
|
|
<Factory className="oracle.jdevimpl.db.adapter.DatabaseProviderFactory1212"/>
|
|
<RefAddresses>
|
|
<StringRefAddr addrType="oraDriverType">
|
|
<Contents>thin</Contents>
|
|
</StringRefAddr>
|
|
<StringRefAddr addrType="hostname">
|
|
<Contents>10.216.100.100</Contents>
|
|
</StringRefAddr>
|
|
<SecureRefAddr addrType="password"/>
|
|
<StringRefAddr addrType="subtype">
|
|
<Contents>oraJDBC</Contents>
|
|
</StringRefAddr>
|
|
<StringRefAddr addrType="port">
|
|
<Contents>1521</Contents>
|
|
</StringRefAddr>
|
|
<StringRefAddr addrType="serviceName">
|
|
<Contents>pdbsoadev</Contents>
|
|
</StringRefAddr>
|
|
<StringRefAddr addrType="user">
|
|
<Contents>SYSTEM</Contents>
|
|
</StringRefAddr>
|
|
</RefAddresses>
|
|
</Reference>
|
|
</References> |