24.03.2015 Views

老蒋谈存储案例教学 - LinuxTone.Org

老蒋谈存储案例教学 - LinuxTone.Org

老蒋谈存储案例教学 - LinuxTone.Org

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Tablespace altered.<br />

SQL> select name,value from v$sysstat where name='redo size';<br />

NAME VALUE<br />

----------------------------------------------------------------<br />

----------<br />

redo size 44732<br />

SQL> update test set a=a;<br />

1 row updated.<br />

SQL> commit;<br />

Commit complete.<br />

SQL> select name,value from v$sysstat where name='redo size';<br />

NAME VALUE<br />

----------------------------------------------------------------<br />

----------<br />

redo size 53560<br />

SQL> alter tablespace test end backup;<br />

Tablespace altered.<br />

一 个 update 的 动 作 产 生 53560-44732=8828bytes 的 redo 看 看 到 底 是 记 了<br />

些 什 么 ?<br />

SQL> ALTER SYSTEM DUMP LOGFILE '/netappredo/redo05.log';<br />

System altered.<br />

PDF 文 件 使 用 "pdfFactory Pro" 试 用 版 本 创 建 www.fineprint.cn

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!