Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

data pump message in alert file

592815Feb 26 2009 — edited Mar 3 2009
Hi Experts,


expdp system/testl@test full=Y directory=EXP_DIR2 dumpfile=testdatabase_02262009.dmp logfile=testexp_02262009.log

I useabove syntax to full export with Job "SYSTEM"."SYS_EXPORT_FULL_01" successfully completed at 13:49:00
However, I saw below message in alert as
Thu Feb 26 11:48:12 2009
The value (30) of MAXTRANS parameter ignored.
kupprdp: master process DM00 started with pid=30, OS id=4184
to execute - SYS.KUPM$MCP.MAIN('SYS_EXPORT_FULL_01', 'SYSTEM', 'KUPC$C_1_20090226114812', 'KUPC$S_1_20090226114812', 0);
Thu Feb 26 11:56:12 2009
The value (30) of MAXTRANS parameter ignored.
kupprdp: master process DM00 started with pid=31, OS id=3596
to execute - SYS.KUPM$MCP.MAIN('SYS_EXPORT_FULL_01', 'SYSTEM', 'KUPC$C_1_20090226115612', 'KUPC$S_1_20090226115612', 0);
Thu Feb 26 13:47:38 2009
The value (30) of MAXTRANS parameter ignored.
kupprdp: master process DM00 started with pid=19, OS id=3712
to execute - SYS.KUPM$MCP.MAIN('SYS_EXPORT_FULL_01', 'SYSTEM', 'KUPC$C_1_20090226134739', 'KUPC$S_1_20090226134739', 0);
kupprdp: worker process DW01 started with worker id=1, pid=22, OS id=3984
to execute - SYS.KUPW$WORKER.MAIN('SYS_EXPORT_FULL_01', 'SYSTEM');

Are there some issue for my full export?

Thanks explain

JIM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 31 2009
Added on Feb 26 2009
7 comments
872 views