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

  • 相关阅读:
    排序题目
    力扣二分法题目
    力扣动态相似题目
    875爱吃香蕉的珂珂
    410分割数组的最大值
    1335工作计划的最低难度
    287寻找重复数
    69X的平方根
    力扣相似题目
    解决Linux虚拟机内 /mnt/hgfs路径下文件为空问题
  • 原文地址:https://www.cnblogs.com/lanjianqing/p/5419990.html
Copyright © 2011-2022 走看看