We are planning to implement TWO system upgrades, in sequence. We want to treat each seperatly as Phase 1 and Phase 2.
Please use the Naming_Scheme at the bottom of this section as a key for explaining unknown terms.
| Logical system name | Oracle Schema.table name |
|---|---|
| production | <changes> |
| phase 1 production | <no name> |
| phase 1 test | GRAD_FAC_OWNER.<tablename>_TEMP |
| phase 2 production | GRAD_FAC_OWNER.<tablename>_TEMP |
| phase 2 test | GRAD_FAC_OWNER.<tablename> |
‘production’: This is the current system that is considered to be production at the time; It will change many times throughout the implementation.
‘phase 1 production’: This is the original, all MS Access database system.
‘phase 1 test’: This is the first Oracle database system that simply brings the single table over in the same format.
‘phase 2 production’: This is the outcome of the phase 1 test; It will be the ‘production’ system for some time.
‘phase 2 test’: This is the final test system which is also based on Oracle; We will be splitting the single table into many and contain the same data.