Export/Import and Endian Formats question
I have 2 Oracle 10g databases. I am going to use Export Datapump to make a copy of a schema in one database, then use Import (again, data pump) to copy the schema to the other database. The first database is on a Windows-based server. The second database is on an IBM p-series AIX server.
I did this once using transportable tablespaces in RMAN, and we had to convert the endian format of the tablespace before it would restore.
Do I also need to be concerned about different endian formats when using Export/Import?
Thanks in advance for any and all advice.