>> what is the JDBC connection forName string for Oracle 10g XE?
> The usual I believe.
> "oracle.jdbc.OracleDriver"
thanks. I thought it was different for the XE version

Signature
ciao
Vittorix
Lew - 23 Feb 2008 20:12 GMT
> Arne Vajh�j wrote:
>>> what is the JDBC connection forName string for Oracle 10g XE?
[quoted text clipped - 3 lines]
>
> thanks. I thought it was different for the XE version
AFAIR, the XE version stems from the same code base as the full versions, and
uses the same wire protocol to support JDBC. Thus the JDBC driver need not be
different.

Signature
Lew
Vittorix - 24 Feb 2008 01:56 GMT
>>>> what is the JDBC connection forName string for Oracle 10g XE?
>>
[quoted text clipped - 6 lines]
> versions, and uses the same wire protocol to support JDBC. Thus the
> JDBC driver need not be different.
thank you

Signature
ciao
Vittorix