<?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. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle/m-p/3759712#M784935</link>
    <description>Shalom  Cleber,&lt;BR /&gt;&lt;BR /&gt;I like Sandman's command, but would recommend working grep out of it.&lt;BR /&gt;&lt;BR /&gt;UNIX95=1 ps -e -o ruser,vsz,args -C oracle&lt;BR /&gt;&lt;BR /&gt;perhaps, you may need to play with it a bit.&lt;BR /&gt;&lt;BR /&gt;glance is also a good tool for this job and its available on a 60 day trial on the application cd's&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 27 Mar 2006 14:55:46 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2006-03-27T14:55:46Z</dc:date>
    <item>
      <title>Oracle.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle/m-p/3759710#M784933</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;some command exists that it indicates how much of memory it was placed for the Oracle.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Cleber</description>
      <pubDate>Mon, 27 Mar 2006 12:51:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle/m-p/3759710#M784933</guid>
      <dc:creator>Cleber Zorzi</dc:creator>
      <dc:date>2006-03-27T12:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle/m-p/3759711#M784934</link>
      <description>Hi Cleber,&lt;BR /&gt;&lt;BR /&gt;Run the following command on your system...&lt;BR /&gt;&lt;BR /&gt;# UNIX95= ps -e -o ruser,vsz,args | grep -i "^oracle" | more&lt;BR /&gt;&lt;BR /&gt;2nd column lists actual memory usage of the running Oracle process[es].&lt;BR /&gt;&lt;BR /&gt;hope it helps!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Mar 2006 14:51:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle/m-p/3759711#M784934</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-03-27T14:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle/m-p/3759712#M784935</link>
      <description>Shalom  Cleber,&lt;BR /&gt;&lt;BR /&gt;I like Sandman's command, but would recommend working grep out of it.&lt;BR /&gt;&lt;BR /&gt;UNIX95=1 ps -e -o ruser,vsz,args -C oracle&lt;BR /&gt;&lt;BR /&gt;perhaps, you may need to play with it a bit.&lt;BR /&gt;&lt;BR /&gt;glance is also a good tool for this job and its available on a 60 day trial on the application cd's&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 27 Mar 2006 14:55:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle/m-p/3759712#M784935</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-03-27T14:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle/m-p/3759713#M784936</link>
      <description>Cleber,&lt;BR /&gt;&lt;BR /&gt;As mentioned in the above replies you can see how much memory is used by processes owned by user oracle. But you may also want to see how much shared memory has been allocated (or rather used) by oracle by&lt;BR /&gt;# ipcs -mb&lt;BR /&gt;This will give you the figure in bytes - you need to check for your database - basically this shared memory is the memory allocated to your SGA.&lt;BR /&gt;&lt;BR /&gt;Ninad</description>
      <pubDate>Mon, 27 Mar 2006 15:35:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle/m-p/3759713#M784936</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2006-03-27T15:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle/m-p/3759714#M784937</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Login as oracle:&lt;BR /&gt;&amp;gt; sqlplus /nolog&lt;BR /&gt;SQL &amp;gt; connect / as sysdba&lt;BR /&gt;SQL &amp;gt; show sga&lt;BR /&gt;&lt;BR /&gt;This will show you how much memory oracle allocates for buffers and internal structures.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Mar 2006 06:24:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle/m-p/3759714#M784937</guid>
      <dc:creator>Julio Yamawaki</dc:creator>
      <dc:date>2006-03-28T06:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle/m-p/3759715#M784938</link>
      <description>Hi Cleber,&lt;BR /&gt;you can use this by UNIX user oracle:&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>Tue, 28 Mar 2006 06:53:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle/m-p/3759715#M784938</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2006-03-28T06:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle/m-p/3759716#M784939</link>
      <description>Thanks!&lt;BR /&gt;&lt;BR /&gt;Cleber</description>
      <pubDate>Tue, 28 Mar 2006 07:00:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle/m-p/3759716#M784939</guid>
      <dc:creator>Cleber Zorzi</dc:creator>
      <dc:date>2006-03-28T07:00:21Z</dc:date>
    </item>
  </channel>
</rss>

