import bbdd error ORA-00038

0

When trying to import a database using the statement:

imp system/system@xe file=database.dmp log=importLog.log full=y;

Launches me an error:

  

IMP-00038: Could not convert to environment character set's handle

Reading by stack EN commented that it could be due to differences between the language of the exported bbdd and the bbdd in which I try to import.

Then I checked by:

select * from nls_database_parameters;

All parameters are the same except:

Destino-> NLS_RDBMS_VERSION 11.2.0.2.0  - Origen de datos NLS_RDBMS_VERSION 11.2.0.3.0

Clarifications

The export is made through the paid version of Oracle 11g, I use the Express Edition 11g.

    
asked by nachfren 15.12.2017 в 14:17
source

0 answers