RDBPROD: RDB/JDBC config question using SQLDeveloper RDB addin
I have tested the RDB addin för SQLDeveloper, seems to work ok. But I'm running into problems when trying to set it up for use with RMU. I have the following xml config file on the server...
<?xml version = '1.0'?>
<!-- Configuration file for Rdb Thin JDBC Drivers and Servers -->
<config>
<!-- SERVERS -->
<servers>
<!-- DEFAULT server characteristics-->
<!-- note that the default password for control here is obfuscated - but
its "rdb" -->
<server
name="DEFAULT"
type="RdbThinSrv"
url="//localhost:1701/"
maxClients="-1"
srv.bindTimeout="1000"
srv.idleTimeout="0"
srv.mcBasePort="5517"
srv.mcGroupIP="239.192.1.1"
tracelevel = "0"
autostart = "false"
autorestart = "false"