i can consider the patchset,
but i wouldn't execute it at the moment
i'm on leave as from tonight and nobody else to solve any arising problems ...
i'll check the tracing and logs
Main Topics
Browse All TopicsI have a oracle 10g database
i want to run a full export
i used this in batch:
expdp dbadm/ora920@m08u_upg FULL=Y CONTENT=ALL DUMPFILE=dpump1:exp.m08uup
the process starts and runs for a while (see code)
and stops on Processing object type DATABASE_EXPORT/SCHEMA/TAB
I know it should still export triggers and it doesn't ...
then i go look in the table sys_export_full_01
what exactly would i be looking for to detect what's causing my export to fail ?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Ok, postback here when you get more details.
Here is a quick link on expdp tracing: http://arjudba.blogspot.co
Good luck.
i reran the expdp job based on the trace from your post:
TRACE=1400300
expdp dbadm/ora920@m08u_upg FULL=Y CONTENT=ALL DUMPFILE=dpump1:exp.m08uup
i checked the trace file and at after a few passes for REF_CONSTRAINT it show up with the access vio
i posted the log section with the start of the error below
i fear allready you hit the nerve with the bug problem and upgrading to the latest patch
Business Accounts
Answer for Membership
by: mrjoltcolaPosted on 2009-08-19 at 06:51:22ID: 25132574
Hi Geert,
Did you check the target database host's alert log and check for trace files. The ORA-31762 is not normal, and could simply be caused by a bug. Look for more details on the target system, then if there are none, you can also turn on tracing for data pump to get more details.
expdp trace=<trace bit mask in hex> ...
I have seen a bug in Metalink regarding your issue, but it was on UNIX.
Can you consider applying 10.2.0.4 patchset?