Consultor Eletrônico



Kbase P22573: Can I convert a SCO 8.3E database to an HP 9.1D database without dumping and loading?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   19/09/2006
Status: Unverified

GOAL:

Can I convert a SCO 8.3E database to an HP 9.1D database without dumping and loading?

GOAL:

Can I convert a database on SCO to HP-UX without dumping and loading?

FACT(s) (Environment):

No. SCO (and other intel based platforms) are byte swapped ("little endian"), while HP is not ("big endian).

You must first dump the data and data definitions of the Progress 8 database on SCO. Then you must load them into a newly created 9.1D database structure on HP.