Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: oracle accessing harddisk permanently

Re: oracle accessing harddisk permanently

From: Paul Drake <bdbafh_at_gmail.com>
Date: 22 Aug 2004 16:17:11 -0700
Message-ID: <910046b4.0408221517.7de2fd2@posting.google.com>


"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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US