Bonjour à tous.

Me voilà encore avec un problème...
J'ai réalisé un export via la commande expdp, tout s'est bien passé.

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
Connected to: Oracle Database 10g Release 10.1.0.2.0 - Production
FLASHBACK automatically enabled to preserve database integrity.
Starting "SYSTEM"."SYS_EXPORT_SCHEMA_01":  system/******** SCHEMAS=ngktest DIRECTORY=datapump DUMPFILE=ngktest.dmp LOGFILE=ngktest.log 
Estimate in progress using BLOCKS method...
Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
Total estimation using BLOCKS method: 938,3 MB
...
...
...
Dump file set for SYSTEM.SYS_EXPORT_SCHEMA_01 is:
  E:\EXPORT\DATAPUMP\NGKTEST.DMP
Job "SYSTEM"."SYS_EXPORT_SCHEMA_01" successfully completed at 16:23
Ensuite lorsque je tente de faire l'importation, j'ai un beau petit message d'erreur :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Connected to: Oracle Database 10g Release 10.1.0.2.0 - Production
Master table "SYSTEM"."SYS_IMPORT_FULL_02" successfully loaded/unloaded
Starting "SYSTEM"."SYS_IMPORT_FULL_02":  system/******** REMAP_SCHEMA=ngktest:ngkdev REMAP_TABLESPACE=testdata:devdata,testtemp:devtemp,testindx:devindx DIRECTORY=datapump DUMPFILE=ngktest.dmp LOGFILE=ngkdev.log TABLE_EXISTS_ACTION=replace STREAMS_CONFIGURATION=n 
ORA-39125: Worker unexpected fatal error in KUPW$WORKER.DISPATCH_WORK_ITEMS while calling SYS.DBMS_INTERNAL_SAFE_SCN.SCN.SET_SESSION_STATE [TABLE_DATA:"SYSTEM"."SYS_IMPORT_FULL_02"]
ORA-00439: feature not enabled: Streams Capture
----- PL/SQL Call Stack -----
  object      line  object
  handle    number  name
301AAEB4     13460  package body SYS.KUPW$WORKER
301AAEB4      5810  package body SYS.KUPW$WORKER
301AAEB4      6459  package body SYS.KUPW$WORKER
301AAEB4      1208  package body SYS.KUPW$WORKER
2FA3C458         2  anonymous block
Job "SYSTEM"."SYS_IMPORT_FULL_02" stopped due to fatal error at 08:38
Quelqu'un peut-il m'envoyer la petite bouée de sauvetage car là je coule...

Merci !