Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-01163:

happy10319Jul 23 2008 — edited Jul 23 2008
Hi,
on 8.1.7 I receive following error when creating control file :

CREATE CONTROLFILE REUSE DATABASE "ORCL" NORESETLOGS ARCHIVELOG
*
ERROR at line 1:
ORA-01503: CREATE CONTROLFILE failed
ORA-01163: SIZE clause indicates 2050 (blocks), but should match header 2048
ORA-01517: log member: 'C:\ORACLE\ORADATA\ORCL\REDO01.LOG'

This is the instruction to create log file :

LOGFILE
GROUP 1 'C:\ORACLE\ORADATA\ORCL\REDO01.LOG' SIZE 1025K,

Which value should I give for log file size ?
Thank you.
PS :
db_block_size integer 4096
The real size of my log files is 1025 K.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 20 2008
Added on Jul 23 2008
12 comments
5,099 views