zoukankan      html  css  js  c++  java
  • 汪汪

    [oracle@db-oracle-1 log]$ imp 
    
    Import: Release 10.2.0.4.0 - Production on Wed Jul 29 20:59:47 2015
    
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    
    Username: iebd3
    Password: 
    
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    Import file: expdat.dmp >  /home/oracle/oracle_dmp/xspfb_201020111.DMP
    
    Enter insert buffer size (minimum is 8192) 30720> 30720
    
    Export file created by EXPORT:V10.02.01 via conventional path
    
    Warning: the objects were exported by ZFXFZB, not by you
    
    import done in ZHS16GBK character set and AL16UTF16 NCHAR character set
    import server uses ZHS16CGB231280 character set (possible charset conversion)
    List contents of import file only (yes/no): no > 
    
    Ignore create error due to object existence (yes/no): no > 
    
    Import grants (yes/no): yes > no
    
    Import table data (yes/no): yes > yes
    
    Import entire export file (yes/no): no > yes
    
    . importing ZFXFZB's objects into IEBD3
    . importing ZFXFZB's objects into IEBD3
    . . importing table              "XSPFB_201020111"    2097939 rows imported
    
    
    ^Z
    exit
    
    
    
    ^C^C
    imp
    
    IMP-00017: following statement failed with ORACLE error 1013:
     "ALTER TABLE "XSPFB_201020111" ADD  PRIMARY KEY ("XH", "XKKH", "JSZGH", "PJH"
     "", "DXDM", "BSX") USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255 STORAGE(IN"
     "ITIAL 248512512 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)         "
     "          LOGGING ENABLE"
    IMP-00003: ORACLE error 1013 encountered
    ORA-01013: user requested cancel of current operation
    IMP-00093: Inconsistency between dumpfile constraint definition for table XSPFB_201020111 with columns ("XH" , "XKKH" , "JSZGH" , "PJH" , "DXDM" , "BSX")
    Import terminated successfully with warnings.
    

      

  • 相关阅读:
    win7系统宽带自动断开怎么解决【系统天地】
    Win10系统修复受损文件教程【系统天地】
    win10如何加快开机速度【系统天地】
    Netty核心概念(5)之Channel
    Netty核心概念(4)之Bootstrap
    漫谈NIO(3)之Netty实现
    漫谈NIO(2)之Java的NIO
    漫谈NIO(1)之计算机IO实现
    机器学习实战(二)决策树
    机器学习实战(一)k-近邻算法
  • 原文地址:https://www.cnblogs.com/IEBD/p/4687347.html
Copyright © 2011-2022 走看看