Oracle 11g导出exp 00003 以及exp00107

在oracle11.2.0.1上做数据库EXP全备时,目标数据库是11.2.0.2;报错如下:
EXP-00107: 不支持特征 (BINARY XML) (属于列 XSLT, 表 ORDDATA.ORDDCM_MAPPING_DOCS)。不会导出该表。
表 ORDDCM_MAPPING_DOCS_TMP 将以常规路径导出。
. . 正在导出表 ORDDCM_MAPPING_DOCS_TMP
EXP-00107: 不支持特征 (BINARY XML) (属于列 XSLT, 表 ORDDATA.ORDDCM_MAPPING_DOCS_TMP)。不会导出该表。
表 ORDDCM_MAPPING_DOCS_WRK 将以常规路径导出。
. . 正在导出表 ORDDCM_MAPPING_DOCS_WRK
EXP-00107: 不支持特征 (BINARY XML) (属于列 XSLT, 表 ORDDATA.ORDDCM_MAPPING_DOCS_WRK)。不会导出该表。
表 ORDDCM_PREFS_LOOKUP 将以常规路径导出。
EXP-00003: 未找到段 (0,0) 的存储定义
. . 正在导出表 CWM$CUBEDIMENSIONUSE
EXP-00003: 未找到段 (0,0) 的存储定义
. . 正在导出表 CWM$DIMENSION
EXP-00003: 未找到段 (0,0) 的存储定义
. . 正在导出表 CWM$DIMENSIONATTRIBUTE
EXP-00003: 未找到段 (0,0) 的存储定义
. . 正在导出表 CWM$DOMAIN导出了 21 行
. . 正在导出表 CWM$FACTLEVELGROUP
其中00003的报错尝试过重新新建视图CREATE OR REPLACE VIEW exu9tne (
tsno, fileno, blockno, length) AS
SELECT ts#, segfile#, segblock#, length
FROM sys.uet\$
WHERE ext# = 1
UNION ALL
SELECT * FROM SYS.EXU9TNEB
再次导出还是有问题
请各位大神指教。
帖子经 binxiangxiong编辑过

i think that your database not running.
check that database server is running.
Regds,
Suresh

