Hi folks,
I am an Oracle beginner so I have exremely minimal knowledge on this subject.
What I am trying to do is import a .DMP file into an Oracle XE installation which i installed yesterday (64bit on windows 8.1)
I have tried importing using this command:
impdp SYSTEM\(my password) dumpfile=(my dumpfile) logfile=logfile.log
When i run it i get three errors in the log file:
ORA-39097: Data pump job encountered unexpected error -30094
ORA-39065: unexpected master process exception in dispatch
ORA-30094: failed to find the time zone data file for version 4 in $ORACLE_HOME/oracore/zoneinfo
I also got some errors in my CMD window:
UDI-31626: operation generated ORACLE error 31626
ORA-31626: job does not exist
ORA-39086: cannot retrieve job information
ORA-06512: at "SYS.DBMS_DATAPUMP", line 3326
ORA-06512: at line 1
I hope someone can help!
Any help is much appreciated!