impdp覆盖的问题

[复制链接]
查看11 | 回复8 | 2015-7-16 14:18:24 | 显示全部楼层 |阅读模式
每天备库通过impdp的方式同步主库数据
主库:expdp导出
备库:impdp导入,导入时备库的表可以用table_exists_action覆盖,备库的其他的对象(序列,存储过程,type。。。)如何覆盖?

回复

使用道具 举报

千问 | 2015-7-16 14:18:24 | 显示全部楼层
其他对象都是
create or replace
回复

使用道具 举报

千问 | 2015-7-16 14:18:24 | 显示全部楼层
楼上正解
回复

使用道具 举报

千问 | 2015-7-16 14:18:24 | 显示全部楼层
1 table_exists_action参数说明
1)skip:跳过,默认操作
2)replace:先drop表,然后创建表,最后插入数据
3)append:在原来数据的基础上增加数据
4)truncate:先truncate,然后再插入数据

回复

使用道具 举报

千问 | 2015-7-16 14:18:24 | 显示全部楼层
其他的对象(序列,存储过程,type。。。),这些是在泵导入的最后阶段create的,一般impdp后要重新编译无效的对象
回复

使用道具 举报

千问 | 2015-7-16 14:18:24 | 显示全部楼层
同步为什么要用expdp,impdp呢,用standby好了。
回复

使用道具 举报

千问 | 2015-7-16 14:18:24 | 显示全部楼层
每天都这样做,太累了吧,为什么不用DG


回复

使用道具 举报

千问 | 2015-7-16 14:18:24 | 显示全部楼层
这样太累了吧,为什么不用GoldenGate。
回复

使用道具 举报

千问 | 2015-7-16 14:18:24 | 显示全部楼层
下面的提示是碰到已经有的type,sequence就跳过去了(ignore),什么方法可以导入覆盖而不是ignore?

