Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: ORA-03113 and init.ora setting db_block size
You're absolutely right, the 3113 error is very generic, so you cannot
identify problem properly when you get it. I was just trying to show one
of the reasons why you can get it.
Problem is, that when you make a mistake in setting block size during db creation process there's no way you can tell what's wrong when you get a message right in to your face telling 'end of file ...'.
And yet again you're absolutely right telling that 32k might not be the right block size. However the point of this post was to show what may cause 3113 error and how I tackled it.
My apologies for doing all that harm, honestly, sorry I am.
Anurag Varma wrote:
> "Rytis Sileika" <rytis@_NS--PLEASE-REMOVE-THIS_dr.com> wrote in message news:32fteaF3mmavjU1_at_individual.net...
>
>>Hello, >> >>I encountered this problem and thought it might be helpful to someone if >>I share my experience. >> >>When creating a DB with 'dbca' tool (Oracle 9i (9.2.xx)) it failed with >>the error code ORA-03110 (end of file on communication channel). >> >>This error was caused by wrong setting in generated init.ora file. I set >>variable 'db_block_size' to 8MB and Oracle just failed. When I reduced >>it to more reasonable value of 64k, I got an error message telling me >>that this variable can only be set to values from 2k to 32k. So I set it >>to 16k and everything went well. >> >>Regards, >>Rytis