Similar Messages

  • Step by Step EXP / IMP database from Oracle 9i to Oracle 11g

    Please help on the captioned where I did the below
    1. Use EXP to export the database from a Oracle9i database (O9_DB) OLD_Windows2003_SERVER
    2. Install the Oracle 11g (default service name is ORCL) to a new Windows 2003 server and use the IMP to import the O9_DB, however, I need to create the same physical path as the OLD_Windows2003_SERVER (e.g E:\Oralce_9i\Ordata\) in order to complete the IMP
    3. I can launch the SQL Developer and obtain the records count of evey tables being imported
    However, is there any best / proper way to do the EXP/IMP, the ideal outcome would be
    1. Create a new namespace say (OLDDB) which same as the Oracle9i database name so maybe I don't need to modify much on the application side to point to the new database ?
    2. IMP the OLDDB to the new namespace OLDDB
    Thanks in advance

    Hello,
    If you create the new Database on a new Server, you could keep the same name for the Database.
    To switch from the old Database to the new one, you'll have to change the hostname on the "tnsnames.ora" or in any configuration file which define the database connexion.
    About the best way to do the Export/Import, you may have some details on the link below:
    http://download.oracle.com/docs/cd/E11882_01/server.112/e10819/expimp.htm#i262317
    Else, why do you intend to stay on a Windows 2003 Server, why not moving to Windows 2008 ?
    NB: Oracle *11.1* is certified on Windows 2008 and Oracle *11.2* is certified on Windows 2008 R2.
    Hope this help.
    Best regards,
    Jean-Valentin

  • Importing a dump fails on Oracle 11g

    Hi
    I am trying to import a dump which was created from Oracle 10g version 10.2.0.3 TO Oracle 11g Release 11.1.0.6.0
    Issue 1)
    The command i am using is
    imp dmuser_02/dmuser_02@bnhpdb11_o11ut03.world file=dmpersist.dmp full=y ignore=y
    This command works fine on Oralce 10g(if i try to import the file to Oracle 10g) but fails on Oralce 11g with following error
    "Export file created by EXPORT:V10.02.01 via conventional path
    Warning: the objects were exported by SYS, not by you
    import done in US7ASCII character set and UTF8 NCHAR character set
    import server uses UTF8 character set (possible charset conversion)
    . importing SYS's objects into DMUSER_02
    . importing DMPERSIST's objects into DMPERSIST
    IMP-00003: ORACLE error 1435 encountered
    ORA-01435: user does not exist"
    Issue 2)
    If i use following command
    imp dmuser_02/dmuser_02@bnhpdb11_o11ut03.world file=dmpersist.dmp fromuser=SYS touser=dmuser_02 ignore=y
    I get error
    import done in US7ASCII character set and UTF8 NCHAR character set
    import server uses UTF8 character set (possible charset conversion)
    Import terminated successfully without warnings.
    Any info/pointers/help
    from
    nayeem

    Issue 1)
    The command i am using is
    imp dmuser_02/dmuser_02@bnhpdb11_o11ut03.world
    file=dmpersist.dmp full=y ignore=y
    . importing DMPERSIST's objects into DMPERSIST
    IMP-00003: ORACLE error 1435 encountered
    ORA-01435: user does not exist"Make sure user DMPERSIST exists. Oracle will not create user for you because it looks like this dump file is not from full expor but a schema level export.
    >
    Issue 2)
    If i use following command
    imp dmuser_02/dmuser_02@bnhpdb11_o11ut03.world
    file=dmpersist.dmp fromuser=SYS touser=dmuser_02
    ignore=y
    I get error
    import done in US7ASCII character set and UTF8
    NCHAR character set
    import server uses UTF8 character set (possible
    charset conversion)
    Import terminated successfully without warnings.
    No issue here. The message looks totally normal.

  • Oracle 11g 逻辑备份

    做11.2.0.2全备包括逻辑备份和rman备份,备份机上的版本是10.2.0.3 操作系统windows server 2003;目标数据库是11.2.0.2,操作系统是linux ;现在有两种方案:
    一是直接在备份机上调用exp连接到目标数据库做全备,但是这个方案目前还行不通,报错:
    EXP-00008:遇到 ORACLE错误1406
    ORA-01406:提取的列值被截断
    EXP-00000:导出终止失败
    这个方案本身是否可行,用10.2.0.3导出后以后做数据恢复再导入11.2.0.2是否有问题,如果没有问题,那以上报错能怎么解决?
    二是在备份机上再装一个11.2.0.1的客户端(备份机上已经有一个10.2.0.3的服务器端):
    这个方案存在两个问题,一是用11.2.0.1做exp报错 :
    EXP-00003: 未找到段 (0,0) 的存储定义
    . . 正在导出表 CWM$CLASSIFICATION导出了 41 行
    . . 正在导出表 CWM$CLASSIFICATIONENTRY导出了 5 行
    . . 正在导出表 CWM$CLASSIFICATIONTYPE导出了 15 行
    EXP-00107: 不支持特征 (BINARY XML) (属于列 XSLT, 表 ORDDATA.ORDDCM_MAPPING_DOCS_TMP)。不会导出该表。
    二是在备份机上安装11.2.0.2是否会影响原本10.2.0.3下的实例运行,请大神指教。

    兄弟 如果要跨平台恐怕只能exp/imp

  • EXP-00003: no storage definition found for segment in export import

    Hii
    I am exporting data of one schema which is on ORALCE 10g to oracle 9i
    by exp utility export is complete sucessfully but it will giving error in some tables as EXP-00003: no storage definition found for segment(11, 883)
    can you tell mi what is the cause of error?
    What steps need to be to correct the error?

    Hi,
    Since you are exporting from 10g to 9i, can you tell me the version of Export utility used to export data from 10g.
    Moreover if you are using 9i export utility try with compress=Y option and still if you are getting the error do post here.
    Regards

  • Export and Import issue in Oracle 11g

    Hi All,
    I have exported data using exp command in oracle 11g by keeping deferred_segment_creation FALSE.
    Even then my zero records tables are not coming in export.
    What could be the reason or what other thing i have to do to make it work.
    Thanks in advance
    Mohsin J

    Tables that were created before you changed deferred_segment_creation to FALSE and do not have any rows would still be segment-less tables --- i.e. not exported.
    You need to issue an "ALTER TABLE tablename MOVE" for each of such tables (after having set deferred_segment_creation to FALSE) to force a rebuild of these tables with segments before the export.
    Thus, the sequence is
    1. set deferred_segment_creation to FALSE
    2. identify all tables with 0 rows
    3. issue an ALTER TABLE tablename MOVE for each of such tables from step 2
    4. Re-run your export
    alternatively use conventional export (exp) instead of datapump export.
    Hemant K Chitale

  • Problem with Export User's data from database oracle 11g

    i want export all user data and Its tables from oracle 11g database, I am using the comand exp, pero export only the tables with data, i Have Some tables and Not Without export data These tables,
    can someone help me!

    problem with zero extent table
    exp is de-supported in 11g. Use expdp instead to export tables without any rows.
    Srini

  • Integrity check of tables between Oracle 9i and Oracle 11g

    Hi,
    |Is there a tool or a way to check the integrity of data in the tables after migrating data from an Oracle 9i database to an Oracle 11g database?
    Thanks for you help.

    Hi,
    How do you want to proceed for your migration ? Assuming everything was OK in your 9i database normally things should go well whatever the method.
    For example as the previous posters mentioned if you use exp/imp and if you have "successfully without warnings" at the end of the operations you can trust those messages. Physical corruption is not the only possible problem and with exp/imp some things not to forget :
    - checking the compatibility of the source and target database charactersets and positioning correctly the NLS_LANG variables for exp and imp
    - activity on the source at the time of your export ? Your export has to be "logically" consistent.
    Oh and about block integrity do a good full rman backup on your 11g database after the migration and check v$database_block_corruption after the backup. RMAN is your friend about physical integrity. Even after an incremental rman backup if a query on this view gives 0 result you can be sure you have no block corruption (at least if block_change_tracking is not used)
    Best regards
    Phil

  • Oracle 8i*/9i* to Oracle 11g

    Hi Experts,
    I have few exp dumps from earlier version of oracle 8i & 9i, now i wanted to import in oracle 11g.
    So will you please tell me how to do or please provide some URLs/Docs to refer ?
    I have read MOS Doc 132904.1 do from where i can get earlier exp/imp client and how to use on oracle 11g DB server ?
    Thank you

    When importing older dump files you don't have to use an old client.  You can just use the imp client that came with your database. 
    imp help=y
    will help you with some of the syntax.
    Dean

  • Migrating Oracle 9.2.0.7  (32-bit) Windows to Oracle 11g R1 (64-bit) Linux

    The entire database is about 18 gig.

    user2857110 wrote:
    I would say 12-24 hours for the downtime window.That gives a lot more options
    >
    I could hardwire between the two they have additional cards in them.
    I suggested Linux in '04 I came from an IBM z/os background and did not want Windows. Oh well.What "Oh well"?? I was commending you for moving away from Winows. ;-)
    I started my career on IBM system 360 and was on its descendant up to z/os before moving to the DBA role in a client server enviornment. With that I worked with Windows, OS/2, OpenVMS, and several flavors of nix.  I always* recommend against Windows for anything besides end-user desktop ... and that only because of Windows's pervasiveness in that arena.
    >
    Is it really that easy to just install Oracle 11g R1 (64-bit) and take a 9.2.0.7 dmp (Windows) and import it in?
    I do not have anything else to do? What about data type differences etc......I have some Blobs and Clobs in this database.I've never had the opportunity to work with clobs and blobs, but I do understand there are some issues there with exp and imp. I understand there are methods for dealing with it, but it does add a bit more complexity. Aside from that, it really is that easy. When using exp/imp to move data between different versions of oracle, always exp with the utility from the lower version and imp with that of the version being imported into.
    >
    Thank you for your time.
    Edited by: user2857110 on Aug 5, 2009 9:43 AM

  • Oracle 11g dumpfile to be imported in 10g

    Hi ,
    I am using windows server 2003 and oracle 11g R1 .
    There is an old dump file taken using oracle export utility whch I need to import in oracle 10g R2 .
    Command I am using in 10g for doing this is
    imp tkcsowner/tkcsowner@wfcdbtst file=D:\Backups\Hold_Backups\wfcdbtst_export.dmp log=D:\Backups\Hold_Backups\wfcdbtst_export.log fromuser=tkcsowner touser=tkcsowner statistics=none
    But , it is throwing me the below error ..
    IMP-00010: not a valid export file, header failed verification
    IMP-00000: Import terminated unsuccessfully
    If I use the same dump file in 11g , it imports fine .
    Can , someone tell me if it is not possible to import an 11g dumpfile to 10g , if possible then please lete me know the steps . Thanks

    sourav wrote:
    Hi ,
    I am using windows server 2003 and oracle 11g R1 .
    There is an old dump file taken using oracle export utility whch I need to import in oracle 10g R2 .
    Command I am using in 10g for doing this is
    imp tkcsowner/tkcsowner@wfcdbtst file=D:\Backups\Hold_Backups\wfcdbtst_export.dmp log=D:\Backups\Hold_Backups\wfcdbtst_export.log fromuser=tkcsowner touser=tkcsowner statistics=none
    But , it is throwing me the below error ..
    IMP-00010: not a valid export file, header failed verification
    IMP-00000: Import terminated unsuccessfully
    If I use the same dump file in 11g , it imports fine .
    Can , someone tell me if it is not possible to import an 11g dumpfile to 10g , if possible then please lete me know the steps . Thanksis the export taken using exp or expdp?

  • Oracle 11g R2  Export hang problem...

    Hi,
    I tried to export full database using system user,
    my statement in Oracle 11g R2 on RedHat Linux is,
    exp system/******* file=/exportdb/fulldb.dmp log=/exportdb/fulldb.log full=y
    I hangs at
    .About to export the entire database ...
    . exporting tablespace definitions
    . exporting profiles
    . exporting user definitions
    . exporting roles
    . exporting resource costs
    . exporting rollback segment definitions
    . exporting database links
    . exporting sequence numbers
    . exporting directory aliases
    . exporting context namespaces
    . exporting foreign function library names
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions
    . exporting system procedural objects and actions
    When i cancel this line using ctl+c it says
    ORA-01013: user requested cancel of current operation
    ORA-06512: at "WMSYS.LT_EXPORT_PKG", line 1379
    ORA-06512: at line 1
    EXP-00083: The previous problem occurred when calling WMSYS.LT_EXPORT_PKG.system_info_exp
    Ctl+c again
    EXP-00008: ORACLE error 1013 encountered
    ORA-01013: user requested cancel of current operation
    ORA-06512: at "SYS.DBMS_SERVER_ALERT_EXPORT", line 10
    ORA-06512: at "SYS.DBMS_SERVER_ALERT_EXPORT", line 118
    ORA-06512: at line 1
    EXP-00083: The previous problem occurred when calling SYS.DBMS_SERVER_ALERT_EXPORT.system_info_exp
    then it continues and shows message
    Export terminated successfully with warnings.
    I have granted system user with sys.dbms_defer_import_internal
    and
    sys.dbms_export_extension
    I have also tried using 'sys/***** as sysdba'
    I also run utlrp.sql script to figure out any error but it responded with '0 errors'.
    Does anyone has a solution?

    If I use expdp, the problem is the same, I have used this query,
    $expdp directory=DATA_PUMP_DIR dumpfile=test.dmp logfile=test.log full=y
    Username: system/*********
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Starting "SYSTEM"."SYS_EXPORT_FULL_01": system/******** directory=DATA_PUMP_DIR dumpfile=test.dmp logfile=test.log full=y
    Estimate in progress using BLOCKS method...
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 3.404 GB
    Processing object type DATABASE_EXPORT/TABLESPACE
    Processing object type DATABASE_EXPORT/PROFILE
    Processing object type DATABASE_EXPORT/SYS_USER/USER
    Processing object type DATABASE_EXPORT/SCHEMA/USER
    Processing object type DATABASE_EXPORT/ROLE
    Processing object type DATABASE_EXPORT/GRANT/SYSTEM_GRANT/PROC_SYSTEM_GRANT
    Processing object type DATABASE_EXPORT/SCHEMA/GRANT/SYSTEM_GRANT
    Processing object type DATABASE_EXPORT/SCHEMA/ROLE_GRANT
    Processing object type DATABASE_EXPORT/SCHEMA/DEFAULT_ROLE
    Processing object type DATABASE_EXPORT/SCHEMA/TABLESPACE_QUOTA
    Processing object type DATABASE_EXPORT/RESOURCE_COST
    Processing object type DATABASE_EXPORT/TRUSTED_DB_LINK
    Processing object type DATABASE_EXPORT/SCHEMA/SEQUENCE/SEQUENCE
    Processing object type DATABASE_EXPORT/SCHEMA/SEQUENCE/GRANT/OWNER_GRANT/OBJECT_GRANT
    Processing object type DATABASE_EXPORT/DIRECTORY/DIRECTORY
    Processing object type DATABASE_EXPORT/DIRECTORY/GRANT/OWNER_GRANT/OBJECT_GRANT
    Processing object type DATABASE_EXPORT/CONTEXT
    Processing object type DATABASE_EXPORT/SCHEMA/PUBLIC_SYNONYM/SYNONYM
    Processing object type DATABASE_EXPORT/SCHEMA/SYNONYM
    Processing object type DATABASE_EXPORT/SCHEMA/TYPE/TYPE_SPEC
    Processing object type DATABASE_EXPORT/SCHEMA/TYPE/GRANT/OWNER_GRANT/OBJECT_GRANT
    Processing object type DATABASE_EXPORT/SYSTEM_PROCOBJACT/PRE_SYSTEM_ACTIONS/PROCACT_SYSTEM
    Processing object type DATABASE_EXPORT/SYSTEM_PROCOBJACT/PROCOBJ
    Then it again got hang, and never proceeds.
    Please reply for any solutions....

  • Oracle 11g Export issue

    I have Oracle 11g (11.1.0.6) in one server, and I have 10g (10.2.0.3) database in all other server. I am trying to do EXP (normal export not expdp) of my 10g database using the 11g client. I am getting the following error.
    Export: Release 11.1.0.6.0 - Production on Wed Jul 22 15:17:03 2009
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export done in US7ASCII character set and AL16UTF16 NCHAR character set
    server uses WE8MSWIN1252 character set (possible charset conversion)
    EXP-00008: ORACLE error 1003 encountered
    ORA-01003: no statement parsed
    . . exporting table SNP_DT
    EXP-00008: ORACLE error 904 encountered
    ORA-00904: "MAXSIZE": invalid identifier
    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
    Is there any way way to solve this. Could some one please help me.
    Thanks
    Mano
    Edited by: Mano Rangasamy on Jul 22, 2009 3:24 PM
    Edited by: Mano Rangasamy on Jul 22, 2009 3:26 PM

    I have the same issue, but my client (export) is 11.1.0.7.0 and my database is 11.1.0.6.0. I beleaved that the same versions (11) have to work toghether. But they do not.
    Does it mean that I have to reinstall my client to have en export that works?

  • Oracle 11g client latest

    Hi
    Please give the oracle support document or link with instructions for installing
    Oracle 11g client (latest version) on windows server 2008 64 bit.
    Please also give the link for downloading the oracle 11g client too.
    Many thanks

    Hi
    I did the full installation of the database 11g R2 using the universal installer.So the client dlls and database dlls will be installed in the same location?(oracle home\bin) or will it be separate locations?how will i check this?Its just a matter of pointing the path settings to the client dlls for our app to run correctly, as no separate client installation will be needed then.
    Another question related to this is,
    we have got a few clients who use 10g database who import our data to their 10g databases.
    We used to use 10g exp utility before.
    Now, its documented that the 11g exp utility wont import to 10g database.
    So if we have to use 11g (not installing 10g at all on our side), expdp instead , what should be the value of VERSION parameter to be used?COMPATIBLE or specific version?(Different customers are different versions of 10g yet single application running export)?
    Thanks&Regards..
    Edited by: Krithi on 22-Apr-2013 09:27

  • Block Corruption in empty pages in Oracle 11g

    I am using Oracle 11.1.0.7.1 on HP UNIX 11i.
    On several occasions, I have been seen that block corruptions are reported by rman. I have never seen this problem in previous release of databases; but I have seen it more than once in Oracle 11g.
    However, when I run dbv command; I do not see any corruption in data and index blocks; so my conclusion is block corruption is in empty pages.
    Anyone has ideas why block corruption occurs in Oracle 11g. Has Oracle’s algorithm for checking block corruption have changed in 11g; I.e.; these corruptions existed in older Oracle releases but not reported by rman,
    Another strange thing I noticed:
    1.     When doing export backup, export backup reports about corrupted blocks.
    2.     When I do expdp no errors are reported.
    So question is why is exp command checking empty blocks?
    Any insights in above will be appreciated.

    Can some one explain following ooutput from dbv; what is difference in
    total pages failing and corrupt pages. I see
    total pages marked corrupt as 1345; yet I do not see any data or index
    pages marked corrupt; and there is only 1 empty page. So where are
    those 1345 corrupt pages.
    DBVERIFY - Verification complete
    Total Pages Examined : 371200
    Total Pages Processed (Data) : 328622
    Total Pages Failing (Data) : 0
    Total Pages Processed (Index): 38
    Total Pages Failing (Index): 0
    Total Pages Processed (Other): 41194
    Total Pages Processed (Seg) : 0
    Total Pages Failing (Seg) : 0
    Total Pages Empty : 1
    Total Pages Marked Corrupt : 1345
    Total Pages Influx : 0
    Total Pages Encrypted : 0
    Highest block SCN : 3430163491 (2476.3430163491)
    DBVERIFY: Release 11.1.0.7.0 - Production on Sat Aug 14 00:25:24 2010

Maybe you are looking for