core-jgi/db/ddlutils/oracle
Carlos Ruiz f9fc05acb1 Speed up financial reports
[ 1642765 ] problem with Facc_act_balance slow financial report
Implemented a better approach (suggested by Heng Sin)
- Dropped Fact_Acct_Balance table
- Created Fact_Acct_Balance view for backward compatibility
- Created speed up index on Fact_Acct
- Replaced the accesses to Fact_Acct_Balance by accessing directly Fact_Acct in code
- Don't need to "update balances" anymore
2008-07-15 08:47:46 +00:00
..
functions Fix [ 1977527 ] Libero not working for Oracle-XE 2008-05-30 04:04:41 +00:00
log
procedures Work in progress - preparing release 3.5.1 2008-05-28 03:37:46 +00:00
views Speed up financial reports 2008-07-15 08:47:46 +00:00
AfterImport.sql
ant.sh Minor - add ant.sh to help if ant not installed 2008-07-07 18:38:16 +00:00
build-ddl.properties
build-ddl.xml
build.properties
build.xml
functions-decl.sql
init.sql
jdbc.properties.oracle10
readme.txt

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.