hi,

i'm trying to restore a table from a dump file. whenever i do, i get the error...

IMP-00015: following statement failed because the object already exists

according to the documentation in oracle, the way to bypass this error is to set IGNORE=Y. my question is, if ever i do that, how will i know if it will only restore that particular table that i want and it didn't corrupt any of my other tables/indexes?


thanks