zoukankan      html  css  js  c++  java
  • ssh连接Linux导出oracle数据

    [root@dbsrv1 ~]# su - oracle
    dbsrv1-> sqlplus gjtq/gjtq

    SQL*Plus: Release 11.2.0.4.0 Production on Thu Apr 21 19:46:41 2016

    Copyright (c) 1982, 2013, Oracle.  All rights reserved.


    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options

    SQL> quit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options
    dbsrv1-> expdp gjtq/gjtq directory=dmp tables="gjj_dwzz,gg_dw,gjj_grmx,gjj_grzz" dumpfile=gjtq.dmp  logfile=explog.log version=11.2.0.1.0

    Export: Release 11.2.0.4.0 - Production on Thu Apr 21 19:51:43 2016

    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.

    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options
    Starting "GJTQ"."SYS_EXPORT_TABLE_01":  gjtq/******** directory=dmp tables=gjj_dwzz,gg_dw,gjj_grmx,gjj_grzz dumpfile=gjtq.dmp logfile=explog.log version=11.2.0.1.0
    Estimate in progress using BLOCKS method...
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 8.487 GB
    Processing object type TABLE_EXPORT/TABLE/TABLE
    Processing object type TABLE_EXPORT/TABLE/GRANT/OWNER_GRANT/OBJECT_GRANT
    Processing object type TABLE_EXPORT/TABLE/COMMENT
    Processing object type TABLE_EXPORT/TABLE/INDEX/INDEX
    Processing object type TABLE_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    Processing object type TABLE_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
    Processing object type TABLE_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
    Processing object type TABLE_EXPORT/TABLE/POST_TABLE_ACTION
    . . exported "GJTQ"."GJJ_GRMX"                           7.136 GB 25412209 rows
    . . exported "GJTQ"."GJJ_GRZZ"                           159.5 MB  419095 rows
    . . exported "GJTQ"."GJJ_DWZZ"                           1.192 MB    2818 rows
    . . exported "GJTQ"."GG_DW"                              719.1 KB    2818 rows
    Master table "GJTQ"."SYS_EXPORT_TABLE_01" successfully loaded/unloaded
    ******************************************************************************
    Dump file set for GJTQ.SYS_EXPORT_TABLE_01 is:
      /home/oracle/backupdata/gjtq.dmp
    Job "GJTQ"."SYS_EXPORT_TABLE_01" successfully completed at Thu Apr 21 19:52:30 2016 elapsed 0 00:00:46

  • 相关阅读:
    bzoj 1015: [JSOI2008]星球大战starwar【并查集】
    bzoj 1026: [SCOI2009]windy数【数位dp】
    bzoj 3231: [Sdoi2008]递归数列【矩阵乘法】
    bzoj 4198: [Noi2015]荷马史诗【哈夫曼树+贪心】
    bzoj 1093: [ZJOI2007]最大半连通子图【tarjan+拓扑排序+dp】
    bzoj 3209: 花神的数论题【数位dp】
    bzoj [JSOI2010]Group 部落划分 Group【二分+并查集】
    bzoj 1087: [SCOI2005]互不侵犯King【状压dp】
    bzoj 2730: [HNOI2012]矿场搭建【tarjan】
    bzoj 1878: [SDOI2009]HH的项链【树状数组】
  • 原文地址:https://www.cnblogs.com/lanjianqing/p/5419990.html
Copyright © 2011-2022 走看看