Import from 64bit to 32bit [message #469270] |
Wed, 04 August 2010 02:06  |
|
Hi all,
I have taken export from ORACLE 11g R1 64-bit software and now when I am trying to import it on ORACLE 11g R1 32-bit version, I am not able to do so.
Is it possible to import from export file take from 64-bit to 32-bit version?
Thanks
Deepak
|
|
|
|
|
|
|
|
|
Re: Import from 64bit to 32bit [message #469298 is a reply to message #469270] |
Wed, 04 August 2010 02:50   |
|
Hello Sir,
Sorry for a bit late reply I was bit busy with in my office.
below are the import logs.
Import: Release 11.1.0.6.0 - Production on Tuesday, 03 August, 2010 18:08:10
Copyright (c) 2003, 2007, Oracle. All rights reserved.
;;;
Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
ORA-31694: master table "INPOWER"."SYS_IMPORT_FULL_01" failed to load/unload
ORA-02354: error in exporting/importing data
ORA-02373: Error parsing insert statement for table "INPOWER"."SYS_IMPORT_FULL_01".
ORA-00904: "ORIGINAL_OBJECT_NAME": invalid identifier
Regards
Deepak
|
|
|
Re: Import from 64bit to 32bit [message #469299 is a reply to message #469298] |
Wed, 04 August 2010 03:22   |
 |
Michel Cadot
Messages: 67809 Registered: March 2007 Location: Nanterre, France, http://...
|
Senior Member Account Moderator |
|
|
Export is 11.1.0.7 and import 11.1.0.6, maybe there differences in format.
So either upgrade target to 11.1.0.7 (or try to import in a test database with this version) either use old export/import and not datapump.
You can also search on MOS (ex-Metalink) if there is any reported bug.
Regards
Michel
[Updated on: Wed, 04 August 2010 03:23] Report message to a moderator
|
|
|
|
|
|