You can move data from a database in big-endian format to a database in little-endian format.
The following example loads a table named lineitem and identifies one extract file on UFS (file system) called lineitem_binary.inp.
Check operating system documentation for the maximum file size for your system. For example, an extract file on Sun Solaris x64 has a maximum size of 512GB.
This procedure moves table definitions but does not include migration of database objects, such as stored procedures or events, which you must re-create.
For example, Sybase IQ databases built on Sun64 SPARC systems store binary data in big-endian (most significant byte first) format. Because Sun Solaris x64 is a little-endian system, you cannot upgrade Sybase IQ databases built on Sun64 SPARC with ALTER DATABASE UPGRADE to run on Sun Solaris x64 systems.
Copy the database schema from the source platform (tables, indexes, and so on).
Create a new database on the target platform.
Perform a binary data dump from the source database.
Load data into the new target database.
When loading a multiplex database, use absolute (fully qualified) paths in all file names. Do not use relative path names.