How to I complete my export without the EXP-0008 Oracle error 1455?
Answer: This is likely a bug. See Bug # bug #4270321.
Also, see MOSC note 351233.1, issue in 9.2.0.4.0 fixed in 10.2.0.
Try adding this to get around the bug:
constraints=n indexes=n statistics=none
solution :-
Try adding below parameter to resolved this issue.
constraints=n indexes=n statistics=none
[oracle@sonu EXPIMP]$ exp system/password owner=DEV file=DEV.dmp log=DEV.log constraints=n indexes=n statistics=none
issue resolved.
No comments:
Post a Comment