Skip to Main Content

Database Software

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!

Export of the statspack schema using expdp

3293377Nov 17 2016 — edited Nov 27 2016

Hello,

I have problem to export statspack schema. I am using expdp utility but no data are exported. But when i create new table it's exported only this new table.

Creat table stats$test as

select * from stats$snapshot;

I have tried multiple variations of the expdp command:

expdp perfstat/perfstat@server DUMPFILE=PERFSTAT_TEST6.dmp LOGFILE=PERFSTAT_TEST6.log DIRECTORY=dumps parfile=spuexp.par

expdp system/pass@server DUMPFILE=PERFSTAT_TEST5.dmp LOGFILE=PERFSTAT_TEST5.log SCHEMAS=PERFSTAT CONTENT=ALL DIRECTORY=dumps parfile=spuexp.par

expdp system/pass@server DUMPFILE=PERFSTAT_TEST4.dmp LOGFILE=PERFSTAT_TEST4.log SCHEMAS=PERFSTAT DIRECTORY=dumps

etc.

I also tried sys user. but only stats$test is exported.

Thanks.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 25 2016
Added on Nov 17 2016
10 comments
1,744 views