태터데스크 관리자

도움말
닫기
적용하기   첫페이지 만들기

태터데스크 메시지

저장하였습니다.

오라클에서 삭제된 데이터 복구 방법
create table 새로만들테이블명 as select * from 복구할테이블명 as of timestamp (systimestamp-interval '몇분 전 데이터' minute);

사용예)
create table DEPARTMENT_BACK as select * from DEPARTMENT as of timestamp (systimestamp-interval '30' minute);

*30분까지만 유효함

      분류없음  |  2010/02/17 15:43
name ::   password :: blog :: secret
등록



쯔루's Blog is powered by Daum