Hi All,
BOE XI3.1
I want to use KeepAlive.
Is it correct in writing the following?
section of Oracle 11g in jdbc.sbo
================
<Parameter Name="URL Format">jdbc:oracle:thin:@(DESCRIPTION=(ENABLE=BROKEN)
(ADDRESS = (PROTOCOL = TCP)(HOST = "host name")(PORT = "1521"))
(CONNECT_DATA = (SERVICE_NAME = "service name")(INSTANCE_NAME = "instance name")))
</Parameter>
================
Thanks..