EXEC DBMS_STATS.GATHER_TABLE_STATS ('<Schema>', '<table>',cascade=>TRUE);
exec dbms_stats.gather_schema_stats (null,25);
exec dbms_stats.gather_schema_stats (null,25);
expdp.exe <Schema_name>/<password>@<SID> DIRECTORY=DUMP_DIR1 DUMPFILE=dbdumpfile.dmp LOGFILE=dbdumplog.exp.log EXCLUDE=STATISTICS
No comments:
Post a Comment