亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊(cè) 查看新帖 |

Chinaunix

  平臺(tái) 論壇 博客 文庫(kù)
最近訪問(wèn)板塊 發(fā)新帖
查看: 1541 | 回復(fù): 0
打印 上一主題 下一主題

[Hive] 在NOARCHIVELOG下,只能備份read only及offline的表空間驗(yàn)證 [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2011-12-19 13:56 |只看該作者 |倒序?yàn)g覽
<DIV>
<P><FONT color=#0000ff>1、offline表空間備份</FONT></P></DIV>
<DIV><FONT color=#0000ff>SQL&gt; select TABLESPACE_NAME ,status from dba_tablespaces;</FONT></DIV>
<DIV><FONT color=#0000ff>TABLESPACE_NAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; STATUS<BR>------------------------------ ---------<BR>SYSTEM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ONLINE<BR>SYSAUX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ONLINE<BR>UNDOTBS1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ONLINE<BR>TEMP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ONLINE<BR>USERS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ONLINE</FONT></DIV>
<DIV><FONT color=#0000ff>ZWTEST&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OFFLINE</FONT></DIV>
<DIV><FONT color=#0000ff>&nbsp;<BR>RMAN&gt; backup tablespace "ZWTEST";</FONT></DIV>
<DIV><FONT color=#0000ff>Starting backup at 26-JAN-11<BR>using channel ORA_DISK_1<BR>channel ORA_DISK_1: starting full datafile backup set<BR>channel ORA_DISK_1: specifying datafile(s) in backup set<BR>input datafile file number=00020 name=/u01/app/oracle/oradata/orcl/zwtest.dbf<BR>channel ORA_DISK_1: starting piece 1 at 26-JAN-11<BR>channel ORA_DISK_1: finished piece 1 at 26-JAN-11<BR>piece handle=/u01/app/oracle/flash_recovery_area/ORCL/backupset/2011_01_26/o1_mf_nnndf_TAG20110126T162841_6mzpst5z_.bkp tag=TAG20110126T162841 comment=NONE<BR>channel ORA_DISK_1: backup set complete, elapsed time: 00:00:01<BR>Finished backup at 26-JAN-11</FONT></DIV>
<DIV><FONT color=#0000ff></FONT>&nbsp;</DIV>
<DIV><FONT color=#0000ff><SPAN style="COLOR: #cc66cc">2</SPAN>、<SPAN style="COLOR: #993333; FONT-WEIGHT: bold">READ</SPAN> only表空間備份<BR>&nbsp;<BR>$ sqlplus <SPAN style="COLOR: #66cc66">/</SPAN> <SPAN style="COLOR: #993333; FONT-WEIGHT: bold">AS</SPAN> sysdba<BR>&nbsp;<BR>SQL<SPAN style="COLOR: #66cc66">*</SPAN>Plus: Release 10<SPAN style="COLOR: #66cc66">.</SPAN>2<SPAN style="COLOR: #66cc66">.</SPAN>0<SPAN style="COLOR: #66cc66">.</SPAN>2<SPAN style="COLOR: #66cc66">.</SPAN>0 <SPAN style="COLOR: #66cc66">-</SPAN> Production <SPAN style="COLOR: #993333; FONT-WEIGHT: bold">ON</SPAN> Sat Nov <SPAN style="COLOR: #cc66cc">10</SPAN> <SPAN style="COLOR: #cc66cc">10</SPAN>:<SPAN style="COLOR: #cc66cc">38</SPAN>:<SPAN style="COLOR: #cc66cc">35</SPAN> <SPAN style="COLOR: #cc66cc">2007</SPAN><BR>&nbsp;<BR>Copyright <SPAN style="COLOR: #66cc66">(</SPAN>c<SPAN style="COLOR: #66cc66">)</SPAN> <SPAN style="COLOR: #cc66cc">1982</SPAN><SPAN style="COLOR: #66cc66">,</SPAN> <SPAN style="COLOR: #cc66cc">2005</SPAN><SPAN style="COLOR: #66cc66">,</SPAN> Oracle<SPAN style="COLOR: #66cc66">.</SPAN> <SPAN style="COLOR: #993333; FONT-WEIGHT: bold">ALL</SPAN> Rights Reserved<SPAN style="COLOR: #66cc66">.</SPAN><BR>Connected <SPAN style="COLOR: #993333; FONT-WEIGHT: bold">TO</SPAN>:<BR>Oracle <SPAN style="COLOR: #993333; FONT-WEIGHT: bold">DATABASE</SPAN> 10g Enterprise Edition Release 10<SPAN style="COLOR: #66cc66">.</SPAN>2<SPAN style="COLOR: #66cc66">.</SPAN>0<SPAN style="COLOR: #66cc66">.</SPAN>2<SPAN style="COLOR: #66cc66">.</SPAN>0 <SPAN style="COLOR: #66cc66">-</SPAN> Production<BR><SPAN style="COLOR: #993333; FONT-WEIGHT: bold">WITH</SPAN> the Partitioning<SPAN style="COLOR: #66cc66">,</SPAN> OLAP <SPAN style="COLOR: #993333; FONT-WEIGHT: bold">AND</SPAN> <SPAN style="COLOR: #993333; FONT-WEIGHT: bold">DATA</SPAN> Mining options<BR>&nbsp;<BR>SQL<SPAN style="COLOR: #66cc66">&gt;</SPAN> <SPAN style="COLOR: #993333; FONT-WEIGHT: bold">ALTER</SPAN> tablespace TEST online;<BR>&nbsp;<BR>Tablespace altered<SPAN style="COLOR: #66cc66">.</SPAN><BR>&nbsp;<BR>SQL<SPAN style="COLOR: #66cc66">&gt;</SPAN> <SPAN style="COLOR: #993333; FONT-WEIGHT: bold">ALTER</SPAN> tablespace TEST <SPAN style="COLOR: #993333; FONT-WEIGHT: bold">READ</SPAN> only;<BR>&nbsp;<BR>Tablespace altered<SPAN style="COLOR: #66cc66">.</SPAN><BR>&nbsp;<BR>RMAN<SPAN style="COLOR: #66cc66">&gt;</SPAN> backup tablespace <SPAN style="COLOR: #ff0000">"TEST"</SPAN>;<BR>&nbsp;<BR>Starting backup at <SPAN style="COLOR: #cc66cc">2007</SPAN><SPAN style="COLOR: #66cc66">-</SPAN><SPAN style="COLOR: #cc66cc">11</SPAN><SPAN style="COLOR: #66cc66">-</SPAN><SPAN style="COLOR: #cc66cc">10</SPAN> <SPAN style="COLOR: #cc66cc">10</SPAN>:<SPAN style="COLOR: #cc66cc">39</SPAN>:<SPAN style="COLOR: #cc66cc">35</SPAN><BR><SPAN style="COLOR: #993333; FONT-WEIGHT: bold">USING</SPAN> target <SPAN style="COLOR: #993333; FONT-WEIGHT: bold">DATABASE</SPAN> control file instead of recovery catalog<BR>allocated channel: ORA_DISK_1<BR>channel ORA_DISK_1: sid<SPAN style="COLOR: #66cc66">=</SPAN><SPAN style="COLOR: #cc66cc">140</SPAN> devtype<SPAN style="COLOR: #66cc66">=</SPAN>DISK<BR>channel ORA_DISK_1: starting <SPAN style="COLOR: #993333; FONT-WEIGHT: bold">FULL</SPAN> datafile backupset<BR>channel ORA_DISK_1: specifying datafile<SPAN style="COLOR: #66cc66">(</SPAN>s<SPAN style="COLOR: #66cc66">)</SPAN> <SPAN style="COLOR: #993333; FONT-WEIGHT: bold">IN</SPAN> backupset<BR>input datafile fno<SPAN style="COLOR: #66cc66">=</SPAN>00005 name<SPAN style="COLOR: #66cc66">=/</SPAN>export<SPAN style="COLOR: #66cc66">/</SPAN>home<SPAN style="COLOR: #66cc66">/</SPAN>oracle<SPAN style="COLOR: #66cc66">/</SPAN>product<SPAN style="COLOR: #66cc66">/</SPAN><SPAN style="COLOR: #cc66cc">10.0</SPAN><SPAN style="COLOR: #66cc66">/</SPAN>oradata<SPAN style="COLOR: #66cc66">/</SPAN>tina<SPAN style="COLOR: #66cc66">/</SPAN>test<SPAN style="COLOR: #66cc66">.</SPAN>dbf<BR>channel ORA_DISK_1: starting piece <SPAN style="COLOR: #cc66cc">1</SPAN> at <SPAN style="COLOR: #cc66cc">2007</SPAN><SPAN style="COLOR: #66cc66">-</SPAN><SPAN style="COLOR: #cc66cc">11</SPAN><SPAN style="COLOR: #66cc66">-</SPAN><SPAN style="COLOR: #cc66cc">10</SPAN> <SPAN style="COLOR: #cc66cc">10</SPAN>:<SPAN style="COLOR: #cc66cc">39</SPAN>:<SPAN style="COLOR: #cc66cc">36</SPAN><BR>channel ORA_DISK_1: finished piece <SPAN style="COLOR: #cc66cc">1</SPAN> at <SPAN style="COLOR: #cc66cc">2007</SPAN><SPAN style="COLOR: #66cc66">-</SPAN><SPAN style="COLOR: #cc66cc">11</SPAN><SPAN style="COLOR: #66cc66">-</SPAN><SPAN style="COLOR: #cc66cc">10</SPAN> <SPAN style="COLOR: #cc66cc">10</SPAN>:<SPAN style="COLOR: #cc66cc">39</SPAN>:<SPAN style="COLOR: #cc66cc">37</SPAN><BR>piece handle<SPAN style="COLOR: #66cc66">=/</SPAN>export<SPAN style="COLOR: #66cc66">/</SPAN>home<SPAN style="COLOR: #66cc66">/</SPAN>oracle<SPAN style="COLOR: #66cc66">/</SPAN>product<SPAN style="COLOR: #66cc66">/</SPAN><SPAN style="COLOR: #cc66cc">10.0</SPAN><SPAN style="COLOR: #66cc66">/</SPAN>flash_recovery_area<SPAN style="COLOR: #66cc66">/</SPAN>TINA<SPAN style="COLOR: #66cc66">/</SPAN>backupset<SPAN style="COLOR: #66cc66">/</SPAN><SPAN style="COLOR: #cc66cc">2007</SPAN>_<BR>&nbsp;<BR><SPAN style="COLOR: #cc66cc">11</SPAN>_10<SPAN style="COLOR: #66cc66">/</SPAN>o1_mf_nnndf_TAG20071110T103936_3mb6h8nq_<SPAN style="COLOR: #66cc66">.</SPAN>bkp tag<SPAN style="COLOR: #66cc66">=</SPAN>TAG20071110T103936 comment<SPAN style="COLOR: #66cc66">=</SPAN>NONE<BR>channel ORA_DISK_1: backup <SPAN style="COLOR: #993333; FONT-WEIGHT: bold">SET</SPAN> complete<SPAN style="COLOR: #66cc66">,</SPAN> elapsed time: 00:00:01<BR>Finished backup at <SPAN style="COLOR: #cc66cc">2007</SPAN><SPAN style="COLOR: #66cc66">-</SPAN><SPAN style="COLOR: #cc66cc">11</SPAN><SPAN style="COLOR: #66cc66">-</SPAN><SPAN style="COLOR: #cc66cc">10</SPAN> <SPAN style="COLOR: #cc66cc">10</SPAN>:<SPAN style="COLOR: #cc66cc">39</SPAN>:<SPAN style="COLOR: #cc66cc">37</SPAN><BR></FONT></DIV>
您需要登錄后才可以回帖 登錄 | 注冊(cè)

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號(hào)-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號(hào):11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專(zhuān)區(qū)
中國(guó)互聯(lián)網(wǎng)協(xié)會(huì)會(huì)員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過(guò)ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請(qǐng)注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP