2010. 3. 15. 12:32
실제서버위치 : /home/oracle/oradata/testdb/
복구서버위치 : /data/temp/
1. Tablespace 생성 : ts_c <- 없으면 적당히 생성하세요
2. auser 생성 : default Tablespace를 ts_c로 지정한다.
3. auser 로 로그인해서 Table 생성(tbl_test)하고 Data 입력 후 commit;
4. drop user cascade로 auser 삭제
미션 : 복구서버에서 auser의 tbl_test를 복구해서 Export 받은 후 실제서버의 scott 계정으로 Import 시키세요
'Oracle 10g > 10g - 연습문제' 카테고리의 다른 글
Export / Import 종합 연습 문제 #1 (0) | 2010.03.15 |
---|---|
Control file 장애 종합 연습 문제 (0) | 2010.03.15 |
Incomplete Recovery - using backup controlfile 연습문제 #2 (0) | 2010.03.12 |
Incomplete Recovery - using backup controlfile 연습문제 #1 (0) | 2010.03.11 |
Incomplete Recovery - Time Base 연습문제 2 (0) | 2010.03.10 |