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