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

  • 相关阅读:
    支付宝在ios应用上的开发[转]
    检查设备摄像头、指南针、录像、陀螺仪的状态
    iOS APP AppIcon& LaunchImage
    Crashlytics功能集成
    Email-Ext Plugin install ------ Jenkins Plugins
    瑜伽第一篇
    iOS Font
    导出android真机上应用的apk文件
    生成一个ipa的包,使非开发机也能安装成功 (Xcode5.1)
    How to use Jenkins
  • 原文地址:https://www.cnblogs.com/lanjianqing/p/5419990.html
Copyright © 2011-2022 走看看