사용자 도구

사이트 도구


dbms:oracle:admin:flashback:table

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
마지막 판 양쪽 다음 판
dbms:oracle:admin:flashback:table [2016/05/08 05:56]
starlits 만듦
dbms:oracle:admin:flashback:table [2016/05/08 06:04]
starlits
줄 1: 줄 1:
 ====== FLASHBACK Table ====== ====== FLASHBACK Table ======
  
-  - 테이블에서 행 이동 활성화 <code> +  - 테이블에서 행 이동 활성화 <code>
 alter table <table_name> enable row movement; alter table <table_name> enable row movement;
 </code> </code>
-  - +  - 확인 <code> 
 +select row_movement from user_tables where table_name=<table_name>; 
 +</code> 
 +  - Flashback Table <code> 
 +flashback table fb_table to timestamp to_timestamp('2016-05-08 05:44:00','YYYY-MM-DD HH24:MI:SS'); 
 +</code>
dbms/oracle/admin/flashback/table.txt · 마지막으로 수정됨: 2016/05/08 06:07 저자 starlits