be.dbconcepts.connections.checkall
|
false
|
Specifies whether
TIBCO BusinessEvents checks all connections for validity in DBConcepts. The values are:
- true - All connections are checked in DBConcepts and if any connection fails then the connection pool is refreshed.
- false - All connections are not checked in DBConcepts, and only if the test connection fails then the connection pool is refreshed.
|
be.dbconcepts.oracle.pool.v12
|
false
|
Specifies whether you can use the Oracle 12 driver for the new pool. Set this property to
true to use the Oracle 12 driver.
Note: For JDBC, copy
ojdbc7.jar and
ucp.jar+ to the
BE_HOME\lib\ext\tpcl.
|
be.dbconcepts.templates.jdbc.resultset.maxRows
|
0
|
Specifies the maximum number of records (result set) that can be returned by an SQL query of database concepts.
The default value is
0 which means there is no limit to the number of records that can be returned by an SQL query of database concepts.
|
be.dbconcepts.query.sqltimeout
|
0
|
Specifies the timeout value for database queries in seconds.
The default value is
0.
|
be.dbconcepts.cursor.closeQuery.closeConnection
|
true
|
Specifies whether the database transactions are auto committed when Database.closeQuery() function is executed. Set this property to
false to prevent autocommit.
|
be.dbconcepts.quote.column.names
|
true
|
Specifies whether a case-sensitive search is enabled for names of entities like columns, tables, and schemas. The default value is
true.
|
be.dbconcepts.sqlquery.delimiters
|
""
|
Specifies the delimiter for searching entities like columns, tables, and schemas for a case-sensitive search.
|