When attempting a full expdp export I'm getting: ORA-39126: Worker unexpected fatal error in KUPW$W
I've found that the only way to overcome this is to either do "noaudit all" and "noaudit all privileges" on the database before runinng the full expdp. Or of course I can skip doing a full export altogether and do specified schemas.
Platform is Oracle DB 11.1.0.7.0 on HP-UX ia64 server.
I have quite a bit of auditing enabled, and obviously this error is somehow related to auditing, but I shouldn't have to disable auditing in order to do a full expdp export.
Platform is Oracle DB 11.1.0.7.0 on HP-UX ia64 server.
I have quite a bit of auditing enabled, and obviously this error is somehow related to auditing, but I shouldn't have to disable auditing in order to do a full expdp export.
2