I have Oracle DataPump with tables in a single dump file. They were exported from the Big Endian system (Solaris), now I need to import them to Little Endian System (Windows).
If I try to import without the conversion I have unreadable cyrillyc symbols in my tables.
I have tried to use rman convert, but it seemed to be usabale only on datafiles which are used by Oracle, not the DataPumps.
I have no option to create a tablespace with the tables needed for transfer and to convert them.
How could be this solved?