Navigation Menu

Skip to content

Commit

Permalink
use simple example DB URL for Oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Sep 12, 2008
1 parent 7f59070 commit c076250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion symmetric/src/main/deploy/samples/client.properties
Expand Up @@ -8,7 +8,7 @@ db.driver=com.mysql.jdbc.Driver

# The JDBC URL used to connect to the database
db.url=jdbc:mysql://localhost/sampleclient
#db.url=jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=racdev1-vip)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=racdev2-vip)(PORT=1521))(LOAD_BALANCE=yes)(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=racdev)))
#db.url=jdbc:oracle:thin:@127.0.0.1:1521:sampleclient
#db.url=jdbc:postgresql://localhost/sampleclient
#db.url=jdbc:derby:sampleclient;create=true
#db.url=jdbc:hsqldb:file:sampleclient;shutdown=true
Expand Down
2 changes: 1 addition & 1 deletion symmetric/src/main/deploy/samples/root.properties
Expand Up @@ -8,7 +8,7 @@ db.driver=com.mysql.jdbc.Driver

# The JDBC URL used to connect to the database
db.url=jdbc:mysql://localhost/sampleroot
#db.url=jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=racdev1-vip)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=racdev2-vip)(PORT=1521))(LOAD_BALANCE=yes)(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=racdev)))
#db.url=jdbc:oracle:thin:@127.0.0.1:1521:sampleroot
#db.url=jdbc:postgresql://localhost/sampleroot
#db.url=jdbc:derby:sampleroot;create=true
#db.url=jdbc:hsqldb:file:sampleroot;shutdown=true
Expand Down

0 comments on commit c076250

Please sign in to comment.