Import [message #300140] |
Thu, 14 February 2008 06:39 |
sundarfaq
Messages: 235 Registered: October 2007 Location: Chennai
|
Senior Member |
|
|
Hi,
I have taken dump from maple schema.Now i need to import the dumps without one specfic tables.The maple schema has 72 tables and 89 other database objects. but now i need to import into another schema with 71 tables and 89 other database objects.
How can i resolve it?
|
|
|
Re: Import [message #300141 is a reply to message #300140] |
Thu, 14 February 2008 06:50 |
|
Michel Cadot
Messages: 68728 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Use TABLES parameter and name the 71 tables.
Or import all and drop the unwanted table.
Regards
Michel
|
|
|