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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: IO on the disk with Oracle software

RE: IO on the disk with Oracle software

From: Khedr, Waleed <Waleed.Khedr_at_FMR.COM>
Date: Thu, 29 Jun 2000 18:08:59 -0400
Message-Id: <10543.110847@fatcity.com>


Check if Oracle is not installed in separate volume from the root /. echo $ORACLE_HOME and get the mount point for example:
>echo $ORACLE_HOME

/opt/oracle/product/8.1.5

Then see if there is a mount point called /opt do : df -k /opt
If it came back /
it means it's installed in root.

-----Original Message-----
From: Ruiz, Mary A (CAP, CDI) [mailto:Mary.Ruiz_at_gecapital.com] Sent: Thursday, June 29, 2000 11:30 AM
To: Multiple recipients of list ORACLE-L Subject: RE: IO on the disk with Oracle software

My OS is Solaris 2.6, Oracle is 8.1.5
Something is writing files to $ORACLE_HOME and I do not know what. I am removing the .aud files in $ORACLE_HOME/rdbms/audit. I am not finding any files in $ORACLE_HOME/network/trace or in $ORACLE_HOME/network/log

in fact , I performed an ls -lAR * | grep Jun and did not see any files with today's timestamp (other than those pretty small .aud files). No core's were found. I called oracle support and did not get any help.

I know I need to have my ORACLE_HOME on a bigger filesystem - it is close to 1 gig, but I really need to determine what keeps eating up the available space.

Thanks in advance

Mary Ruiz
Atlanta
> -----Original Message-----
> From: Khedr, Waleed [SMTP:Waleed.Khedr_at_FMR.COM]
> Sent: Wednesday, June 28, 2000 2:44 PM
> To: Multiple recipients of list ORACLE-L
> Subject: RE: IO on the disk with Oracle software
>
> Check if there is any kind of tracing enabled on the system that writes
> its
> output to this volume (sql_trace, OS/Audit, etc.)
>
> -----Original Message-----
> Sent: Tuesday, June 27, 2000 6:24 PM
> To: Multiple recipients of list ORACLE-L
>
>
>
> Anybody knows if there is a high IO on the disk with Oracle software and
> nothing else on this disk? I cannot check it myself because I do not have
> such configuration. The OS is Solaris, Oracle 8.1.6. I don't think that
> should be a lot of IO. Maybe in case of swopping?
>
> Alex Hillman
>
> --
> Author: Khedr, Waleed
> INET: Waleed.Khedr_at_FMR.COM
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).

-- 
Author: Ruiz, Mary A (CAP, CDI)
  INET: Mary.Ruiz_at_gecapital.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
Received on Thu Jun 29 2000 - 17:08:59 CDT

Original text of this message

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