Probleme import base de donnée oracle 10g
Salut,
j'ai exporter une base de données dans le serveur avec les outils d'export alors
j'ai obtenu mes fichier dump
jusqu'ici aucun probleme, mais lors de l'import dans une autre machine ailleurs
il me donne un probleme et voila le contenu de mon fichier log
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
With the Partitioning, OLAP and Data Mining options
Export file created by EXPORT:V10.02.01 via conventional path
import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
IMP-00008: unrecognized statement in the export file:
. importing RP's objects into RP
IMP-00008: unrecognized statement in the export file:
IMP-00008: unrecognized statement in the export file:
IMP-00008: unrecognized statement in the export file:
IMP-00008: unrecognized statement in the export file:
IMP-00008: unrecognized statement in the export file:
IMP-00008: unrecognized statement in the export file:
IMP-00008: unrecognized statement in the export file:
IMP-00008: unrecognized statement in the export file:
FR\
IMP-00008: unrecognized statement in the export file:
3
IMP-00008: unrecognized statement in the export file:
IMP-00008: unrecognized statement in the export file:
IMP-00008: unrecognized statement in the export file: |
j'ai essayé de verifier le jeu de caractère :
Code:
1 2
| select * from sys.props$
where name like 'NLS%' |
!!!! merci pour vos remarque et vos reponses!!!