Vandy,
The IMP command I posted above actually matches your scenario: the EXP occurred on one Oracle instance/db ("service"

and the IMP occurred on another Oracle instance/db ("dhunt"

.
And, as I mentioned, I break up exports and imports BY SCHEMA (Oracle user) instead of a "full database export/import". I do this for multiple benfits: 1) file-size managability and 2) non-serial exporting and importing: I can export multiple schemas simultaneously and them import the schemas simultaneously, versus the limitation of serial file processing if I have done a "full database export/import".
But, if you insist on doing export and import for the full database, then the easiest method is to use "conversational mode" versus "command-line mode". At your o/s prompt, invoke the utility:
1) either "exp" or "imp" [enter]
2) Enter an Oracle username that has been granted the privilege, "IMP_FULL_DATABASE" or "EXP_FULL_DATABASE".
3) Enter the appropriate password for that user
4) Enter responses of your choice to the next two prompts
5) For the next question, enter "E" for "Entire Database"
6) Respond to the remaining prompts as you choose/need.
Dave
Sandy, Utah, USA @ 21:01 GMT, 14:01 Mountain Time