Personal tools
You are here: Home Les outils logiciels SGBD Oracle Error "Deferred Segment Creation" lors de l'importation d'un dump d'oracle
Log in


Forgot your password?
 

Error "Deferred Segment Creation" lors de l'importation d'un dump d'oracle

ORA-00439: fonction non activée : Deferred Segment Creation

In order to avoid this issue, we can force both export and import to ignore this feature using the option version.
This is an example of usage:

 

Export (11gR2 EE)

expdp user/password directory=dumpdirectory dumpfile=dumpfile.dmp logfile=logfilename.log version=10.2

 

Import (11gR2 SE)

impdp user/password directory=dumpdirectory dumpfile=dumpfile.dmp logfile=logfilename.log version=10.2

 

 

http://www.erkattasoftware.com/2012/11/22/ora-00439-feature-enabled-deferred-segment-creation/

Document Actions
« March 2024 »
March
MoTuWeThFrSaSu
123
45678910
11121314151617
18192021222324
25262728293031