I've done export of my db and then I've performed import of same in another schema. But, due to some reasons, I've missed out around 1000 objects including tables, procedures in my dump and so, in new schema, those 1000 objects are not available.
Is there any way to import specifically those 1000 object instead of doing export and import again.
Assumption: Both export and import schema exists on same database.