ORA-01163:
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.