I got no error when importing my XXX.DMP file using imp
, but there is no database, schema, or table has imported and log file is empty too. Here what it's look :
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Import data only (yes/no): no >
Import file: EXPDAT.DMP > D:\xxx.dmp
Enter insert buffer size (minimum is 8192) 30720>
Export file created by EXPORT:V11.02.00 via conventional path
import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
C:\Users\User>
As you can see, it's just stop right there.
I using Oracle 11 and this file exported from Oracle 12. Then I changed the DMP file header from EXPORT:V12.01.00
to EXPORT:V11.02.00
manually because it won't work with the EXPORT:V12.01.00
before.
I've already try with impd
or imported it with TOAD for Oracle, but neither is work.