标签:style color io 使用 ar 数据 sp 2014 art
一、前言:二、创建相关目录并赋予权限
[root@source DBData]# cd / [root@source /]# cd DBBackup/ [root@source DBBackup]# ls [root@source DBBackup]# mkdir expdp1 [root@source DBBackup]# mkdir expdp2 [root@source DBBackup]# chown -R oracle:oinstall expdp1 [root@source DBBackup]# chown -R oracle:oinstall expdp2 [root@source DBBackup]# ll total 8 drwxr-xr-x 2 oracle oinstall 4096 Sep 5 13:33 expdp1 drwxr-xr-x 2 oracle oinstall 4096 Sep 5 13:33 expdp2
[root@source DBBackup]# su - oracle [oracle@source ~]$ sqlplus / as sysdba SQL*Plus: Release 11.2.0.4.0 Production on Fri Sep 5 13:34:12 2014 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, OLAP, Data Mining and Real Application Testing options SQL> SQL> create directory expdp1 as \
[oracle@source expdp1]$ expdp ggs/ggs dumpfile=expdp1:ggs001.dmp,expdp2:ggs001.dmp parallel=2 Export: Release 11.2.0.4.0 - Production on Fri Sep 5 13:43:14 2014 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, OLAP, Data Mining and Real Application Testing options FLASHBACK automatically enabled to preserve database integrity. Starting \
标签:style color io 使用 ar 数据 sp 2014 art
原文地址:http://blog.csdn.net/wuweilong/article/details/39667955