"ORA-00904 POLTYP: invalid identifier" when export [message #540989] |
Thu, 26 January 2012 21:03 |
|
basarakin
Messages: 3 Registered: January 2012
|
Junior Member |
|
|
First I got errors when I did the export with an export tool of Release 11.1.0.7.0 and there were lot of ORA-00904 and ORA-01003 like the following:
XP-00008: ORACLE error 904 encountered
ORA-00904: "MAXSIZE": invalid identifier
. . exporting table XRATE_INFO
EXP-00008: ORACLE error 1003 encountered
ORA-01003: no statement parsed
Then I tried to do export with another version of export tool (Release 10.2.0.4.0) The errors changed to the follwing:
.about to export FM's tables via Direct Path...
EXP-00008: ORACLE error 904 encountered
ORA-00904: "POLTYP": invalid identifier
EXP-00000: Export terminated unsuccessfully
The export tool I used is of Release 10.2.0.4.0
Has anyone had similar problems before?
|
|
|
|
|
Re: "ORA-00904 POLTYP: invalid identifier" when export [message #541018 is a reply to message #540996] |
Fri, 27 January 2012 01:59 |
|
basarakin
Messages: 3 Registered: January 2012
|
Junior Member |
|
|
Oracle Version:
1 Oracle Database 10g Release 10.2.0.4.0 - 64bit Production
2 PL/SQL Release 10.2.0.4.0 - Production
3 CORE 10.2.0.4.0 Production
4 TNS for 64-bit Windows: Version 10.2.0.4.0 - Production
5 NLSRTL Version 10.2.0.4.0 - Production
the command I used is:
cmd>exp parfile=<address>
Output:
Connected to: Oracle Database 10g Release 10.2.0.4.0 - 64bit Production
Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
. exporting pre-schema procedural objects and actions
. exporting foreign function library names for user FM
. exporting PUBLIC type synonyms
. exporting private type synonyms
. exporting object type definitions for user FM
About to export FM's objects ...
. exporting database links
. exporting sequence numbers
. exporting cluster definitions
. about to export FM's tables via Direct Path ...
EXP-00008: ORACLE error 904 encountered
ORA-00904: "POLTYP": invalid identifier
EXP-00000: Export terminated unsuccessfully
Thanks
Kin
[Updated on: Fri, 27 January 2012 01:59] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
Re: "ORA-00904 POLTYP: invalid identifier" when export [message #541402 is a reply to message #541360] |
Tue, 31 January 2012 02:16 |
|
Michel Cadot
Messages: 68733 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
I don't think you get the correct patch.
If you are on Unix/Linux, the patch is around 100-150KB depending on the platform and Oracle version.
If you are on Windows, I bet it is include in a bundle which depends on your base version (the first 4 decimals).
Regards
Michel
[I should know that answering on a window opened since more than one hour would contain the same kind of answer. ]
[Updated on: Tue, 31 January 2012 02:18] Report message to a moderator
|
|
|
|
|
|