1. On the originating machine, or with the initial database Minor version executables, truncate the bi file:
$ proutil <dbname> -C truncate bi
2. For convenience copy all the database files to the exact same directory structure on the new system as they were in on the originating system
Otherwise, update the Control Area with the new file locations:
- Create a snapshot of the Control Area in a structure file: prostrct list dbname dbname.st
- Edit the dbname.st file to reflect fully qualified paths to every database extent are used, don't rely on relative paths
- Udpate the Control Area: prostrct repair dbname dbname.st
3. Access the database on the new system.