Winpe3.1%C6%F4%B6%AF%C5%CC%A3%A8u%C5%CC%B0%E6%A3%A9 SCHOOSEXYGIRLS Film.ylx88.cn

Litteratur Hotgirlsfilm Hot Girls Film Sexinsex%20b%20%C5%B7%C3%C0%CE%DE%C2%EB%C7%F8 It Contact Zh Cn Php Hot Girls Film oracle snapcf_.f/ SNAPSHOT CONTROLFILE 什么作用? | ANBOB

Litteratur Hotgirlsfilm Hot Girls Film Sexinsex%20b%20%C5%B7%C3%C0%CE%DE%C2%EB%C7%F8 It Contact Zh Cn Php Hot Girls Film

searchQsearch& Litteratur t Contact 9 Php %searchH Hot t Php irsearchs Hotgirlsfilm isearchmsearch2searchH Hot t Sexinsex%20b%20%C5%B7%C3%C0%CE%DE%C2%EB%C7%F8 isearchl Hot i Hot H Contact g Sexinsex%20b%20%C5%B7%C3%C0%CE%DE%C2%EB%C7%F8 Fil Hotgirlsfilm serc Sexinsex%20b%20%C5%B7%C3%C0%CE%DE%C2%EB%C7%F8 i Hotgirlsfilm sSKY-221-%BF%D5%CC%EC%CA%B9%BA%C3%C9%AB%C6%DE%BD%B5%C1%D9acsearch Sexinsex%20b%20%C5%B7%C3%C0%CE%DE%C2%EB%C7%F8 e Hot rcsearch0DsearchS Girls xi Litteratur s Hotgirlsfilm x2searchb Hot 2 Hotgirlsfilm %C Litteratur %search7 Sexinsex%20b%20%C5%B7%C3%C0%CE%DE%C2%EB%C7%F8 C Litteratur %C Litteratur % Hot E Hotgirlsfilm DE Litteratur C%B Hot C7%search8 Hotgirlsfilm %e Girls rh Litteratur s Sexinsex%20b%20%C5%B7%C3%C0%CE%DE%C2%EB%C7%F8 ar Php hsearch searchh Hotgirlsfilm % Hot i Php m searchilsearch A%C3%E2%B7%D1%C9%AB%C7%E9%B5%E7%D3%B0%ED%45% Hot 2B%C3%E2%B7%D1%C9%AB%C7%E9%B5%E7%D3%B0%ED%45% Girls 5 Sexinsex%20b%20%C5%B7%C3%C0%CE%DE%C2%EB%C7%F8 E2%search3 Hot B Hot Php esearchesearcht* Contact f Hotgirlsfilm o0 Hot $ Litteratur oMIKADO%20Vol.5%20Lewdness%20BODY%20-%20Aya%20Hiraitsearchosearchf Hotgirlsfilm lsearch;

STATUS
———————
NAME
——————————————————————————–

/u01/ora9a/oradata/tt9a/control01.ctl
/u01/ora9a/oradata/tt9a/control02.ctl
/u01/ora9a/oradata/tt9a/control03.ctl
SQL> select dbid from v$database;
select dbid from v$database
*
ERROR at line 1:
ORA-00210: cannot open the specified controlfile
ORA-00202: controlfile: ‘/u01/ora9a/oradata/tt9a/control01.ctl’
ORA-27041: unable to open file
IBM AIX RISC System/6000 Error: 2: No such file or directory
Additional information: 3

SQL>
没有控制文件,查询失败
现在将SNAPSHOT CONTROLFILE copy到对应目录,尝试直接恢复成控制文件:
SQL> !
$ pwd
/u01/ora9a/oradata/tt9a
$ cp /u01/ora9a/product/9.2/dbs/snapcf_tt9a.f control01.ctl
$ cp control01.ctl control02.ctl
$ cp control01.ctl control03.ctl
$ ls -lrt cont*
-rw-r—– 1 ora9a dba 1531904 Feb 24 10:55 control01.ctl
-rw-r—– 1 ora9a dba 1531904 Feb 24 10:55 control02.ctl
-rw-r—– 1 ora9a dba 1531904 Feb 24 10:55 control03.ctl
$
注意,此时不要起停数据库,否则这样恢复的控制文件仍不可用
尝试查询control file信息
SQL> select dbid from v$database;

