Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Oracle 10g imp woes
Hi,
I am having some difficulties doing a full import of a database from a 10.1.0.2.0 instance running on Win XP to a 10.1.0.2.0 instance running on Solaris 10.
The tablespaces have been precreated using the same scripts in each case, however during the import I get the following error;
. . importing table "NBI_PRT_FACTS" 3964046 rows importedIMP-00017: following statement failed with ORACLE error 1652: "CREATE INDEX "NBI_PRT_FACTS_N3" ON "NBI_PRT_FACTS" ("PRJ_OBJECT_ID" , "FACT"
Thereafter all subsequent table/entity creation fails with the following;
IMP-00003: ORACLE error 1658 encountered ORA-01658: unable to create INITIAL extent for segment
This import works fine on Win XP, so clearly there is something that is platform specific wrt the import. For what it's worth the export command was issued thus;
> exp system/password full=y file=dump.dmp log=dump.log
The corresponding import was ;
> imp system/password full=y file=dump.dmp statistics=safe log=dump.log
The statistics option was set because of warnings that were generated during the export.
I would appreciate any pointers that anyone might have.
Thanks and regards,
Andrew
Received on Sat Jun 25 2005 - 22:30:57 CDT
![]() |
![]() |