Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: metalink article needed
dcurtolo_at_metgroup.it writes:
> DA Morgan <damorgan_at_exxesolutions.com> wrote:
>>
>> Upgrade or patch to 8.1.7.4.
>>
>> Daniel Morgan
>
> Don't know. I read about hardware causing this error. Prior to
> update, I need to be sure there isn't hardware problems. In fact,DB
> was ok until friday and now, if I try to restart the db wont't open.
> That's what happen:
It's a good Idea to upgrade but on 8.1.7.0 and 8.1.7.4 you will too get this error if you have not applied the glibc-*-stubs or if the kernel parameter are not valid. Best would be if you apply the glibc stubs. You will find it on otn.
Harald
$ cd $ORACLE_HOME $ tar zxf glibc-2.1.3-stubs.tgz $ ./setup_stubs.sh
> --------
> [oracle_at_saturn]/home/oracle>sqlplus /nolog
>
> SQL*Plus: Release 8.1.6.0.0 - Production on Mon Apr 7 11:37:07 2003
>
> (c) Copyright 1999 Oracle Corporation. All rights reserved.
>
> SQL> conn / as sysdba
> Connected to an idle instance.
> SQL> startup pfile=/opt/oracle-8.1.6/product/admin/saturn/pfile/inittestddl.ora
> ORACLE instance started.
>
> Total System Global Area 61935600 bytes
> Fixed Size 69616 bytes
> Variable Size 44916736 bytes
> Database Buffers 16777216 bytes
> Redo Buffers 172032 bytes
> Database mounted.
> hda: dma_intr: status=0x51 { DriveReady SeekComplete Error }
> hda: dma_intr: error=0x40 { UncorrectableError }, LBAsect=6715361, sector=6683168
> end_request: I/O error, dev 03:05 (hda), sector 6683168
> ORA-03113: end-of-file on communication channel
> ------
Received on Mon Apr 07 2003 - 06:46:39 CDT
![]() |
![]() |