- 最后登录
- 2023-8-16
- 在线时间
- 1686 小时
- 威望
- 2135
- 金钱
- 50532
- 注册时间
- 2011-10-12
- 阅读权限
- 200
- 帖子
- 5207
- 精华
- 39
- 积分
- 2135
- UID
- 2
|
3#
发表于 2014-10-15 11:01:10
FYI
http://www.askmaclean.com/archiv ... -open-database.html
SQL> select name from v$datafile where file#=1;
NAME
--------------------------------------------------------------------------------------------------------------------------------------------
+DATA1/pd003/datafile/system.259.858135521
and Real Application Testing options
[oracle@mlab2 ~]$ rman target /
Recovery Manager: Release 11.2.0.3.0 - Production on Tue Oct 14 22:39:47 2014
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
connected to target database: PD003 (DBID=1735326005)
RMAN> copy datafile 1 to '/s01/dbf1';
[oracle@mlab2 s01]$ strings dbf1 | grep _SYSSMU | cut -d $ -f 1 | sort -u > listSMU
[oracle@mlab2 s01]$ cat listSMU
and substr(drs.segment_name,1,7) != '_SYSSMU'
<D' and substr(drs.segment_name,1,7) != ''_SYSSMU'' ' );
_SYSSMU10_3271578125
_SYSSMU10_960603280
_SYSSMU11_125382609
_SYSSMU1_1240252155
_SYSSMU12_2245433549
_SYSSMU13_3242268464
_SYSSMU1_3728092404
_SYSSMU14_44821983
_SYSSMU15_1872739176
_SYSSMU16_1376564431
_SYSSMU17_1839632768
_SYSSMU18_3088942417
_SYSSMU19_2867910983
_SYSSMU20_948290921
_SYSSMU2_111974964
_SYSSMU2_2850105180
_SYSSMU3_4004931649
_SYSSMU3_4160240979
_SYSSMU4_1126976075
_SYSSMU4_348804819
_SYSSMU5_2968973961
_SYSSMU5_4011504098
_SYSSMU6_2060978448
_SYSSMU6_3654194381
_SYSSMU7_4222772309
_SYSSMU7_894058185
_SYSSMU8_3612859353
_SYSSMU8_87803851
_SYSSMU9_2370500926
_SYSSMU9_3945653786 |
|