oracle数据改变基本过程:1.创建改变向量,描述如何向undo中插入一条记录。2.创建改变向量,描述数据块的改变。3.合并1和2为一条日志记录,写到重做日志缓冲区中。4.插入undo记录。5.改变数据块的数据。
1.创建测试表:SQL>createtabletest(idint,namevarchar(20));SQL>beginforiin1..10000loopinsertintotestvalues(i,'aa'||i);commit;endloop;end;/2.导出数据:[dmdba@localhost~]$dexpsysdba/SYSDBAfile=/dm7/tes
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号