ORA-39111: Dependent object type INDEX_STATISTICS skipped, base object type INDEX:"scott"."PK_x_y" a
Hi Folks,
I did a full database import and have the following error
Processing object type DATABASE_EXPORT/SCHEMA/TABLE/INDEX/INDEX
ORA-31684: Object type INDEX:"scott"."PK_x_y" already exists
Processing object type DATABASE_EXPORT/SCHEMA/TABLE/CONSTRAINT/CONSTRAINT
Processing object type DATABASE_EXPORT/SCHEMA/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
ORA-39111: Dependent object type INDEX_STATISTICS skipped, base object type INDEX:"scott"."PK_x_y" already exists
Processing object type DATABASE_EXPORT/SCHEMA/TABLE/COMMENT
I checked number of constraints and indexes for the base table and they are identical between the source database and the one where i did a import
I did a full database import and have the following error
Processing object type DATABASE_EXPORT/SCHEMA/TABLE/INDEX/INDEX
ORA-31684: Object type INDEX:"scott"."PK_x_y" already exists
Processing object type DATABASE_EXPORT/SCHEMA/TABLE/CONSTRAINT/CONSTRAINT
Processing object type DATABASE_EXPORT/SCHEMA/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
ORA-39111: Dependent object type INDEX_STATISTICS skipped, base object type INDEX:"scott"."PK_x_y" already exists
Processing object type DATABASE_EXPORT/SCHEMA/TABLE/COMMENT
I checked number of constraints and indexes for the base table and they are identical between the source database and the one where i did a import
0