10G rac startup errors

[复制链接]
查看11 | 回复4 | 2005-10-30 17:05:33 | 显示全部楼层 |阅读模式
错误 :
ora-00204: error in reading of controlfile

ora-00202: controlfile: '/dev/vgrac/rP10_control_01.ctl'

ora-27091:unable to queue I/O

ora-27067:size of I/O buffer is invalid
Additional information:2
Additional information: 8192
回复

使用道具 举报

千问 | 2005-10-30 17:05:33 | 显示全部楼层
ORA-27067: size of I/O buffer is invalid
Cause:
[B] Internal error, buffer size is either 0, or greater than SSTIOMAX or not a multiple of logical block size, additional information indicates where in function the error was encountered and the buffer size. [/B][/COLOR]
Action:
[B] check for trace file and contact Oracle Support.
[/B][/COLOR]
回复

使用道具 举报

千问 | 2005-10-30 17:05:33 | 显示全部楼层
谢lovewinter,我怀疑我的control文件坏了.我想recreate control 文件.可以吗?
回复

使用道具 举报

千问 | 2005-10-30 17:05:33 | 显示全部楼层
If you have neither the trace file nor a backup of the control file, you will
have to issue the CREATE CONTROLFILE statement manually, as described in the
Oracle Server SQL Reference Manual.You may have to resort to operating
system facilities (such as the "find" command in Unix) to make sure that your
CREATE CONTROLFILE statement does include ALL the existing datafiles and redo
log files in the database.Here are the steps:

1. Take a full backup of the database, including all datafiles and redo
log files.

2. Go into SQL*DBA or Server Manager and do a STARTUP NOMOUNT.

3. Issue the CREATE CONTROLFILE statement.


Example:


CREATE CONTROLFILE REUSE DATABASE "P716" NORESETLOGS NOARCHIVELOG

MAXLOGFILES 50

MAXLOGMEMBERS 3
MAXDATAFILES 300
MAXINSTANCES 8
MAXLOGHISTORY 500

LOGFILE

GROUP 1 '/u01/oracle/7.1.6/dbs/log1p716.dbf'SIZE 1M,

GROUP 2 '/u01/oracle/7.1.6/dbs/log2p716.dbf'SIZE 1M,

GROUP 3 '/u01/oracle/7.1.6/dbs/log3p716.dbf'SIZE 1M

DATAFILE

'/u01/oracle/7.1.6/dbs/systp716.dbf' SIZE 40M,

'/u01/oracle/7.1.6/dbs/tempp716.dbf' SIZE 1M,

'/u01/oracle/7.1.6/dbs/toolp716.dbf' SIZE 15M ;

4. Perform media recovery on the database.


RECOVER DATABASE

5. Open the database.

ALTER DATABASE OPEN;

6. At the first opportunity, shut the database down (normal or immediate)
and take a full cold backup.
回复

使用道具 举报

千问 | 2005-10-30 17:05:33 | 显示全部楼层
我的数据库已经起来。摘抄metalink解决方案如上。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行