IMPORT Problem NEED HELP quickly [message #180426] |
Mon, 03 July 2006 08:30 |
shiraifr
Messages: 4 Registered: July 2006
|
Junior Member |
|
|
Hello,
I'm working under Oracle 10g 10.1.0.2.0 - 64bit on solaris 5.8 server.
I have an export file "kmaj.dmp" done with the following options :
exp toto/titi FILE=kmaj.dmp LOG=kmaj.log CONSISTENT=Y DIRECT=Y OWNER=toto
And :
echo $NLS_LANG ---> FRENCH_FRANCE.WE8ISO8859P1
The export is ok, no errors.
When i try to import the exported file with :
imp userid=system/passwd FILE=kmaj.dmp LOG=kmaj.log fromuser=kmaj touser=kmaj_restore IGNORE=Y buffer=1000000 tables=kmaj_fmaj
I need to get one table from all exported tables
I have the following error :
IMP-00008: instruction non reconnue dans le fichier d'export:
d4
IMP-00008: instruction non reconnue dans le fichier d'export:
d5
........
. Import d'objets KMAJ dans KMAJ_REST
IMP-00017: Echec de l'instruction suivante avec erreur ORACLE 942 :
IMP-00003: Erreur ORACLE 942 rencontrée
ORA-00942: Table ou vue inexistanteErreur de segmentation - L'image mémoire a été vidée dans le fichier core.
Thanks for any help.
|
|
|
|
|
|
|
|
|