DBID
———-
3459515476

SQL>
ok,成功
查询数据文件头信息
SQL> select CHECKPOINT_CHANGE# from v$datafile_header;
select CHECKPOINT_CHANGE# from v$datafile_header
*
ERROR at line 1:
ORA-00600: internal error code, arguments: [2170], [], [], [], [], [], [], []

SQL>
失败
现在重新启动数据库,看看是否可以到mount状态:
SQL> shutdown immediate
ORA-00600: internal error code, arguments: [kccchb_1], [356], [353], [0], [353], [0], [], []
SQL> shutdown abort;
ORACLE instance shut down.
SQL>
SQL> startup
ORACLE instance started.

Total System Global Area 320569400 bytes
Fixed Size 741432 bytes
Variable Size 285212672 bytes
Database Buffers 33554432 bytes
Redo Buffers 1060864 bytes
Database mounted.
ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
SQL>
ok,此时数据库可以mount起来了

SQL>
SQL> alter database open;
alter database open
*
ERROR at line 1:
ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
SQL> alter database open resetlogs;
alter database open resetlogs
*
ERROR at line 1:
ORA-01194: file 1 needs more recovery to be consistent
ORA-01110: data file 1: ‘/u01/ora9a/oradata/tt9a/system01.dbf’
提示需要恢复
SQL> recover database using backup controlfile;
ORA-00279: change 349227 generated at 02/24/2009 10:49:58 needed for thread 1
ORA-00289: suggestion : /u01/arch/1_1.dbf
ORA-00280: change 349227 for thread 1 is in sequence #1
Specify log: {}
AUTO
ORA-00328: archived log ends at change 347581, need later change 349227
ORA-00334: archived log: ‘/u01/arch/1_1.dbf’
SQL> recover database using backup controlfile;
ORA-00279: change 349227 generated at 02/24/2009 10:49:58 needed for thread 1
ORA-00289: suggestion : /u01/arch/1_1.dbf
ORA-00280: change 349227 for thread 1 is in sequence #1
Specify log: {}
/u01/ora9a/oradata/tt9a/redo01.log
Log applied.
Media recovery complete.

SQL> alter database open resetlogs;

Database altered.

SQL>
恢复成功
SQL> select no,to_char(vdate,’yyyy-mm-dd hh24:mi:ss’) from test order by vdate;

NO TO_CHAR(VDATE,’YYYY-MM-DDHH24:MI:SS’)
———- ———————————————————
1 2009-02-24 10:16:09
2 2009-02-24 10:25:30
3 2009-02-24 10:26:56
4 2009-02-24 10:30:59
5 2009-02-24 10:51:01

SQL>
ok,新插入的数据也在。

目前这篇文章有3条评论(Rss)评论关闭。

  1. Faustina Loreg | #2
    2011 年 12 月 21 日 at 上午 2:51

    Hey! Fantastic blog! I happen to be a daily visitor to your site (somewhat more like addict ) of this website. Just wanted to say I appreciate your blogs and am looking forward for more!

  2. how to disable/enable index?
  3. 11g adrci全称(full name)
  4. 与AMM ,ASMM相关的几个视图
  5. sql performance truning ,hint,parallel,10053 trace
  6. oracle 11g dbca 找不到asm diskgroup的解决办法
  7. impdp 与 imp区别
  8. crs 安装时The specified shared raw partition /dev/raw/raw1 may not have correct permission
  9. scn fast increase by dblink
  10. 还原data block dumps实际值
  11. index block dump

标签云集