Index: lams_webct_integration/build.properties =================================================================== RCS file: /usr/local/cvsroot/lams_webct_integration/build.properties,v diff -u -r1.7 -r1.8 --- lams_webct_integration/build.properties 8 Feb 2008 04:16:52 -0000 1.7 +++ lams_webct_integration/build.properties 23 Apr 2008 01:41:55 -0000 1.8 @@ -13,12 +13,17 @@ # The type of database used, tested for MySql dbType=MySql +#dbType=Oracle # The host of the database dbHost=localhost # The port database is running through +# MySql Default dbPort=3306 +#Oracle Default +dbPort=1521 + # Database name, table name, user and password with access from WebCt server dbName=lams Index: lams_webct_integration/db/conf/Oracle.properties =================================================================== RCS file: /usr/local/cvsroot/lams_webct_integration/db/conf/Oracle.properties,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_webct_integration/db/conf/Oracle.properties 23 Apr 2008 01:41:55 -0000 1.1 @@ -0,0 +1,3 @@ +dbUrl=jdbc:oracle:thin://${dbHost}:${dbPort}/${dbName}?characterEncoding=utf8 +dbDriver=oracle.jdbc.driver.OracleDriver +dbDriverClassPath=lib/ojdbc14.jar \ No newline at end of file Index: lams_webct_integration/lib/ojdbc14.jar =================================================================== RCS file: /usr/local/cvsroot/lams_webct_integration/lib/ojdbc14.jar,v diff -u Binary files differ Fisheye: Tag 1.5 refers to a dead (removed) revision in file `lams_webct_integration/src/org/lamsfoundation/integration/dao/LamsLessonDaoJDBC.java'. Fisheye: No comparison available. Pass `N' to diff?