Oracle Named Connection Example
This is an example of a named connection to an Oracle database table.
<?xml version="1.0" encoding="UTF-8"?>
<NamedConnection version="MXP_NamedResource_1_5" xmlns:gml="http://www.opengis.net/gml" xmlns:mxp="http://www.mapinfo.com/mxp">
<DBConnection dbType="oracle">
<ConnectionName>/myOracleConnection</ConnectionName>
<JDBCDriverParameters>
<JDBCUrl>jdbc:oracle:thin:scott/tiger@localhost:1521:MyDB</JDBCUrl>
<DriverPropertySet>
<Property name="user" value="scott"></Property>
<Property name="password" value="tiger"></Property>
</DriverPropertySet>
</JDBCDriverParameters>
</DBConnection>
</NamedConnection>