|
Re: How to migrate db from one OS to another without using exp/imp utility [message #58931 is a reply to message #58929] |
Wed, 15 October 2003 06:15 |
Thiru
Messages: 1089 Registered: May 2002
|
Senior Member |
|
|
Sachin,
that was a trick question meant to confuse you. Answer is you cannot 'successfully' migrate a database from Windows to Linux without using exp/imp. Exp/imp is THE way to migrate databases across different platforms, becos the datafiles are OS specific.
You cannot exclude tables in OWNER level export. You can do a user level export and exclude them during the import .. Or you can do pattern matching in table level export to export a bunch of tables(if you find it difficult to type in )..
Again if you want to export 100 of the 105 tables, you will and should be doing User level export anyway !
-Thiru
|
|
|