Starting "VEBACKUP"."SYS_IMPORT_SCHEMA_01":vebackup/******** DIRECTORY=DATABAK_DIR DUMPFILE=veasms_Friday_01.DMP,veasms_Friday_02.DMP,veasms_Friday_03.DMP,veasms_Friday_04.DMP,veasms_Friday_05.DMP,veasms_Friday_06.DMP,veasms_Friday_07.DMP,veasms_Friday_08.DMP SCHEMAS=veasms REMAP_SCHEMA=veasms:veasms LOGFILE=impdpstan.log table_exists_action=replace
Processing object type SCHEMA_EXPORT/USER
ORA-31684: Object type USER:"VEASMS" already exists
Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
Processing object type SCHEMA_EXPORT/ROLE_GRANT
Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
Processing object type SCHEMA_EXPORT/TYPE/TYPE_SPEC
ORA-31684: Object type TYPE:"VEASMS"."TY_KHDD" already exists
ORA-31684: Object type TYPE:"VEASMS"."LB_ROW_TYPE_fp" already exists
ORA-31684: Object type TYPE:"VEASMS"."ETERM_FXFD_ROW_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_ETREM_FXFD_ROW_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_YBF_EMNU" already exists
ORA-31684: Object type TYPE:"VEASMS"."TY_YBF_SPLIT" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_BM" already exists
ORA-31684: Object type TYPE:"VEASMS"."TY_STR_SPLIT" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_AREA" already exists
ORA-31684: Object type TYPE:"VEASMS"."HDP" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_ETERM_SHOW_ROW_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."ETERM_IFGBYJ_CW_ROW" already exists
ORA-31684: Object type TYPE:"VEASMS"."HY_YJ_ROW_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."LB_ROW_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."LB_ROW_XCDPRINT" already exists
ORA-31684: Object type TYPE:"VEASMS"."LB_XML_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."LY_TDD_JG_ROW_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."LY_TDD_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."LY_TDD_YL_ROW_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."MDNUSER_ROW_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."TYPE_KHDD_COUNT" already exists
ORA-31684: Object type TYPE:"VEASMS"."TKHD_ROW" already exists
ORA-31684: Object type TYPE:"VEASMS"."TYPE_SPLIT" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_CFXC_ROW_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_CJR_BXYJ_ROW_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_CJR_BZYJ_ROW_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."DRFP_DSPH" already exists
ORA-31684: Object type TYPE:"VEASMS"."DRTP_DSPH" already exists
ORA-31684: Object type TYPE:"VEASMS"."DRZCP_DSPH" already exists
ORA-31684: Object type TYPE:"VEASMS"."HDYJ" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_HZTJ_ROW_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_HZTJ_ROW_TYPE_5000" already exists
ORA-31684: Object type TYPE:"VEASMS"."PJ" already exists
ORA-31684: Object type TYPE:"VEASMS"."QKHS_DSPH" already exists
ORA-31684: Object type TYPE:"VEASMS"."QTSZ_DSPH" already exists
ORA-31684: Object type TYPE:"VEASMS"."ZCLIST" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_ETERM_HB_ROW_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."TP_TDDJE_ROW_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_ZCPP_HB_ROW_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_ZCPP_WFC_HB_ROW_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_HC_ROW_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_ZCPP_DDJSZC_ROW_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_ZCPP_DDTJZC_ROW_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_KHXX_ROW_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."DDBH3_ROW_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."DDBH5_ROW_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."HDTP_ROW_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."LJ_XCD_PRINT_ALL" already exists
ORA-31684: Object type TYPE:"VEASMS"."QUEST_SOO_ALERTTRACE_LINE_TYP" already exists
ORA-31684: Object type TYPE:"VEASMS"."TP_ROW_AVH_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_ETERM_SHOW_ROW_TYPE_NEW" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_STR_ROW_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."WD_PT_LIST" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_ZCPP_HB_ROW_TYPE_ADD_PT" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_ZCPP_HB_ROW_TYPE_ADD_PT_1302" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_ZCPP_WFC_HB_ROW_TYPE_1302" already exists
ORA-31684: Object type TYPE:"VEASMS"."BXHD_ROW" already exists
ORA-31684: Object type TYPE:"VEASMS"."TP_ROW_PJ_FL" already exists
ORA-31684: Object type TYPE:"VEASMS"."TP_ROW_PJ_FL_SGDD" already exists
ORA-31684: Object type TYPE:"VEASMS"."ZCPP" already exists
ORA-31684: Object type TYPE:"VEASMS"."TKHD_ROW_EXTEND" already exists
ORA-31684: Object type TYPE:"VEASMS"."ZRUSER" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_HDPRICE" already exists
ORA-31684: Object type TYPE:"VEASMS"."ETERM_IFGBYJ_CW_TABLE" already exists
ORA-31684: Object type TYPE:"VEASMS"."HY_YJ_TABLE_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."LB_TABLE_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."LB_XCDPRINT_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."LB_XML_TABLE_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."LY_TDD_JG_TABLE_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."LY_TDD_TABLE" already exists
ORA-31684: Object type TYPE:"VEASMS"."LY_TDD_YL_TABLE_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."MDNUSER_TABLE_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."REC_KHDD_COUNT" already exists
ORA-31684: Object type TYPE:"VEASMS"."TKHD_TABLE" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_CFXC_TABLE_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_CJR_BXYJ_TABLE_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_CJR_BZYJ_TABLE_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_DRFP_DSPH" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_DRTP_DSPH" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_DRZCP_DSPH" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_HDYJ" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_HZTJ_TABLE_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_HZTJ_TABLE_TYPE_5000" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_PJ" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_QKHS_DSPH" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_QTSZ_DSPH" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_ZCLIST" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_ETERM_HB_TABLE_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."TP_TDDJE_TABLE_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_ZCPP_HB_TABLE_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_HC_TABLE_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_ZCPP_DDJSZC_TABLE_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_ZCPP_DDTJZC_TABLE_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_KHXX_TABLE_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."DDBH3_TABLE_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."DDBH5_TABLE_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."HDTP_TABLE_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."LJ_XCD_PRINT_ALL_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."QUEST_SOO_ALERTTRACE_LOG_TYP" already exists
ORA-31684: Object type TYPE:"VEASMS"."TP_TABLE_AVH_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_ETERM_SHOW_TABLE_TYPE_NEW" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_STR_TABLE_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_WD_PT_LIST" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_ZCPP_HB_TABLE_TYPE_ADD_PT" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_ZCPP_WFC_HB_TABLE_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."BXHD_TABLE" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_ZCPP_WFC_HB_TABLE_TYPE_1302" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_ZCPP_HB_TABLE_TYPE_ADD_1302" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_ZCPP" already exists
ORA-31684: Object type TYPE:"VEASMS"."TP_TABLE_PJ_FL" already exists
ORA-31684: Object type TYPE:"VEASMS"."TP_TABLE_PJ_FL_SGDD" already exists
ORA-31684: Object type TYPE:"VEASMS"."TKHD_TABLE_EXTEND" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_ETREM_FXFD_TABLE_TYPE" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_ZRUSER" already exists
ORA-31684: Object type TYPE:"VEASMS"."T_ETERM_SHOW_TABLE_TYPE" already exists
Processing object type SCHEMA_EXPORT/DB_LINK
ORA-31684: Object type DB_LINK:"VEASMS"."AIRS.COM" already exists
Processing object type SCHEMA_EXPORT/SEQUENCE/SEQUENCE
ORA-31684: Object type SEQUENCE:"VEASMS"."AA" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."FX_SMS_LOGID_SEQ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."LQL_MSG" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."OFS_ID_SEQ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."PLSQL_PROFILER_RUNNUMBER" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."QUEST_SOO_AT_SEQUENCE" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_AS_KHDD" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_BB_ERROR_YJWC" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_BXXZ_CZRZ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_BX_DTB" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_BX_DZKC" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_BX_DZKCJL" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_BX_DZLS" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_BX_DZSQ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_BX_JGSZ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_BX_WBJK_LOG" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_BX_XZ_JKSX" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_B_FX_FXSCZ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_B_HY_HYCZ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_B_MEMBER_DJ_DD_ID" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_B_QINFO_ID" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_B_ZC_AIRWAY_LOG" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_B_ZC_HC" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_B_ZC_TJ_LOG" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_B_ZC_TJ_WFC_LOG" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_B_ZFKM_CZRZ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_CHECK_DATABAK" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_CJRID" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_CLK_CHAN_LOG" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_CLK_LOG" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_CR_KHDD" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_CWZKL" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_CW_ZHYE" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_DD_CZRZ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_DETR_HD_ID" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_DML_LOG" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_GQDD_LOG" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_GQSM_ID" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_HKGS_JOBQUEEN" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_HT_KHDD" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_HT_RP_LOG" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_HY_ZD_IN_DETAIL" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_JBCLK" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_JCSM_ID" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_JP_DD_YHD_ID" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_JP_ZC_NFD_SJXZ_ID" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_JSCJ_CJR_LOG" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_KHDDCJR_BXJG" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_KHDDHDB_ID" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_KHDD_CHANGERECORD" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_KH_KHDDSENDRECORD_PSLX" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_KH_KHDD_QZ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_LJ_B_AIRWAY_CW_ID" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_LJ_B_CITY_BH" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_LJ_B_MEMBER_CLK_ID" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_LJ_B_MEMBER_XFJL_ID" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_LJ_B_PC_KC_ID" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_LJ_T_MEMBER_CLK_ID" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_LY_DDYW_CZRZ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_LY_MXDH" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_LY_TDD_JG" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_LY_TDD_THSZ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_LY_XLCT" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_MEMBER_YWSL_CZRZ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_MEM_IMP" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_NFDHC_ID" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_PID_LOG" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_PNRNO" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_PTBJ_GZYXJ_CZRZ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_PTBJ_HFSZ_CZRZ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_PTBJ_JCSZ_CZRZ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_PZ_LOG" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_REP_AIRPORT_RIM" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_REP_HC_JOIN" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_REP_HC_RIM" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_RPT_SQL" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_SYS_LOG" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_TAMARA_ADJUST" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_TBERROR_ID" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_TBJK_ID" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_TBL_SMRECEIVED_15" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_TBL_SMRESULT_15" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_TBL_SMSEND_15" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_TEST_LIUJ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_TICKET_PZ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_TICKET_RETURN" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_TICKET_RETURNRECORD" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_TICKET_ZF_ID" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_TKRET_CHANGE_ID" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_TK_KHDD" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_TMP_CLYXTJ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_TRAIN_CC_ID" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_TRAIN_DDZB_CZRZ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_TRAIN_PJ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_TR_KHDD" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_TS_KHDD" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_TYDEMO" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_T_ABSR" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_T_CGSH" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_T_FXLLED_ID" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_T_FXLLED_LOG" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_T_MEMBER_HYID" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_T_MEMBER_JFHYID" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_T_MESSAGE_CREATE" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_T_MESSAGE_GROUP" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_T_MESSAGE_USER" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_T_MODIFY_DATA" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_T_MSGGROUP" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_T_QKYQ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_T_WD_TFZC_ID" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_USERINFO" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_VE_DEPT_LOG" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_VE_IP_ADDRESS" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_VIP_BB_FY" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_VIP_BB_JS" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_VIP_BB_ZK" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_VIP_LOG" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_VIP_QKHDMXDH" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_VI_KHDD" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_WD_PTZCTFZX_MXB_ID" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_WD_TFZC_MX_ID" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_WEBNEWS_ID" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_YBF_B_ZC_DETAIL_ID" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_YHB_LOG" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_YS_DEPTWL" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_YS_DEPTWL_HZ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_YS_HZ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_YS_JKJL" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_YS_JKJLMX" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_YS_KMMXB" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_YS_WLZ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_YS_XJLSZ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_YS_XYRZ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_YS_YJKMX" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_YS_YYBGZ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_YS_YYBYJK" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_YX_ID" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_ZC_ID_XH" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_ZDCP_JK_CZRZ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_ZDCP_LYSZ_CZRZ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_ZDCP_SZ_CZRZ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_ZDCP_SZ_FD_CZRZ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SEQ_ZNGL_IMP" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SE_YS_DLWZL" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SE_YS_WLZ_NEW" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."SE_YS_XJLSZ_NEW" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."STU" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."T_TOPIC_ID_SEQUENCE" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."VESMS_SEQ" already exists
ORA-31684: Object type SEQUENCE:"VEASMS"."YX_ID" already exists
Processing object type SCHEMA_EXPORT/TABLE/TABLE
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行