4. Upgrading Using Unload/Reload : How You Perform an Upgrade Using Unload/Reload : Reload the Database
 
Share this page                  
Reload the Database
To reload the database:
1. Run reload.ing for each database.
UNIX: Redirect the reload to a log file so that it can be checked for errors. Using the C shell:
reload.ing |& tee reload.log
Note:  If using Ingres Star, reload the CDB and all “real” local databases before reloading the DDBs.
2. After the reload is complete, verify that the table ii_id has only one row.
Type isql <database>, and select * from ii_id.
3. If more than one row is returned, delete the row with the lowest object_id.