Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: oracle accessing harddisk permanently
"Mark" <Scollop027_at_gmx.net> wrote in message news:<2oov12Fcujj1U1_at_uni-berlin.de>...
> Hello,
>
> running an 8.1.5 under nt4 with 192MB ram Oracle has one instance ORACLE.EXE
> with 50MB and the harddisk is "clicking" one a second; it stops after oracle
> stops running. The Database contains just 4 tables with under 20 columns and
> under 100 records alltogether.
>
> How I can avoid oracle accessing the harddisk permanently ?
>
> regards
> Mark
net stop oracleservice%ORACLE_SID%
oradim -delete -sid %ORACLE_SID%
remove the key HKLM\SOFTWARE\ORACLE
delete the database files
delete the oracle software files
Install MS Access, MySQL, PostgreSQL or something else.
(oracle writes to the controlfiles every 3 seconds, if there is a database instance up. if there is no database instance up, there won't be an oracle.exe process running).
-bdbafh Received on Sun Aug 22 2004 - 18:17:11 CDT
![]() |
![]() |