"Io exception: SO exception was generated"
I get the same with either of these...
<DataSource ID="nidbtst-j">
<DSN>nidbtst-j</DSN>
<DriverClass>oracle.jdbc.driver.OracleDriver</DriverClass>
<URL>jdbc:oracle:thin://server.gov:9999/dbSID</URL>
<Properties>
<Property ID="server">
<Name>server</Name>
<Value>server.gov</Value>
</Property>
<Property ID="port">
<Name>port</Name>
<Value>9999</Value>
</Property>
</Properties>
</DataSource>AND (notice slightly different URL)
<DataSource ID="nidbtst-j">
<DSN>nidbtst-j</DSN>
<DriverClass>oracle.jdbc.driver.OracleDriver</DriverClass>
<URL>jdbc:oracle:thin:@server.gov:9999:dbSID</URL>
<Properties>
<Property ID="server">
<Name>server</Name>
<Value>server.gov</Value>
</Property>
<Property ID="port">
<Name>port</Name>
<Value>9999</Value>
</Property>
</Properties>
</DataSource>________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf
