3Com 3CR15600 - Enterprise Management Suite Getting Started Manual page 68

Getting started guide
Table of Contents

Advertisement

68
C
3: I
HAPTER
NSTALLATION AND
I
S
NITIAL
ETUP
##### Instant DB ######
#DBDriver=org.enhydra.instantdb.jdbc.idbDriver
#DBURL=jdbc:idb:db/fdserver.prp
#DBLong=LONG
#DBBLOB=BINARY
#DBEmbeddedQuote=\\'
#DBEmbeddedBackslash=\\\\
#DBFile=db
6 To enable the external database, from the Oracle Server section of the
server.properties file, uncomment each line by removing the pound signs
(#) for each variable and configure according to your customized needs:
#### Oracle Server #####
DBDriver=oracle.jdbc.driver.OracleDriver
DBURL=jdbc:oracle:thin:@<serverName>:<port_number>:<dbName>
DBLong=NUMBER
DBEmbeddedQuote=''
DBFile=
DBUserName=<db_username>
DBPassword=<db_password>
Table 22
lists the fields in the Oracle Server section of the server.properties
file and gives descriptions and default values.
When you connect to an Oracle cluster, you need to specify a different
connection string telling the JDBC connector that it has a choice of
two connections — in this example
Note that you can specify different port numbers too.
DBURL=jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=
(PROTOCOL=TCP)(HOST=<serverName1>)(PORT=<port_number1>))(ADD
RESS=(PROTOCOL=TCP)(HOST=<serverName2>)(PORT=<port_number2>)
)(FAILOVER=on)(LOAD_BALANCE=off))(CONNECT_DATA=(SERVER=DEDIC
ATED)(SERVICE_NAME=dbase)))
Table 22 Oracle Server Section of the server.properties File
Field
DBDriver
DBURL
DBLong
<serverName1>
Description
The Java classname of the JDBC driver.
The URL used to connect to the database. Each database
vendor specifies a unique format for this field.
The SQL data type that can contain a long (8-byte) integer.
or
.
<serverName2>

Advertisement

Table of Contents
loading

This manual is also suitable for:

Enterprise management suite 2.41

Table of Contents