|
jforum example source code file (oracle.properties)
The jforum oracle.properties source code#Wed Sep 12 20:47:59 BRT 2007 database.driver.name=oracle database.connection.password=jforum database.connection.dbname=xe database.connection.string_local=jdbc\:oracle\:oci\:${database.connection.username}/${database.connection.password}@${database.connection.dbname} database.support.autokeys=false database.connection.host=192.168.1.103 database.connection.pool.min=5 database.support.subqueries=true database.connection.pool.timeout=120 database.connection.port=1521 database.connection.username=jforum database.connection.string=${database.connection.string_thin} dbencoding=utf-8 database.connection.pool.max=50 dao.driver=net.jforum.dao.oracle.OracleDataAccessDriver database.connection.driver=oracle.jdbc.OracleDriver database.connection.string_thin=jdbc\:oracle\:thin\:${database.connection.username}/${database.connection.password}@${database.connection.host}\:${database.connection.port}\:${database.connection.dbname} Other jforum examples (source code examples)Here is a short list of links related to this jforum oracle.properties source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.