Frist off -
Greetings to all of you. I just found this forum, but the advice here seems awesome. I hope not to need you often, but that is never the case with me.
I'm using Enterprise Manager with a schema already created for a table (gmu_2006). I want to add rows to that table using a .dmp file.
When I use the following line: "imp gmu_2006/gmu_2006 file=auditor_fabinvh_FY062.dmp log=GMU_FABINVH_APPEND.log grants=no fromuser=FIMSMGR touser=gmu_2006",
I get this error:
"IMP-00015: following statement failed because the object already exists: "CREATE TABLE "FABINVH" ("FABINVH_CODE" VARCHAR2(8) NOT NULL ENABLE, blah, blah, blah."
Is there a way to just import the rows that are in the file?
Thanks for any help you may offer.
Greetings to all of you. I just found this forum, but the advice here seems awesome. I hope not to need you often, but that is never the case with me.
I'm using Enterprise Manager with a schema already created for a table (gmu_2006). I want to add rows to that table using a .dmp file.
When I use the following line: "imp gmu_2006/gmu_2006 file=auditor_fabinvh_FY062.dmp log=GMU_FABINVH_APPEND.log grants=no fromuser=FIMSMGR touser=gmu_2006",
I get this error:
"IMP-00015: following statement failed because the object already exists: "CREATE TABLE "FABINVH" ("FABINVH_CODE" VARCHAR2(8) NOT NULL ENABLE, blah, blah, blah."
Is there a way to just import the rows that are in the file?
Thanks for any help you may offer.