<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Oracle instance memory usage . in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-instance-memory-usage/m-p/3258512#M888359</link>
    <description>Hi ,&lt;BR /&gt;Is it possible to know the usage of instance by glance ,perfiew ?&lt;BR /&gt;&lt;BR /&gt;Bye.</description>
    <pubDate>Mon, 26 Apr 2004 01:38:18 GMT</pubDate>
    <dc:creator>chapaya_1</dc:creator>
    <dc:date>2004-04-26T01:38:18Z</dc:date>
    <item>
      <title>Oracle instance memory usage .</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-instance-memory-usage/m-p/3258510#M888357</link>
      <description>Hello ,&lt;BR /&gt;I have L2000,11i with 3 instances ,&lt;BR /&gt;How can i know how much memory each instance is taking ?&lt;BR /&gt;&lt;BR /&gt;Bye .</description>
      <pubDate>Sun, 25 Apr 2004 09:17:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-instance-memory-usage/m-p/3258510#M888357</guid>
      <dc:creator>chapaya_1</dc:creator>
      <dc:date>2004-04-25T09:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle instance memory usage .</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-instance-memory-usage/m-p/3258511#M888358</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;For the SGA, &lt;BR /&gt;In SQL*Plus :&lt;BR /&gt;SQL&amp;gt; show SGA&lt;BR /&gt;&lt;BR /&gt;Look at the alerte.log of each instance. If you don't know where there are :&lt;BR /&gt;SELECT p.value||'/alert_'||d.name||'.log'&lt;BR /&gt;FROM V$PARAMETER p, V$DATABASE d&lt;BR /&gt;WHERE p.name='background_dump_dest'&lt;BR /&gt;/&lt;BR /&gt;&lt;BR /&gt;You can have a look on the shared segment with :&lt;BR /&gt;icps -a&lt;BR /&gt;&lt;BR /&gt;For the PGA, the management depend on the version of Oracle that your're using.&lt;BR /&gt;&lt;BR /&gt;In anycase, do NOT trust standard tool to give you the amout of memory used, Oracle use shared memory, shared libraries and the text segment of various executable is also shared.&lt;BR /&gt;&lt;BR /&gt;Read metalink.oracle.com Note:174555.1&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Nicolas</description>
      <pubDate>Sun, 25 Apr 2004 11:46:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-instance-memory-usage/m-p/3258511#M888358</guid>
      <dc:creator>Nicolas Dumeige</dc:creator>
      <dc:date>2004-04-25T11:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle instance memory usage .</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-instance-memory-usage/m-p/3258512#M888359</link>
      <description>Hi ,&lt;BR /&gt;Is it possible to know the usage of instance by glance ,perfiew ?&lt;BR /&gt;&lt;BR /&gt;Bye.</description>
      <pubDate>Mon, 26 Apr 2004 01:38:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-instance-memory-usage/m-p/3258512#M888359</guid>
      <dc:creator>chapaya_1</dc:creator>
      <dc:date>2004-04-26T01:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle instance memory usage .</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-instance-memory-usage/m-p/3258513#M888360</link>
      <description>If you want to see memory usage from the system, the easiest way is to issue a&lt;BR /&gt;ipcs -m&lt;BR /&gt;It will show you shared memory segments owned by Oracle.&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Apr 2004 04:23:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-instance-memory-usage/m-p/3258513#M888360</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-04-26T04:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle instance memory usage .</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-instance-memory-usage/m-p/3258514#M888361</link>
      <description>Hi,&lt;BR /&gt;on Hp-UX server logged as oracle you can use:&lt;BR /&gt;&lt;BR /&gt;/usr/ccs/bin/size $ORACLE_HOME/bin/oracle|awk '{print $1,$3,$5}'|read Mtext Mdata Mbss&lt;BR /&gt;#echo $Mtext $Mdata $Mbss&lt;BR /&gt;echo "==============================="&lt;BR /&gt;echo "          $ORACLE_SID"&lt;BR /&gt;echo "==============================="&lt;BR /&gt;$ORACLE_HOME/bin/sqlplus -s internal&amp;lt;</description>
      <pubDate>Mon, 26 Apr 2004 10:02:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-instance-memory-usage/m-p/3258514#M888361</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2004-04-26T10:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle instance memory usage .</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-instance-memory-usage/m-p/3258515#M888362</link>
      <description>A shell script I currently use to estimate memory usage for a given Oracle instance, you can tailor it to your needs.&lt;BR /&gt;&lt;BR /&gt;#!/bin/ksh &lt;BR /&gt;# &lt;BR /&gt;########################################################################## &lt;BR /&gt;# &lt;BR /&gt;# USAGE: estOraMemory.sh INSTANCE &lt;BR /&gt;# PARAMETER: Oracle Instance SID &lt;BR /&gt;# AUTHOR: Satya Sridhar @ HMI : 05/14/2002 &lt;BR /&gt;# &lt;BR /&gt;# DESCRIPTION: Estimating Memory Usage. &lt;BR /&gt;# Use this script to estimate the memory usage for a given Oracle instance &lt;BR /&gt;# &lt;BR /&gt;# TODO: &lt;BR /&gt;# &lt;BR /&gt;########################################################################## &lt;BR /&gt;&lt;BR /&gt;# &lt;BR /&gt;# Check usage &lt;BR /&gt;# &lt;BR /&gt;if [ ! $# -eq 1 ]; then &lt;BR /&gt;echo "`date '+%Y%m%d.%H%M%S'` :: Error: Usage = estOraMemory.sh INSTANCE" &lt;BR /&gt;exit &lt;BR /&gt;fi &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;echo $1 | . oraenv &lt;BR /&gt;&lt;BR /&gt;if [ `uname` = AIX ]; then &lt;BR /&gt;/usr/ccs/bin/size $ORACLE_HOME/bin/oracle | awk '{print $2,$4,$6}' | read Mtext Mdata Mbss &lt;BR /&gt;fi &lt;BR /&gt;&lt;BR /&gt;if [ `uname` = SunOS ]; then &lt;BR /&gt;/usr/ccs/bin/size $ORACLE_HOME/bin/oracle | awk '{print $1,$3,$5}' | read Mtext Mdata Mbss &lt;BR /&gt;fi &lt;BR /&gt;&lt;BR /&gt;if [ `uname` = HP-UX ]; then &lt;BR /&gt;/usr/ccs/bin/size $ORACLE_HOME/bin/oracle | awk '{print $1,$3,$5}' | read Mtext Mdata Mbss &lt;BR /&gt;fi &lt;BR /&gt;&lt;BR /&gt;if [ `uname` = Linux ]; then &lt;BR /&gt;/usr/bin/size $ORACLE_HOME/bin/oracle | tail -1 | awk '{print $1,$2,$3}' | read Mtext Mdata Mbss &lt;BR /&gt;fi &lt;BR /&gt;&lt;BR /&gt;echo "" &lt;BR /&gt;echo "" &lt;BR /&gt;echo Oracle Text section size: $Mtext &lt;BR /&gt;echo "" &lt;BR /&gt;echo Oracle Data section size: $Mdata &lt;BR /&gt;echo "" &lt;BR /&gt;echo "Oracle bss (uninitialized data) section size:" $Mbss &lt;BR /&gt;echo "" &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ORACLE_HOME/bin/sqlplus -s internal/ &amp;lt;</description>
      <pubDate>Wed, 28 Apr 2004 06:51:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-instance-memory-usage/m-p/3258515#M888362</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2004-04-28T06:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle instance memory usage .</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-instance-memory-usage/m-p/3258516#M888363</link>
      <description>Chapaya&lt;BR /&gt;&lt;BR /&gt;You have receive some valuable answers. Please take the time to assign points.&lt;BR /&gt;&lt;BR /&gt;Twang, neat script.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Apr 2004 10:10:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-instance-memory-usage/m-p/3258516#M888363</guid>
      <dc:creator>Nicolas Dumeige</dc:creator>
      <dc:date>2004-04-28T10:10:50Z</dc:date>
    </item>
  </channel>
</rss>

