3 Converting Data to the Endian Format of the Target Operating System
Prepare for migrating your data by converting the endian format of the data to the endian format that is used on your target operating system platform.
- Converting Data Between Platforms
To transport tables across platforms, check platform endianness, and review other restrictions. - Converting Data Between Platforms Using the DBMS_FILE_TRANSFER Package
You can use theGET_FILEorPUT_FILEprocedure of theDBMS_FILE_TRANSFERpackage to convert data between platforms during a data file transfer. - Converting Data Between Platforms Using RMAN
To convert data with the RMAN convert command, be aware of restrictions and follow these guidelines.