Import with statistics [message #149123] |
Wed, 30 November 2005 03:30 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Zakkhalid
Messages: 47 Registered: April 2005
|
Member |
|
|
Hi All,
I'm trying to do an import of a schema where the tables have statistics, but I'm getting an error ...
IMP-00017: following statement failed with ORACLE error 4068:
"BEGIN DBMS_STATS.SET_TABLE_STATS(NULL,'"CTRELATEDLINKS"',NULL,NULL,NULL,34"
"4,2,25,0); END;"
IMP-00003: ORACLE error 4068 encountered
ORA-04068: existing state of packages has been discarded
ORA-04067: not executed, package body "SYS.DBMS_STATS" does not exist
ORA-06508: PL/SQL: could not find program unit being called
ORA-06512: at line 1
Not sure how to progress, because the package DBMS_STATS is valid...,
so how can I do an import with and without statistics....
thanking you all inadvance...
|
|
|
|
|
|
|
|