export/import DBMS_STATS
I would like to export stats from table T_STAGE_LOAD and apply them to another table T_STAGE_LOAD_NEW(both tables with same structure) .
How would I accomplish this? I already exported stats but don't know how to import them to diff. table name.
0