ALBPM Enterprise 6.0.3+ (on the first Hotfix) includes SQL scripts for upgrading the structure of ALBPM 5.5 databases on Oracle. These scripts are located under the following directory: <ALBPM_DIR>/conf/migration/oracle/.
The scripts are grouped in sub-directories for each ALBPM database: archiving, bam, dataMart, engine, directory.
oracle/
|-- archiving/
| |-- 0ReadmeFirst.txt
| |-- 1AlterTables.sql
| |-- 2RebuildIndexes.sql
| |-- ArchivingDatabaseDifferencesReport5511to602.html
| `-- OracleArchiving602DatabaseSchema.sql
|-- bam/
| |-- 0ReadmeFirst.txt
| |-- 1DisableConstraints.sql
| |-- 2AlterTables.sql
| |-- 3RebuildIndexes.sql
| |-- 4EnableConstraints.sql
| |-- 5UpdateExternalVariablesIfAny.sql
| |-- BamDatabaseDifferencesReport5511to602.html
| `-- OracleBam602DatabaseSchema.sql
|-- dataMart/
| |-- 0ReadmeFirst.txt
| |-- 1DisableConstraints.sql
| |-- 2AlterTables.sql
| |-- 3RebuildIndexes.sql
| |-- 4EnableConstraints.sql
| |-- 5UpdateExternalVariablesIfAny.sql
| |-- DataMart602DatabaseSchema.sql
| `-- DataMartatDabaseDifferencesReport5511to602.html
|-- directory/
| |-- 0ReadmeFirst.txt
| |-- 1DisableConstraints.sql
| |-- 2AlterTables.sql
| |-- 3RebuildIndexes.sql
| |-- 4EnableConstraints.sql
| |-- 5UpdateFDIVersionInfo.sql
| |-- FDIDatabaseDifferencesReport5511to602.html
| `-- OracleFDI602DatabaseSchema.sql
`-- engine/
|-- 0ReadmeFirst.txt
|-- 1AlterTables.sql
|-- 2RebuildIndexes.sql
|-- 3UpdateExternalVariablesIfAny.sql
|-- ENGINEDatabaseDifferencesReport5511to602.html
`-- OracleEngine602DatabaseSchema.sql
The 0ReadmeFirst.txt files include additional instructions about the scripts and how to run them.
For each database, a complete SQL script describing the 6.0 schema structure is also included for your reference.
The .html files are reports of the schema differences between version 5.5 and 6.0, included for your reference.