일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- MSSQL
- oracle awr
- window에서 linux로 scp 하는 방법
- oracle account_status expired
- oracle 테스트 데이터
- oracle pdb
- SQL Server
- oracle sqlnet.ora
- mssql database 삭제
- sqlnet.allowed_logon_version_server=8
- oracle hugepage
- ora-28002: the password will expire within 7 days
- oracle SCN
- oracle
- oracle install
- oracle tde
- Oracle Database
- sqlnet.allowed_logon_version_client=8
- SSMS
- Oracle RAC
- supplemental log 활성화
- window pscp
- 오라클
- window scp
- oracle system lock
- ora-28040: no matching authentication protocol
- oracle dba_profile password_life_time
- ora-39083 ora-00439
- oracleasm
- ORA-00020
Archives
- Today
- Total
신문지한장
[B&R] [Flashback] recyclebin 복구 본문
1. 삭제된 유저에서 recyclebin 조회
SELECT OBJECT_NAME, ORIGINAL_NAME, CREATETIME FROM RECYCLEBIN ;
BIN$UofUBMjLnkDgUOABLqNFXg==$0 TB_USER_INFO 2017-06-22:15:44:26
BIN$UofUBMjMnkDgUOABLqNFXg==$0 TB_USER_INFO 2017-06-22:15:45:26
BIN$UofUBMjNnkDgUOABLqNFXg==$0 TB_USER_INFO 2017-06-22:15:45:52
BIN$UofUBMjOnkDgUOABLqNFXg==$0 TB_USER_INFO 2017-06-22:15:46:08
BIN$UofUBMjPnkDgUOABLqNFXg==$0 TB_USER_INFO 2017-06-22:15:46:17
2. recyclebin 테이블 복구
FLASHBACK TABLE "BIN$UofUBMjOnkDgUOABLqNFXg==$0" TO BEFORE DROP;
FLASHBACK TABLE TB_USER_INFO TO BEFORE DROP ;
'Oracle > Backup&Recovery' 카테고리의 다른 글
[B&R] ORA-39083 ORA-00439 oracle 파티션 datapump (Enterprise Edition to Standard Edition2) (1) | 2024.12.02 |
---|---|
[B&R] [HotBackup] 복구 (0) | 2024.08.07 |
[B&R] [Clone DB] Drop table 복구 (0) | 2024.05.10 |
[B&R] oracle LOGMINER (11g 이하) (0) | 2024.05.10 |
[B&R] oracle Migration [ 11g to 19c (PDB) ] (0) | 2024.05.10 |