首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

ORA-904 "MAXSIZE" When Exporting From 10g Database Using 11g Export Cl

2013-12-02 
ORA-904 MAXSIZE When Exporting From 10g Database Using 11g Export Client.ORA-904 MAXSIZE When E

ORA-904 "MAXSIZE" When Exporting From 10g Database Using 11g Export Client.

ORA-904 "MAXSIZE" When Exporting From 10g Database Using 11g Export Client.(exp) (Doc ID 957380.1)?
APPLIES TO:
Oracle Database - Enterprise Edition - Version 10.1.0.2 to 10.2.0.5 [Release 10.1 to 10.2]
Information in this document applies to any platform.
***Checked for relevance on 08-Apr-2013***
SYMPTOMS
ORA-904 occurs when using a release 11g export client to export from release 10g database.
Export succeeds when using any 10gR2 export client.
Example:
Using export client (11.1.0.7) to export from 10.2.0.4 database
exp scott/****** file=d:\exp.dmp
Export: Release 11.1.0.7.0 - Production on Fri Oct 2 10:14:24 2009
Copyright (c) 1982, 2007, Oracle. All rights reserved.
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
server uses WE8ISO8859P15 character set (possible charset conversion)
. exporting pre-schema procedural objects and actions
. exporting foreign function library names for user SCOTT
. exporting PUBLIC type synonyms
. exporting private type synonyms
. exporting object type definitions for user SCOTT
About to export SCOTT's objects ...
. exporting database links
. exporting sequence numbers
. exporting cluster definitions
. about to export SCOTT's tables via Conventional Path ...
. . exporting table BONUS
EXP-00008: ORACLE error 904 encountered
ORA-00904: "MAXSIZE": invalid identifier
. . exporting table DEPT
EXP-00008: ORACLE error 1003 encountered
ORA-01003: no statement parsed
. . exporting table EMP
EXP-00008: ORACLE error 904 encountered
ORA-00904: "MAXSIZE": invalid identifier
. . exporting table SALGRADE
EXP-00008: ORACLE error 1003 encountered
ORA-01003: no statement parsed
. exporting synonyms
. exporting views
. exporting stored procedures
. exporting operators
. exporting referential integrity constraints
. exporting triggers
. exporting indextypes
. exporting bitmap, functional and extensible indexes
EXP-00008: ORACLE error 942 encountered
ORA-00942: table or view does not exist
EXP-00024: Export views not installed, please notify your DBA
EXP-00000: Export terminated unsuccessfully
Analysis shows this occurs when the following query is run by export client:
ksedmp: internal or fatal error
ORA-00904: "MAXSIZE": invalid identifier
Current SQL statement for this session:
SELECT INIEXT, SEXT, MINEXT, MAXEXT, PCTINC, BLOCKS, LISTS, GROUPS, EXTENTS, PCACHE, TS_TYPE, TSNAME, ISONLINE, BLOCKSIZE, HSCOMPRESS, MAXSIZE FROM SYS.EXU9STOU WHERE FILENO = :1 AND BLOCKNO = :2 AND TSNO = :3
CAUSE
When export any objects export client run a query agains dictionary view SYS.EXU9STOU to gather storage parameters about object segments.
Since release 11g this view has been updated by a new column MAXSIZE. When using the release 11g export client the utility expects the MAXSIZE column SYS.EXU9STOU of source database.
Given the fact that this column is unavailable in 10g the ORA-904 is reported.
11g
---
SQL> descr SYS.EXU9STOU;
?Name????????????????????????? Null???? Type
?----------------------------- -------- ------------------
?OWNERID?????????????????????? NOT NULL NUMBER
?TSNO????????????????????????? NOT NULL NUMBER
?FILENO??????????????????????? NOT NULL NUMBER
?BLOCKNO?????????????????????? NOT NULL NUMBER
?INIEXT??????????????????????? NOT NULL NUMBER
?SEXT????????????????????????? NOT NULL NUMBER
?MINEXT??????????????????????? NOT NULL NUMBER
?MAXEXT??????????????????????? NOT NULL NUMBER
?PCTINC??????????????????????? NOT NULL NUMBER
?BLOCKS??????????????????????? NOT NULL NUMBER
?LISTS????????????????????????????????? NUMBER
?GROUPS???????????????????????????????? NUMBER
?EXTENTS?????????????????????? NOT NULL NUMBER
?PCACHE???????????????????????????????? VARCHAR2(7)
?TS_TYPE??????????????????????????????? NUMBER
?TSNAME???????????????????????????????? VARCHAR2(30)
?ISONLINE?????????????????????????????? NUMBER
?BLOCKSIZE????????????????????????????? NUMBER
?HSCOMPRESS???????????????????????????? NUMBER
?MAXSIZE??????????????????????????????? NUMBER
SOLUTION
Please use the release 10g export client to export from a 10g database.
Once the export dump has been created you have to use the release 11g import client to import into your 11g database.
Additional information will you find in Note 132904.1 - Compatibility Matrix for Export And Import Between Different Oracle Versions.

?

参考至:https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=184073240717388&id=957380.1&displayIndex=1&_afrWindowMode=0&_adf.ctrl-state=1byvugjnzk_61

如有错误,欢迎指正

邮箱:czmcj@163.com

热点排行