core-jgi/db/ddlutils/oracle
Carlos Ruiz d17ba65308 Synchronize oracle and postgresql database seeds
Found differences in
* c_invoice_v view
* one pkey wrongly defined in postgresql
* order of columns in some primary keys (harmless but sync to ease future comparison works)
For data I took postgresql as correct seed and updated oracle data
* lots of created/createdby/updated/updatedby synchronized - harmless but sync to ease future comparison works
* some other data was different - to review check all the updates not related to updated* or created* columns
2009-09-15 00:22:45 +00:00
..
functions BF [ 2830154 ] currencyConvert(ORA) is not fetching the right ConversionType 2009-07-31 07:29:31 +00:00
log * Feature Request [ 1614535 ] 2006-12-17 15:41:06 +00:00
procedures FR [ 2783862 ] DBA_Recompile should recompile all materialized views 2009-05-04 14:43:53 +00:00
views Synchronize oracle and postgresql database seeds 2009-09-15 00:22:45 +00:00
AfterImport.sql * Feature Request [ 1614535 ] 2006-12-17 15:41:06 +00:00
ant.sh Minor - add ant.sh to help if ant not installed 2008-07-07 18:38:16 +00:00
build-ddl.properties * Feature Request [ 1614535 ] 2006-12-17 15:41:06 +00:00
build-ddl.xml * split model by table 2006-12-28 09:25:15 +00:00
build.properties * Feature Request [ 1614535 ] 2006-12-17 15:41:06 +00:00
build.xml minor - loading of script to create plsql function should be inside the load-function target. 2009-01-28 07:42:17 +00:00
functions-decl.sql * split model by table 2006-12-28 09:25:15 +00:00
init.sql * Feature Request [ 1614535 ] 2006-12-17 15:41:06 +00:00
jdbc.properties.oracle10 * Feature Request [ 1614535 ] 2006-12-17 15:41:06 +00:00
readme.txt * Some documentation for the ddlutils script 2006-12-17 16:20:53 +00:00

readme.txt

1. Installed ant
2. Update build.properties and jdbc.properties.oracle to suit your environment
3. 'ant create' to create the adempiere seed database for oracle.