Author: tfischer
Date: Fri Mar 5 19:45:35 2010
New Revision: 919563
URL: http://svn.apache.org/viewvc?rev=919563&view=rev
Log:
adapted oracle profile
Modified:
db/torque/torque4/trunk/torque-test/src/test/profile/oracle/Torque.properties
Modified: db/torque/torque4/trunk/torque-test/src/test/profile/oracle/Torque.properties
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-test/src/test/profile/oracle/Torque.properties?rev=919563&r1=919562&r2=919563&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-test/src/test/profile/oracle/Torque.properties (original)
+++ db/torque/torque4/trunk/torque-test/src/test/profile/oracle/Torque.properties Fri Mar
5 19:45:35 2010
@@ -27,8 +27,8 @@
# Using commons-dbcp
torque.dsfactory.bookstore.factory = org.apache.torque.dsfactory.SharedPoolDataSourceFactory
torque.dsfactory.bookstore.connection.driver = oracle.jdbc.driver.OracleDriver
-torque.dsfactory.bookstore.connection.url = jdbc:oracle:thin:@alpha.tucana.at:1521:oracle
+torque.dsfactory.bookstore.connection.url = jdbc:oracle:thin:@localhost:1521:XE
torque.dsfactory.bookstore.connection.user = torque
-torque.dsfactory.bookstore.connection.password = torque
+torque.dsfactory.bookstore.connection.password =
torque.dsfactory.bookstore.pool.validationQuery = SELECT 1 FROM DUAL
---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org
|