Hello,
I'm getting this error when I try to import an Oracle 10g Dump.
This is the log of the Dump process:
;;;
Export: Release 10.2.0.1.0 - Production on Mi▒rcoles, 26 Diciembre, 2018 9:38:25
Copyright (c) 2003, 2005, Oracle. All rights reserved.
;;;
Conectado a: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
Iniciando "SYSTEM"."SYS_EXPORT_SCHEMA_01": system/********@test schemas=sgcasmel directory=RESP_DIR2 dumpfile=SGCASMEL.dmp logfile=expdpSGCASMEL.log
Estimaci▒n en curso mediante el m▒todo BLOCKS...
Procesando el tipo de objeto SCHEMA_EXPORT/TABLE/TABLE_DATA
Estimaci▒n total mediante el m▒todo BLOCKS: 117.0 GB
.
.
.
La tabla maestra "SYSTEM"."SYS_EXPORT_SCHEMA_01" se ha cargado/descargado correctamente
******************************************************************************
El juego de archivos de volcado para SYSTEM.SYS_EXPORT_SCHEMA_01 es:
F:\EXP_MEL\SGCASMEL.DMP
El trabajo "SYSTEM"."SYS_EXPORT_SCHEMA_01" ha terminado correctamente en 11:03:14
This is the command that I execute ir order to import the DUMP:
docker exec -ti oracle-v10g bash -c 'imp system/oracle FILE=/home/oracle/data/Export/DATA.DMP FULL=Y'
And this is the full error:
Import: Release 10.2.0.1.0 - Production on Tue Jan 8 18:22:21 2019
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
IMP-00010: not a valid export file, header failed verification
IMP-00000: Import terminated unsuccessfully
My database is an Oracle 10g on Docker.
This means that the file is corrupted? Is there a way to check that?
Regards,
Joaquín Silva