Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Oracle 7.3.3 to 8.0.4 migration using exp/imp -Problems
I am trying to do migration from Oracle 7.3.3 on Digital Alpha unix to
Oracle 8.0.4 on Digital Alpha NT. I took the full export backup as
'system' user from Oracle 7.3.3 and installed the Oracle 8.0.4 on NT. I
created all the required tablespaces/rollback segments in Oracle 8.0.4
For importing the backup a gave the command: - Imp80 system/manager file=full.db full=y ignore=y log=full.log
The log files is showing following lines:
Connected to: Oracle8 Enterprise Edition 8.0.4.1.0 - Very Large Memory
(VLM) - Production
PL/SQL Release 8.0.4.1.0 - Production
Export file created by EXPORT:V07.03.03 via conventional path
. importing OEM's objects into OEM
. importing SYSTEM's objects into SYSTEM
. importing table "DEF$_CALL" 0 rows imported . importing table "DEF$_CALLDEST" 0 rows importedIMP-00017: following statement failed with ORACLE error 904:
IMP-00003: ORACLE error 904 encountered ORA-00904: invalid column name IMP-00017: following statement failed with ORACLE error 904:
IMP-00003: ORACLE error 904 encountered ORA-00904: invalid column name IMP-00017: following statement failed with ORACLE error 904:
IMP-00003: ORACLE error 904 encountered ORA-00904: invalid column name IMP-00017: following statement failed with ORACLE error 904:
IMP-00003: ORACLE error 904 encountered ORA-00904: invalid column name IMP-00017: following statement failed with ORACLE error 904:
. importing table "DEF$_DEFAULTDEST" 0 rows imported . importing table "DEF$_DESTINATION" 0 rows importedIMP-00017: following statement failed with ORACLE error 904:
IMP-00003: ORACLE error 904 encountered ORA-00904: invalid column name IMP-00017: following statement failed with ORACLE error 904:
IMP-00003: ORACLE error 904 encountered ORA-00904: invalid column name IMP-00017: following statement failed with ORACLE error 904:
IMP-00003: ORACLE error 904 encountered ORA-00904: invalid column name IMP-00017: following statement failed with ORACLE error 904:
. importing table "DEF$_ERROR" 0 rows importedIMP-00017: following statement failed with ORACLE error 904:
("
IMP-00003: ORACLE error 904 encountered ORA-00904: invalid column name IMP-00017: following statement failed with ORACLE error 904:
IMP-00003: ORACLE error 904 encountered ORA-00904: invalid column name IMP-00017: following statement failed with ORACLE error 904:
IMP-00003: ORACLE error 904 encountered ORA-00904: invalid column name IMP-00017: following statement failed with ORACLE error 904:
IMP-00003: ORACLE error 904 encountered ORA-00904: invalid column name IMP-00017: following statement failed with ORACLE error 904:
. importing table "HELP" 25583 rows imported . importing table "PBCATCOL" 0 rows imported . importing table "PBCATEDT" 21 rows imported . importing table "PBCATFMT" 20 rows imported . importing table "PBCATTBL" 0 rows imported . importing table "PBCATVLD" 0 rows imported . importing table "PRODUCT_PROFILE" 0 rows imported . importing table "USER_PROFILE" 0 rows imported
The import continued after this, I am not sure what to do now? Can I ignore this? I have not run the catexp7.sql on Oracle 8.0.4 before importing. Is it required?
Another thing, which is not clear to me is the NLS CHARACTER SET setting. The Oracle 7.3.3 was having US7ASCII as the NLS Character set so I have created the Database in Oracle 8.0.4 with US7ACSII as NLS Character set. The Oracle 8.0.4 is also showing NLS_NCHAR__CHARACTERSET as US7ASCII. What is the implications in importing the data, if I create Database in Oracle 8.0.4 with character set as WE8ISO8859P1 and NLS_NCHAR__CHARACTERSET as WE8ISO8859P1 (please note that Database in Oracle 7.3.3 is having US7ASCII as NLS CHARACTER SET).
Would appreciate your help/suggestions on this problem.
Thanks in advance. Received on Sat Dec 05 1998 - 04:50:03 CST
![]() |
![]() |