General
DB Configuration
Build
Currently only oracle is supported, will include support of other databases soon!
Java 1.5 and above.
Please put jave excecutable in the class path.
You can post your problems here.
You send an e-mail to rakesh_nitj@rediffmail.com, you are most welcome!
You can add a new entry in DBMM_DB_MODULE_MASTER table and add corrosponding module_id in DBTCM_DB_TABLE_CONFGRN_MASTER table.
You can add a new entry in DBTTM_DB_TABLE_TYPE_MASTER table and add corrosponding table_type_id in DBTCM_DB_TABLE_CONFGRN_MASTER table.
You can run Rollback_Scripts.sql to remove all tables, function and procedures.
Pom.xml and source code is provided with the distribution package.
Since its a very small API and we didn't have much time, javadocs are not published as of now. We will try and publish javadocs in the near future. Meanwhile you can go through Main.java file where all public methods have been called.