|
|
If you mean data migration, then data are migrated on the same platform. But you move data from NT to UNIX, exp/imp may be the only choice. Datafiles on NT are Windows NTFS files, datafiles on UNIX are ext2 or ext3 files, they are compatible. Export utility extract data from NT platform dependent datafiles and stores in platform independent datafiles ( I think is ASCII). You may fire serveral export utilities from UNIX platform, each export serveral tables, then do the same thing to import.
Thanks for doing all these for us. |
|