Here is an example of a working config (OJB 1.0rc3):
<jdbc-connection-descriptor
jcd-alias="my_jcdAlias"
default-connection="true"
platform="Oracle"
jdbc-level="1.0"
useAutoCommit="2"
driver="oracle.jdbc.driver.OracleDriver"
protocol="jdbc"
subprotocol="oracle"
dbalias="thin:@IP_OR_URL:1521:SID"
username="username"
password="******"
>
<!-- include here sequence manager config if you need it -->
</jdbc-connection-descriptor>
just set your username/password and insert your IP or URL and your database SID in the
dbalias (and change the port if not using standard one), do not forget the : between
'thin' and @
bye
danilo
> Could somebody kindly tell me how to write the connection descriptor for
> oracle 8i db. I have had some real problems configuring.
> my proctocol is
> jdbc:oracle:thin:@192.168.1.1:1521:myDB
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]