Import Oracle .dmp file using SQL Developer
what was this another database? was it oracle database? if yes the dmp file can be file exported by
- DataPump expdp util and you need import it by using impdp util
- the file can be exported by exp util and you can import it by imp util
- how to use this DataPump utils via SQL Developer UI see here