<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog-boxcorea</title>
	<atom:link href="http://blog.boxcorea.com/wp/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.boxcorea.com/wp</link>
	<description>Simple is Beautiful!</description>
	<lastBuildDate>Tue, 15 May 2012 08:04:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>HP APA해제하기.</title>
		<link>http://blog.boxcorea.com/wp/archives/416</link>
		<comments>http://blog.boxcorea.com/wp/archives/416#comments</comments>
		<pubDate>Tue, 15 May 2012 02:49:10 +0000</pubDate>
		<dc:creator>snowffox</dc:creator>
				<category><![CDATA[HPUX]]></category>
		<category><![CDATA[hpapa]]></category>

		<guid isPermaLink="false">http://blog.boxcorea.com/wp/?p=416</guid>
		<description><![CDATA[lanscan 했을때 인터페이스가 lan900이면 Auto Port Aggreation 설정되어 있음. 해제 순서 1. /sbin/init.d/hplm stop 2. /sbin/init.d/hpapa stop lanscan 해보면, lan900 down 으로 보임 3. /etc/rc.config.d/netconf 화일에 lan0, lan1 설정(필요한 인터페이스에)하고 4. /sbin/init.d/net stop /sbin/init.d/net start ifconfig lan0 ; ifconfig lan1 해서 확인]]></description>
			<content:encoded><![CDATA[<p>lanscan 했을때 인터페이스가 lan900이면 Auto Port Aggreation 설정되어 있음.</p>
<p>해제 순서<br />
1. /sbin/init.d/hplm stop<br />
2. /sbin/init.d/hpapa stop</p>
<p>lanscan 해보면, lan900 down 으로 보임</p>
<p>3. /etc/rc.config.d/netconf 화일에 lan0, lan1 설정(필요한 인터페이스에)하고</p>
<p>4. /sbin/init.d/net stop<br />
/sbin/init.d/net start</p>
<p>ifconfig lan0 ; ifconfig lan1<br />
해서 확인</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.boxcorea.com/wp/archives/416/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>hpux kernel이 32비트인지 64비트인지 확인하는 방법</title>
		<link>http://blog.boxcorea.com/wp/archives/408</link>
		<comments>http://blog.boxcorea.com/wp/archives/408#comments</comments>
		<pubDate>Tue, 08 May 2012 13:48:03 +0000</pubDate>
		<dc:creator>snowffox</dc:creator>
				<category><![CDATA[ETC(기타)]]></category>
		<category><![CDATA[HPUX]]></category>

		<guid isPermaLink="false">http://blog.boxcorea.com/wp/?p=408</guid>
		<description><![CDATA[hpux kernel bit 확인방법. 방법1. # getconf KERNEL_BITS 64 방법2. # file /stand/vmunix /stand/vmunix: ELF-64 executable object file &#8211; PA-RISC 2.0 (LP64) 참고로, solaris는 # isainfo -vk 64-bit sparcv9 kernel modules 리눅스, freeBSD는 $ getconf LONG_BIT 64 AIX는 http://jungit.tistory.com/entry/AIX-32bit-64bit-%ED%99%95%EC%9D%B8-%EC%A0%84%ED%99%98%ED%95%98%EA%B8%B0 를 참고.]]></description>
			<content:encoded><![CDATA[<p>hpux kernel bit 확인방법.</p>
<p>방법1.</p>
<blockquote><p># getconf KERNEL_BITS<br />
<em>64</em></p></blockquote>
<p>방법2.</p>
<blockquote><p># file /stand/vmunix<br />
/stand/vmunix: <em>ELF-64</em> executable object file &#8211; PA-RISC 2.0 (LP64)</p></blockquote>
<p>참고로, solaris는</p>
<blockquote><p># isainfo -vk<br />
<em>64-bi</em>t sparcv9 kernel modules</p></blockquote>
<p>리눅스, freeBSD는</p>
<blockquote><p>$ getconf LONG_BIT<br />
<em>64</em></p></blockquote>
<p>AIX는<br />
<a href="http://jungit.tistory.com/entry/AIX-32bit-64bit-%ED%99%95%EC%9D%B8-%EC%A0%84%ED%99%98%ED%95%98%EA%B8%B0"> http://jungit.tistory.com/entry/AIX-32bit-64bit-%ED%99%95%EC%9D%B8-%EC%A0%84%ED%99%98%ED%95%98%EA%B8%B0</a> 를 참고.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.boxcorea.com/wp/archives/408/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>oracle python 연동 예제.</title>
		<link>http://blog.boxcorea.com/wp/archives/405</link>
		<comments>http://blog.boxcorea.com/wp/archives/405#comments</comments>
		<pubDate>Tue, 01 May 2012 02:32:37 +0000</pubDate>
		<dc:creator>snowffox</dc:creator>
				<category><![CDATA[Application(어플리케이션)]]></category>
		<category><![CDATA[DATABASE]]></category>
		<category><![CDATA[cx_Oracle]]></category>

		<guid isPermaLink="false">http://blog.boxcorea.com/wp/?p=405</guid>
		<description><![CDATA[오라클과, python연동 시키는 cx_Oracle을 http://cx-oracle.sourceforge.net/ 에서 다운로드 받어 설치한다. prec ompile 패키지는 윈도우용과 리눅스용만 있는것 같다. 아래는 테스트 코드(Lotto 테이블에서, 491회 당첨번호 추출하는 예제) listener name: oracle listener port: 1521 oracle SID: orcl oracle user/passwd: fox/fox table name: lotto &#62;&#62;&#62; import cx_Oracle &#62;&#62;&#62; cx0=cx_Oracle.makedsn(&#8220;oracle&#8221;, 1521, &#8220;orcl&#8221;) &#62;&#62;&#62; connection=cx_Oracle.connect(&#8220;fox&#8221;, &#8220;fox&#8221;, cx0) &#62;&#62;&#62; cursor=connection.cursor() &#62;&#62;&#62; cursor.execute(&#8220;select * from lotto [...]]]></description>
			<content:encoded><![CDATA[<p>오라클과, python연동 시키는 cx_Oracle을 <a href="http://cx-oracle.sourceforge.net/">http://cx-oracle.sourceforge.net/</a> 에서 다운로드 받어 설치한다. prec ompile 패키지는 윈도우용과 리눅스용만 있는것 같다.</p>
<p>아래는 테스트 코드(Lotto 테이블에서, 491회 당첨번호 추출하는 예제)</p>
<p>listener name: oracle<br />
listener port: 1521<br />
oracle SID: orcl<br />
oracle user/passwd: fox/fox<br />
table name: lotto</p>
<p>&gt;&gt;&gt; import cx_Oracle<br />
&gt;&gt;&gt; cx0=cx_Oracle.makedsn(&#8220;oracle&#8221;, 1521, &#8220;orcl&#8221;)<br />
&gt;&gt;&gt; connection=cx_Oracle.connect(&#8220;fox&#8221;, &#8220;fox&#8221;, cx0)<br />
&gt;&gt;&gt; cursor=connection.cursor()</p>
<p>&gt;&gt;&gt; cursor.execute(&#8220;select * from lotto where idx=491&#8243;)<br />
&lt;__builtin__.OracleCursor on &lt;cx_Oracle.Connection to fox@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=oracle)(PORT=1521)))(CONNECT_DATA=(SID=orcl)))&gt;&gt;</p>
<p>&gt;&gt;&gt; print cursor.fetchall()<br />
[(491, 8, 17, 35, 36, 39, 42, 4)]</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.boxcorea.com/wp/archives/405/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>freebsd su -</title>
		<link>http://blog.boxcorea.com/wp/archives/400</link>
		<comments>http://blog.boxcorea.com/wp/archives/400#comments</comments>
		<pubDate>Fri, 27 Apr 2012 01:31:04 +0000</pubDate>
		<dc:creator>snowffox</dc:creator>
				<category><![CDATA[BSD]]></category>

		<guid isPermaLink="false">http://blog.boxcorea.com/wp/?p=400</guid>
		<description><![CDATA[가상머신에 freeBSD설치하고 사용자등록, su &#8211; 했는데&#8230; &#62; su - su: Sorry 이유는 알고보니, su 를 사용할 수 있는 사용자는 wheel 그룹에 등록된 사용자만 가능하다고&#8230; pw user mod [user_id] -G wheel groups로 확인해보면, 사용자 그룹에 wheel이 추가되었음을 알 수 있다. 또 다른 방법으로는 /etc/pam.d/su 에서 설정을 변경하는 방법이 있다. &#160;]]></description>
			<content:encoded><![CDATA[<p>가상머신에 freeBSD설치하고 사용자등록, su &#8211; 했는데&#8230;</p>
<blockquote><p>&gt; su -<br />
su: Sorry</p></blockquote>
<p>이유는 알고보니, su 를 사용할 수 있는 사용자는 wheel 그룹에 등록된 사용자만 가능하다고&#8230;</p>
<blockquote><p>pw user mod [user_id] -G wheel</p></blockquote>
<p>groups로 확인해보면, 사용자 그룹에 wheel이 추가되었음을 알 수 있다.</p>
<p>또 다른 방법으로는 /etc/pam.d/su 에서 설정을 변경하는 방법이 있다.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.boxcorea.com/wp/archives/400/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AIX 서비스 실행관련&#8230;</title>
		<link>http://blog.boxcorea.com/wp/archives/395</link>
		<comments>http://blog.boxcorea.com/wp/archives/395#comments</comments>
		<pubDate>Wed, 25 Apr 2012 06:59:28 +0000</pubDate>
		<dc:creator>snowffox</dc:creator>
				<category><![CDATA[AIX]]></category>
		<category><![CDATA[inetd]]></category>
		<category><![CDATA[telnet]]></category>

		<guid isPermaLink="false">http://blog.boxcorea.com/wp/?p=395</guid>
		<description><![CDATA[telnet 접속 안될때 확인 lssrc -a 로 실행중인 서비스 확인, telnet은 inetd가 제어하므로, lssrc -a &#124; grep -i inetd active상태가 아니면 아래 커맨드로 시작. startsrc -s inetdd 만약, inetd가 실행중이라면, kill -HUP [inetd pid]와 같은 효과인 아래 커맨드 수행. refresh -s inetd 서비스 정지는 stopsrc -s inetd &#160;]]></description>
			<content:encoded><![CDATA[<p>telnet 접속 안될때 확인</p>
<p>lssrc -a 로 실행중인 서비스 확인, telnet은 inetd가 제어하므로, lssrc -a | grep -i inetd</p>
<p>active상태가 아니면 아래 커맨드로 시작.</p>
<p>startsrc -s inetdd</p>
<p>만약, inetd가 실행중이라면, kill -HUP [inetd pid]와 같은 효과인 아래 커맨드 수행.</p>
<p>refresh -s inetd</p>
<p>서비스 정지는</p>
<p>stopsrc -s inetd</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.boxcorea.com/wp/archives/395/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RedHat ES4 컴파일러 업그레이드 하기?</title>
		<link>http://blog.boxcorea.com/wp/archives/387</link>
		<comments>http://blog.boxcorea.com/wp/archives/387#comments</comments>
		<pubDate>Wed, 04 Apr 2012 13:03:05 +0000</pubDate>
		<dc:creator>snowffox</dc:creator>
				<category><![CDATA[Application(어플리케이션)]]></category>
		<category><![CDATA[ETC(기타)]]></category>
		<category><![CDATA[Linux(리눅스)]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[RedHat ES4]]></category>

		<guid isPermaLink="false">http://blog.boxcorea.com/wp/?p=387</guid>
		<description><![CDATA[RedHat ES4 서버에 설치된 컴파일러는 gcc 3.4버전이다.  여기에 어플리케이션 설치후 실행하니, 컴파일러가 gcc4.0 이상이 필요하다는 메시지가 나왔다. 문제는, 현재 설치된 서버의 서브스크립션이 등록되어 있지 않고, 서브스크립션도 구매하지 않았기 때문에, up2date를 사용할 수 없다는 점이다. (물론, up2date를 한다고 gcc 4.0이상으로 업그레이드 되리라는 보장도 없다.) 얼마전 libstdc++ 를 잘못 건드렸다가 kernel panic을 경험한터이므로, 가상머신에 RedHat ES4를 설치, [...]]]></description>
			<content:encoded><![CDATA[<p>RedHat ES4 서버에 설치된 컴파일러는 gcc 3.4버전이다.  여기에 어플리케이션 설치후 실행하니, 컴파일러가 gcc4.0 이상이 필요하다는 메시지가 나왔다. 문제는, 현재 설치된 서버의 서브스크립션이 등록되어 있지 않고, 서브스크립션도 구매하지 않았기 때문에, up2date를 사용할 수 없다는 점이다. (물론, up2date를 한다고 gcc 4.0이상으로 업그레이드 되리라는 보장도 없다.)</p>
<p>얼마전 libstdc++ 를 잘못 건드렸다가 kernel panic을 경험한터이므로, 가상머신에 RedHat ES4를 설치, 업그레이드를 미리 수행해 보기로 했다.</p>
<p>일단,</p>
<blockquote><p>[root@localhost ~]# rpm -qa | grep gcc<br />
gcc-g77-3.4.3-9.EL4<br />
libgcc-3.4.3-9.EL4<br />
gcc-c++-3.4.3-9.EL4<br />
gcc-java-3.4.3-9.EL4<br />
gcc-3.4.3-9.EL4</p>
<p>[root@localhost ~]# rpm -qa | grep glib<br />
glibc-2.3.4-2<br />
glib2-2.4.7-1<br />
glib-1.2.10-15<br />
glibc-headers-2.3.4-2<br />
glibc-common-2.3.4-2<br />
dbus-glib-0.22-11.EL<br />
glib2-devel-2.4.7-1<br />
glibc-kernheaders-2.4-9.1.87<br />
glibc-devel-2.3.4-2</p></blockquote>
<p>로 컴파일러에 필요한 패키지들을 검색.</p>
<p>RedHat ES5 에서 아래 화일 가져옴.</p>
<p>gcc-4.1.2-42.el5.i386.rpm<br />
glibc-2.5-24.i386.rpm<br />
gcc-c++-4.1.2-42.el5.i386.rpm<br />
glibc-2.5-24.i686.rpm<br />
gcc-gfortran-4.1.2-42.el5.i386.rpm<br />
glibc-common-2.5-24.i386.rpm<br />
gcc-gnat-4.1.2-42.el5.i386.rpm<br />
glibc-devel-2.5-24.i386.rpm<br />
gcc-java-4.1.2-42.el5.i386.rpm<br />
glibc-headers-2.5-24.i386.rpm<br />
gcc-objc-4.1.2-42.el5.i386.rpm<br />
glibc-utils-2.5-24.i386.rpm<br />
gcc-objc++-4.1.2-42.el5.i386.rpm<br />
glib-devel-1.2.10-20.el5.i386.rpm<br />
glib-1.2.10-20.el5.i386.rpm<br />
glib-java-0.2.6-3.fc6.i386.rpm<br />
glib2-2.12.3-2.fc6.i386.rpm<br />
glib-java-devel-0.2.6-3.fc6.i386.rpm<br />
glib2-devel-2.12.3-2.fc6.i386.rpm<br />
libgcc-4.1.2-42.el5.i386.rpm</p>
<p>rpm -ivh &#8211;force &#8211;nodeps *.rpm 을 수행하여 컴파일러 강제 업그레이드하고, gcc 버전 확인</p>
<blockquote><p>[root@localhost rpm]# <strong>gcc -v</strong><br />
Using built-in specs.<br />
Target: i386-redhat-linux<br />
Configured with: ../configure &#8211;prefix=/usr &#8211;mandir=/usr/share/man &#8211;infodir=/usr/share/info &#8211;enable-shared &#8211;enable-threads=posix &#8211;enable-checking=release &#8211;with-system-zlib &#8211;enable-__cxa_atexit &#8211;disable-libunwind-exceptions &#8211;enable-libgcj-multifile &#8211;enable-languages=c,c++,objc,obj-c++,java,fortran,ada &#8211;enable-java-awt=gtk &#8211;disable-dssi &#8211;enable-plugin &#8211;with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre &#8211;with-cpu=generic &#8211;host=i386-redhat-linux<br />
Thread model: posix<br />
<strong>gcc version 4.1.2</strong> 20071124 (Red Hat 4.1.2-42)</p></blockquote>
<p>아래와 같은 샘플코드를 컴파일</p>
<p>a.c</p>
<blockquote><p>#include &lt;stdio.h&gt;<br />
#include &lt;stdlib.h&gt;</p>
<p>main()<br />
{<br />
printf(&#8220;gcc is ok!!!\n&#8221;);<br />
}</p></blockquote>
<p>오류가 발생</p>
<blockquote><p>[root@localhost ~]# <strong>gcc a.c</strong><br />
gcc: error trying to exec &#8216;cc1&#8242;: execvp: No such file or directory</p>
<p>[root@localhost ~]# find / -name cc1 -print<br />
/usr/libexec/gcc/i386-redhat-linux/3.4.3/cc1</p>
<p>[root@localhost ~]# rpm -qf /usr/libexec/gcc/i386-redhat-linux/3.4.3/cc1<br />
<strong>cpp-3.4.3-9.EL4</strong></p></blockquote>
<p>위과정을 보면, cc1의 버전과 업그레이드한 gcc의 버전이 맞지 않아서 발생하는 에러라 추정했고,</p>
<blockquote><p>[root@localhost rpm]# rpm -ivh &#8211;force &#8211;nodeps <strong>cpp-4.1.2-42.el5.i386.rpm</strong><br />
warning: cpp-4.1.2-42.el5.i386.rpm: V3 DSA signature: NOKEY, key ID 37017186<br />
Preparing&#8230; ########################################### [100%]<br />
1:cpp ########################################### [100%]</p></blockquote>
<p>이번엔 아래처럼 ld관련 오류 마찬가지로 버전 차이라 생각되어,</p>
<blockquote><p>[root@localhost ~]# gcc a.c<br />
/usr/bin/ld: unrecognized option &#8216;&#8211;hash-style=gnu&#8217;<br />
/usr/bin/ld: use the &#8211;help option for usage information<br />
collect2: ld returned 1 exit status</p>
<p>[root@localhost ~]# rpm -qf /usr/bin/ld<br />
<strong>binutils-2.15.92.0.2-10.EL4</strong></p>
<p>[root@localhost rpm]# rpm -ivh &#8211;force &#8211;nodeps <strong>binutils-2.17.50.0.6-6.el5.i386.rpm</strong><br />
warning: binutils-2.17.50.0.6-6.el5.i386.rpm: V3 DSA signature: NOKEY, key ID 37017186<br />
Preparing&#8230; ########################################### [100%]<br />
1:binutils ########################################### [10</p></blockquote>
<p>이제, 컴파일은 잘되며, 생성된 실행화일 실행해보니,</p>
<blockquote><p>[root@localhost rpm]# gcc a.c<br />
[root@localhost rpm]# ./a.out<br />
gcc is ok!!!</p></blockquote>
<p>마지막으로 서버 재부팅해보았다. 걱정하던 커널패닉은 발생하지 않았다.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.boxcorea.com/wp/archives/387/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>oracle statspack&#8230;</title>
		<link>http://blog.boxcorea.com/wp/archives/357</link>
		<comments>http://blog.boxcorea.com/wp/archives/357#comments</comments>
		<pubDate>Mon, 02 Apr 2012 15:21:54 +0000</pubDate>
		<dc:creator>snowffox</dc:creator>
				<category><![CDATA[DATABASE]]></category>

		<guid isPermaLink="false">http://blog.boxcorea.com/wp/?p=357</guid>
		<description><![CDATA[원문: http://www.akadia.com/services/ora_statspack_survival_guide.html 원문을 번역한것은 아니며, 원문을 참고하여, statspack을 설치, 구성하였음. oracle STATSPACK의 설치와 보고서 생성. 1. statspack이 사용할 테이블 스페이스(perfstat) 생성. SQL&#62; create tablespace perfstat 2 datafile &#8216;/ora_data/stats_pack/perfstat.dbf&#8217; size 1000M reuse 3 extent management local uniform size 512k 4 segment space management auto 5 permanent 6 online; reuse 옵션: 해당 위치에 동일한 파일이 있는 경우 그 [...]]]></description>
			<content:encoded><![CDATA[<p>원문: <a href="http://www.akadia.com/services/ora_statspack_survival_guide.html">http://www.akadia.com/services/ora_statspack_survival_guide.html</a></p>
<p>원문을 번역한것은 아니며, 원문을 참고하여, statspack을 설치, 구성하였음.</p>
<h3>oracle STATSPACK의 설치와 보고서 생성.</h3>
<p>1. statspack이 사용할 테이블 스페이스(perfstat) 생성.</p>
<blockquote><p>SQL&gt; create tablespace perfstat<br />
2 datafile &#8216;/ora_data/stats_pack/perfstat.dbf&#8217; size 1000M reuse<br />
3 extent management local uniform size 512k<br />
4 segment space management auto<br />
5 permanent<br />
6 online;</p></blockquote>
<p>reuse 옵션: 해당 위치에 동일한 파일이 있는 경우 그 화일을 재사용. 옵션 사용하기전에 확인해야 할듯.</p>
<p>2.  설치스크립트가 있는곳($ORACLE_HOME/rdbms/admin)으로 이동하여 설치 시작한다. 비밀번호는 perfstat, 사용할테이블 스페이스는 이전에 생성한 perfstats, temporary 테이블스페이스는 temp 를 사용한다.</p>
<blockquote><p>SQL&gt; start spcreate.sql</p>
<p>Choose the PERFSTAT user&#8217;s password<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Not specifying a password will result in the installation FAILING</p>
<p>Enter value for perfstat_password: <em><strong>perfstat</strong></em><br />
perfstat</p>
<p>Choose the Default tablespace for the PERFSTAT user<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Below is the list of online tablespaces in this database which can<br />
store user data. Specifying the SYSTEM tablespace for the user&#8217;s<br />
default tablespace will result in the installation FAILING, as<br />
using SYSTEM for performance data is not supported.</p>
<p>Choose the PERFSTAT users&#8217;s default tablespace. This is the tablespace<br />
in which the STATSPACK tables and indexes will be created.</p>
<p>TABLESPACE_NAME CONTENTS STATSPACK DEFAULT TABLESPACE<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
EXAMPLE PERMANENT<br />
PERFSTAT PERMANENT<br />
SNOWFOX PERMANENT<br />
SYSAUX PERMANENT *<br />
USERS PERMANENT</p>
<p>Pressing &lt;return&gt; will result in STATSPACK&#8217;s recommended default<br />
tablespace (identified by *) being used.</p>
<p>Enter value for default_tablespace: <em><strong>PERFSTAT</strong></em></p>
<p>Using tablespace PERFSTAT as PERFSTAT default tablespace.</p>
<p>Choose the PERFSTAT user&#8217;s Temporary tablespace.</p>
<p>TABLESPACE_NAME CONTENTS DB DEFAULT TEMP TABLESPACE<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
SNOWFOX_TEMP TEMPORARY<br />
TEMP TEMPORARY *</p>
<p>Pressing &lt;return&gt; will result in the database&#8217;s default Temporary<br />
tablespace (identified by *) being used.</p>
<p>Enter value for temporary_tablespace: <em><strong>TEMP</strong></em></p>
<p>&#8230;&#8230;<br />
SQL&gt; set echo off;<br />
Creating Package STATSPACK&#8230;</p>
<p>Package created.</p>
<p>No errors.<br />
Creating Package Body STATSPACK&#8230;</p>
<p>Package body created.</p>
<p>No errors.</p>
<p>NOTE:<br />
SPCPKG complete. Please check spcpkg.lis for any errors.</p></blockquote>
<p>3. statspack 삭제.</p>
<p>설치시 원하지 않는 테이블스페이스나, 비밀번호를 사용했다면, 삭제후 다시 설치하면된다.</p>
<p>삭제는</p>
<blockquote><p>SQL&gt; @spdrop.sql</p></blockquote>
<p>다시 설치하려고 start spcreate.sql 하면, 제대로 설치되지 않는다. 이때는 perfstat user를 삭제한다.</p>
<blockquote><p>SQL&gt; drop user perfstat;</p></blockquote>
<p>혹시</p>
<blockquote><p>SQL&gt; drop user perfstat;<br />
drop user perfstat<br />
*<br />
ERROR at line 1:<br />
ORA-01922: CASCADE must be specified to drop &#8216;PERFSTAT&#8217;</p></blockquote>
<p>이런 에러가 난다면,</p>
<blockquote><p>SQL&gt; drop user perfstat cascade;</p></blockquote>
<p>statspack을 완전히 삭제하려면,</p>
<blockquote><p>SQL&gt; @spdrop.sql</p>
<p>SQL&gt; DROP TABLESPACE perfstat INCLUDING CONTENTS AND DATAFILES;</p>
<p>&nbsp;</p></blockquote>
<p><span id="more-357"></span></p>
<p>4. 데이타 수집(자동으로 수집하는 방법)</p>
<blockquote><p>SQL&gt; @spauto.sql</p>
<p>PL/SQL procedure successfully completed.<br />
Job number for automated statistics collection for this instance<br />
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br />
Note that this job number is needed when modifying or removing<br />
the job:</p>
<p>JOBNO<br />
&#8212;&#8212;&#8212;-<br />
41<br />
Job queue process<br />
~~~~~~~~~~~~~~~~~<br />
Below is the current setting of the job_queue_processes init.ora<br />
parameter &#8211; the value for this parameter must be greater<br />
than 0 to use automatic statistics gathering:</p>
<p>NAME TYPE VALUE<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
job_queue_processes integer 10<br />
Next scheduled run<br />
~~~~~~~~~~~~~~~~~~<br />
The next scheduled run for this job is:</p>
<p>JOB NEXT_DATE NEXT_SEC<br />
&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212; &#8212;&#8212;&#8211;<br />
41 26-MAR-12 23:00:00</p>
<p>SQL&gt;</p></blockquote>
<p>5. Report 보기</p>
<p>5.1 spreport.sql</p>
<p>$ORACLE_HOME/rdbms/admin/<strong>spreport.sql</strong> 실행.</p>
<blockquote><p>SQL&gt; conn perfstat/perfstat</p>
<p>[oracle@oracle admin]$ sqlplus /nolog</p>
<p>SQL*Plus: Release 10.2.0.1.0 &#8211; Production on Sat Mar 24 20:54:07 2012</p>
<p>Copyright (c) 1982, 2005, Oracle. All rights reserved.</p>
<p>SQL&gt; conn perfstat/perfstat<br />
Connected.<br />
SQL&gt; @spreport.sql</p>
<p>Current Instance<br />
~~~~~~~~~~~~~~~~</p>
<p>DB Id DB Name Inst Num Instance<br />
&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;<br />
1303881023 ORCL 1 orcl</p>
<p>&nbsp;</p>
<p>Instances in this Statspack schema<br />
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>
<p>DB Id Inst Num DB Name Instance Host<br />
&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;<br />
1303881023 1 ORCL orcl oracle</p>
<p>Using 1303881023 for database Id<br />
Using 1 for instance number<br />
Specify the number of days of snapshots to choose from<br />
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br />
Entering the number of days (n) will result in the most recent<br />
(n) days of snapshots being listed. Pressing &lt;return&gt; without<br />
specifying a number lists all completed snapshots.</p>
<p>&nbsp;</p>
<p>Listing all Completed Snapshots</p>
<p>Snap<br />
Instance DB Name Snap Id Snap Started Level Comment<br />
&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
orcl ORCL 1 20 Mar 2012 17:21 5<br />
2 20 Mar 2012 18:00 5<br />
11 20 Mar 2012 19:00 5<br />
12 20 Mar 2012 20:00 5<br />
13 20 Mar 2012 21:00 5<br />
14 20 Mar 2012 22:00 5</p>
<p>21 20 Mar 2012 23:00 5</p>
<p>31 21 Mar 2012 00:00 5<br />
41 21 Mar 2012 01:00 5<br />
42 21 Mar 2012 02:00 5<br />
43 21 Mar 2012 03:00 5<br />
44 21 Mar 2012 04:00 5<br />
45 21 Mar 2012 05:00 5<br />
46 21 Mar 2012 06:00 5<br />
47 21 Mar 2012 07:00 5<br />
48 21 Mar 2012 08:00 5<br />
49 21 Mar 2012 09:00 5</p>
<p>50 21 Mar 2012 10:00 5<br />
60 21 Mar 2012 11:00 5<br />
61 21 Mar 2012 12:00 5<br />
70 21 Mar 2012 13:00 5<br />
80 21 Mar 2012 14:00 5<br />
90 21 Mar 2012 15:00 5<br />
100 21 Mar 2012 16:00 5<br />
110 21 Mar 2012 17:00 5</p>
<p>111 22 Mar 2012 09:09 5<br />
121 22 Mar 2012 10:00 5<br />
122 22 Mar 2012 11:00 5<br />
131 22 Mar 2012 12:00 5<br />
132 22 Mar 2012 13:00 5<br />
141 22 Mar 2012 14:00 5<br />
151 22 Mar 2012 15:00 5<br />
161 22 Mar 2012 16:00 5<br />
162 22 Mar 2012 17:00 5<br />
163 22 Mar 2012 18:00 5<br />
164 22 Mar 2012 19:00 5<br />
165 22 Mar 2012 20:00 5<br />
166 22 Mar 2012 21:00 5<br />
167 22 Mar 2012 22:00 5</p>
<p>171 22 Mar 2012 23:00 5<br />
172 23 Mar 2012 00:00 5<br />
181 23 Mar 2012 01:00 5<br />
182 23 Mar 2012 02:00 5<br />
183 23 Mar 2012 03:00 5<br />
184 23 Mar 2012 04:00 5<br />
185 23 Mar 2012 05:00 5<br />
186 23 Mar 2012 06:00 5<br />
187 23 Mar 2012 07:00 5<br />
188 23 Mar 2012 08:00 5<br />
189 23 Mar 2012 09:00 5<br />
190 23 Mar 2012 10:00 5</p>
<p>Snap<br />
Instance DB Name Snap Id Snap Started Level Comment<br />
&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
orcl ORCL 191 23 Mar 2012 11:00 5<br />
192 23 Mar 2012 12:00 5<br />
193 23 Mar 2012 13:00 5<br />
194 23 Mar 2012 14:00 5<br />
195 23 Mar 2012 15:00 5<br />
196 23 Mar 2012 16:00 5<br />
197 23 Mar 2012 17:00 5<br />
198 23 Mar 2012 18:00 5<br />
199 23 Mar 2012 19:00 5<br />
200 23 Mar 2012 20:00 5<br />
201 23 Mar 2012 21:00 5<br />
202 23 Mar 2012 22:00 5<br />
211 23 Mar 2012 23:00 5<br />
212 24 Mar 2012 00:00 5<br />
213 24 Mar 2012 01:00 5<br />
214 24 Mar 2012 02:00 5<br />
215 24 Mar 2012 03:00 5<br />
216 24 Mar 2012 04:00 5<br />
217 24 Mar 2012 05:00 5<br />
218 24 Mar 2012 06:00 5<br />
221 24 Mar 2012 07:00 5<br />
222 24 Mar 2012 08:00 5<br />
223 24 Mar 2012 09:00 5<br />
224 24 Mar 2012 10:00 5<br />
225 24 Mar 2012 11:00 5<br />
226 24 Mar 2012 12:00 5<br />
227 24 Mar 2012 13:00 5<br />
228 24 Mar 2012 14:00 5<br />
229 24 Mar 2012 15:00 5<br />
230 24 Mar 2012 16:00 5<br />
231 24 Mar 2012 17:00 5<br />
232 24 Mar 2012 18:00 5<br />
233 24 Mar 2012 18:59 5<br />
234 24 Mar 2012 19:00 5<br />
241 24 Mar 2012 20:00 5</p>
<p>&nbsp;</p>
<p>Specify the Begin and End Snapshot Ids<br />
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br />
Enter value for begin_snap: <strong>171</strong><br />
Begin Snapshot Id specified: 171</p>
<p>Enter value for end_snap: <strong>241</strong><br />
End Snapshot Id specified: 241</p>
<p>&nbsp;</p>
<p>Specify the Report Name<br />
~~~~~~~~~~~~~~~~~~~~~~~<br />
The default report file name is sp_171_241. To use this name,<br />
press &lt;return&gt; to continue, otherwise enter an alternative.</p>
<p>Enter value for report_name: <strong>report.rep</strong></p>
<p>Using the report name report.rep</p>
<p>STATSPACK report for</p>
<p>Database DB Id Instance Inst Num Startup Time Release RAC<br />
~~~~~~~~ &#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8211; &#8212;<br />
1303881023 orcl 1 22-Mar-12 22:31 10.2.0.1.0 NO</p>
<p>Host Name: oracle Num CPUs: 2 Phys Memory (MB): 0<br />
~~~~</p>
<p>Snapshot Snap Id Snap Time Sessions Curs/Sess Comment<br />
~~~~~~~~ &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8211; &#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Begin Snap: 171 22-Mar-12 23:00:05 19 3.4<br />
End Snap: 241 24-Mar-12 20:00:04 19 4.6<br />
Elapsed: 2,699.98 (mins)</p>
<p>Cache Sizes Begin End<br />
~~~~~~~~~~~ &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;-<br />
Buffer Cache: 132M 176M Std Block Size: 8K<br />
Shared Pool Size: 152M 108M Log Buffer: 6,027K</p>
<p>Load Profile Per Second Per Transaction<br />
~~~~~~~~~~~~ &#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;<br />
Redo size: 977.36 11,187.86<br />
Logical reads: 27.06 309.73<br />
Block changes: 4.49 51.42<br />
Physical reads: 0.20 2.33<br />
Physical writes: 0.36 4.14<br />
User calls: 0.10 1.18<br />
Parses: 1.00 11.42<br />
Hard parses: 0.04 0.48<br />
Sorts: 0.72 8.28<br />
Logons: 0.03 0.36<br />
Executes: 2.46 28.20<br />
Transactions: 0.09</p>
<p>% Blocks changed per Read: 16.60 Recursive Call %: 99.41<br />
Rollback per transaction %: 0.00 Rows per Sort: 116.70</p>
<p>Instance Efficiency Percentages<br />
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br />
Buffer Nowait %: 100.00 Redo NoWait %: 100.00<br />
Buffer Hit %: 99.25 In-memory Sort %: 100.00<br />
Library Hit %: 96.25 Soft Parse %: 95.78<br />
Execute to Parse %: 59.50 Latch Hit %: 99.99<br />
Parse CPU to Parse Elapsd %: 88.96 % Non-Parse CPU: 87.12</p>
<p>Shared Pool Statistics Begin End<br />
&#8212;&#8212; &#8212;&#8212;<br />
Memory Usage %: 51.50 96.47<br />
% SQL with executions&gt;1: 81.25 87.68<br />
% Memory for SQL w/exec&gt;1: 88.87 95.30</p>
<p>Top 5 Timed Events Avg %Total<br />
~~~~~~~~~~~~~~~~~~ wait Call<br />
Event Waits Time (s) (ms) Time<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8211; &#8212;&#8212; &#8212;&#8212;<br />
control file parallel write 53,861 935 17 51.4<br />
CPU time 361 19.9<br />
os thread startup 2,464 234 95 12.9<br />
log file parallel write 21,802 183 8 10.1<br />
db file sequential read 14,217 44 3 2.4<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Host CPU (CPUs: 2)<br />
~~~~~~~~ Load Average<br />
Begin End User System Idle WIO WCPU<br />
&#8212;&#8212;- &#8212;&#8212;- &#8212;&#8212;- &#8212;&#8212;- &#8212;&#8212;- &#8212;&#8212;- &#8212;&#8212;&#8211;<br />
0.08 0.00 0.13 0.11 99.77</p>
<p>Instance CPU<br />
~~~~~~~~~~~~<br />
% of total CPU for Instance: 0.19<br />
% of busy CPU for Instance: 81.16<br />
%DB time waiting for CPU &#8211; Resource Mgr:</p>
<p>Memory Statistics Begin End<br />
~~~~~~~~~~~~~~~~~ &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;<br />
Host Mem (MB): .4 .0<br />
SGA use (MB): 300.0 300.0<br />
PGA use (MB): 88.6 94.1<br />
% Host Mem used for SGA+PGA: 100041.3 4841243.1<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Time Model System Stats DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt; Ordered by % of DB time desc, Statistic name</p>
<p>Statistic Time (s) % of DB time<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;<br />
sql execute elapsed time 612.2 129.6<br />
DB CPU 338.3 71.6<br />
parse time elapsed 115.8 24.5<br />
PL/SQL execution elapsed time 105.5 22.3<br />
hard parse elapsed time 64.4 13.6<br />
PL/SQL compilation elapsed time 5.3 1.1<br />
hard parse (sharing criteria) elaps 4.0 .8<br />
repeated bind elapsed time 0.7 .2<br />
connection management call elapsed 0.6 .1<br />
hard parse (bind mismatch) elapsed 0.6 .1<br />
failed parse elapsed time 0.1 .0<br />
sequence load elapsed time 0.1 .0<br />
DB time 472.2<br />
background elapsed time 1,732.2<br />
background cpu time 276.0<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Wait Events DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt; s &#8211; second, cs &#8211; centisecond, ms &#8211; millisecond, us &#8211; microsecond<br />
-&gt; %Timeouts: value of 0 indicates value was &lt; .5%. Value of null is truly 0<br />
-&gt; Only events with Total Wait Time (s) &gt;= .001 are shown<br />
-&gt; ordered by Total Wait Time desc, Waits desc (idle events last)</p>
<p>Avg<br />
%Time Total Wait wait Waits<br />
Event Waits -outs Time (s) (ms) /txn<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212; &#8212;&#8212;&#8212;- &#8212;&#8212; &#8212;&#8212;&#8211;<br />
control file parallel write 53,861 0 935 17 3.8<br />
os thread startup 2,464 0 234 95 0.2<br />
log file parallel write 21,802 0 183 8 1.5<br />
db file sequential read 14,217 0 44 3 1.0<br />
log file sync 3,145 0 33 10 0.2<br />
db file scattered read 2,848 0 18 6 0.2<br />
latch free 58 0 4 70 0.0<br />
Log archive I/O 202 0 1 7 0.0<br />
log file switch completion 12 0 1 99 0.0<br />
log file sequential read 198 0 1 6 0.0<br />
control file sequential read 88,157 0 1 0 6.2<br />
latch: shared pool 502 0 1 1 0.0<br />
latch: library cache 594 0 1 1 0.0<br />
rdbms ipc reply 167 0 0 1 0.0<br />
SGA: allocation forcing component 8 25 0 11 0.0<br />
log file single write 8 0 0 10 0.0<br />
buffer busy waits 61 0 0 1 0.0<br />
reliable message 15 0 0 4 0.0<br />
LGWR wait for redo copy 770 0 0 0 0.1<br />
row cache lock 1 0 0 23 0.0<br />
undo segment extension 67 96 0 0 0.0<br />
library cache load lock 1 0 0 10 0.0<br />
enq: RO &#8211; fast object reuse 49 0 0 0 0.0<br />
SQL*Net break/reset to client 24 0 0 0 0.0<br />
latch: row cache objects 15 0 0 0 0.0<br />
SQL*Net more data to client 34 0 0 0 0.0<br />
latch: redo allocation 21 0 0 0 0.0<br />
latch: cache buffers lru chain 9 0 0 0 0.0<br />
latch: In memory undo latch 1 0 0 1 0.0<br />
latch: cache buffers chains 5 0 0 0 0.0<br />
Streams AQ: qmn slave idle wait 5,779 0 157,735 27295 0.4<br />
Streams AQ: qmn coordinator idle 11,620 50 157,735 13574 0.8<br />
virtual circuit status 5,400 100 157,601 29185 0.4<br />
Streams AQ: waiting for time mana 1,450 58 150,318 ###### 0.1<br />
jobq slave wait 50,327 99 147,050 2922 3.6<br />
SQL*Net message from client 1,076 0 7,466 6939 0.1<br />
class slave wait 54 100 264 4884 0.0<br />
SQL*Net message to client 1,077 0 0 0 0.1<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Background Wait Events DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt; %Timeouts: value of 0 indicates value was &lt; .5%. Value of null is truly 0<br />
-&gt; Only events with Total Wait Time (s) &gt;= .001 are shown<br />
-&gt; ordered by Total Wait Time desc, Waits desc (idle events last)</p>
<p>Avg<br />
%Time Total Wait wait Waits<br />
Event Waits -outs Time (s) (ms) /txn<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212; &#8212;&#8212;&#8212;- &#8212;&#8212; &#8212;&#8212;&#8211;<br />
control file parallel write 53,861 0 935 17 3.8<br />
os thread startup 2,464 0 234 95 0.2<br />
log file parallel write 21,802 0 183 8 1.5<br />
db file sequential read 5,395 0 4 1 0.4<br />
Log archive I/O 202 0 1 7 0.0<br />
log file sequential read 198 0 1 6 0.0<br />
control file sequential read 46,265 0 1 0 3.3<br />
db file scattered read 21 0 0 7 0.0<br />
latch: library cache 61 0 0 2 0.0<br />
events in waitclass Other 916 0 0 0 0.1<br />
log file single write 8 0 0 10 0.0<br />
latch: shared pool 29 0 0 3 0.0<br />
buffer busy waits 43 0 0 2 0.0<br />
row cache lock 1 0 0 23 0.0<br />
log file sync 2 0 0 11 0.0<br />
rdbms ipc message 541,028 96 1,699,422 3141 38.2<br />
pmon timer 56,118 100 158,127 2818 4.0<br />
Streams AQ: qmn slave idle wait 5,779 0 157,735 27295 0.4<br />
Streams AQ: qmn coordinator idle 11,620 50 157,735 13574 0.8<br />
smon timer 618 85 152,608 ###### 0.0<br />
Streams AQ: waiting for time mana 1,450 58 150,318 ###### 0.1<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Wait Event Histogram DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt; Total Waits &#8211; units: K is 1000, M is 1000000, G is 1000000000<br />
-&gt; % of Waits &#8211; column heading: &lt;=1s is truly &lt;1024ms, &gt;1s is truly &gt;=1024ms<br />
-&gt; % of Waits &#8211; value: .0 indicates value was &lt;.05%, null is truly 0<br />
-&gt; Ordered by Event (idle events last)</p>
<p>Total &#8212;&#8212;&#8212;&#8212;&#8212;&#8211; % of Waits &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Event Waits &lt;1ms &lt;2ms &lt;4ms &lt;8ms &lt;16ms &lt;32ms &lt;=1s &gt;1s<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8211; &#8212;&#8211; &#8212;&#8211; &#8212;&#8211; &#8212;&#8211; &#8212;&#8211; &#8212;&#8211; &#8212;&#8211; &#8212;&#8211;<br />
LGWR wait for redo copy 770 99.6 .1 .3<br />
Log archive I/O 202 9.9 4.0 63.9 18.8 3.0 .5<br />
SGA: allocation forcing co 8 100.0<br />
SQL*Net break/reset to cli 24 100.0<br />
SQL*Net more data to clien 34 100.0<br />
buffer busy waits 61 82.0 8.2 4.9 1.6 3.3<br />
control file parallel writ 53K 8.7 5.6 37.7 42.7 5.4 .0<br />
control file sequential re 88K 100.0 .0 .0 .0 .0<br />
db file scattered read 2846 42.6 16.6 11.1 6.1 11.8 9.1 2.6<br />
db file sequential read 14K 81.9 2.8 1.5 4.3 4.8 3.1 1.5<br />
direct path read 28 100.0<br />
direct path write 58 100.0<br />
direct path write temp 66 100.0<br />
enq: RO &#8211; fast object reus 49 100.0<br />
latch free 57 19.3 1.8 78.9<br />
latch: In memory undo latc 1 100.0<br />
latch: cache buffers chain 5 100.0<br />
latch: cache buffers lru c 8 100.0<br />
latch: enqueue hash chains 3 100.0<br />
latch: library cache 534 87.6 6.4 2.8 1.3 .6 .9 .4<br />
latch: messages 1 100.0<br />
latch: object queue header 1 100.0<br />
latch: redo allocation 21 100.0<br />
latch: row cache objects 15 93.3 6.7<br />
latch: session allocation 5 100.0<br />
latch: shared pool 464 70.5 14.9 9.1 2.8 1.5 1.1 .2<br />
library cache load lock 1 100.0<br />
log file parallel write 21K 23.0 30.7 7.7 6.1 18.0 10.9 3.6 .0<br />
log file sequential read 198 32.8 19.2 22.2 8.6 9.1 4.5 3.5<br />
log file single write 8 75.0 12.5 12.5<br />
log file switch completion 12 8.3 16.7 75.0<br />
log file sync 3145 29.8 25.3 8.3 11.8 15.8 6.4 2.7<br />
os thread startup 2464 .0 100.0<br />
rdbms ipc reply 167 70.7 7.2 21.0 .6 .6<br />
reliable message 15 93.3 6.7<br />
row cache lock 1 100.0<br />
undo segment extension 67 98.5 1.5<br />
SQL*Net message from clien 1076 77.5 12.1 1.2 .6 .1 .3 .5 7.8<br />
SQL*Net message to client 1077 100.0<br />
SQL*Net more data from cli 64 100.0<br />
Streams AQ: qmn coordinato 11K 49.6 .1 .0 .0 .0 50.3<br />
Streams AQ: qmn slave idle 5779 .0 100.0<br />
Streams AQ: waiting for ti 1450 41.5 17.0 41.5<br />
class slave wait 54 100.0<br />
dispatcher timer 2700 100.0<br />
jobq slave wait 50K .0 .0 .0 .2 99.8<br />
pmon timer 56K 3.7 .1 .0 .0 .0 96.2<br />
rdbms ipc message 541K .7 .2 .2 .5 .3 .4 31.0 66.7<br />
smon timer 618 1.5 .2 2.1 .5 1.8 2.9 91.1<br />
virtual circuit status 5400 .1 99.9<br />
Wait Event Histogram DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt; Total Waits &#8211; units: K is 1000, M is 1000000, G is 1000000000<br />
-&gt; % of Waits &#8211; column heading: &lt;=1s is truly &lt;1024ms, &gt;1s is truly &gt;=1024ms<br />
-&gt; % of Waits &#8211; value: .0 indicates value was &lt;.05%, null is truly 0<br />
-&gt; Ordered by Event (idle events last)</p>
<p>Total &#8212;&#8212;&#8212;&#8212;&#8212;&#8211; % of Waits &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Event Waits &lt;1ms &lt;2ms &lt;4ms &lt;8ms &lt;16ms &lt;32ms &lt;=1s &gt;1s<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8211; &#8212;&#8211; &#8212;&#8211; &#8212;&#8211; &#8212;&#8211; &#8212;&#8211; &#8212;&#8211; &#8212;&#8211; &#8212;&#8211;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
SQL ordered by CPU DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt; Resources reported for PL/SQL code includes the resources used by all SQL<br />
statements called by the code.<br />
-&gt; Total DB CPU (s): 338<br />
-&gt; Captured SQL accounts for 38.3% of Total DB CPU<br />
-&gt; SQL reported below exceeded 1.0% of Total DB CPU</p>
<p>CPU CPU per Elapsd Old<br />
Time (s) Executions Exec (s) %Total Time (s) Buffer Gets<strong> Hash Valu</strong>e<br />
&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;- &#8212;&#8212; &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;-<br />
57.58 1,181 0.05 17.0 58.16 240,172 <strong>2689373535</strong><br />
DECLARE job BINARY_INTEGER := :job; next_date DATE := :mydate;<br />
broken BOOLEAN := FALSE; BEGIN EMD_MAINTENANCE.EXECUTE_EM_DBMS_J<br />
OB_PROCS(); :mydate := next_date; IF broken THEN :b := 1; ELSE :<br />
b := 0; END IF; END;</p>
<p>12.34 13 0.95 3.6 12.56 41,395 333476733<br />
DECLARE job BINARY_INTEGER := :job; next_date DATE := :mydate;<br />
broken BOOLEAN := FALSE; BEGIN statspack.snap; :mydate := next_d<br />
ate; IF broken THEN :b := 1; ELSE :b := 0; END IF; END;</p>
<p>9.79 879 0.01 2.9 10.45 64,727 3142066274<br />
CALL MGMT_ADMIN_DATA.EVALUATE_MGMT_METRICS(:tguid, :mguid, :resu<br />
lt)</p>
<p>4.09 788 0.01 1.2 4.09 6,365 2594425492<br />
select u1.user#, u2.user#, u3.user#, failures, flag, interval#,<br />
what, nlsenv, env, field1 from sys.job$ j, sys.user$ u1, sys<br />
.user$ u2, sys.user$ u3 where job=:1 and (next_date &lt; sysdate o<br />
r :2 != 0) and lowner = u1.name and powner = u2.name and cowner<br />
= u3.name</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
SQL ordered by Elapsed DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt; Resources reported for PL/SQL code includes the resources used by all SQL<br />
statements called by the code.<br />
-&gt; Total DB Time (s): 472<br />
-&gt; Captured SQL accounts for 30.0% of Total DB Time<br />
-&gt; SQL reported below exceeded 1.0% of Total DB Time</p>
<p>Elapsed Elap per CPU Old<br />
Time (s) Executions Exec (s) %Total Time (s) Physical Reads Hash Value<br />
&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;- &#8212;&#8212; &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;-<br />
58.16 1,181 0.05 12.3 57.58 -931 2689373535<br />
DECLARE job BINARY_INTEGER := :job; next_date DATE := :mydate;<br />
broken BOOLEAN := FALSE; BEGIN EMD_MAINTENANCE.EXECUTE_EM_DBMS_J<br />
OB_PROCS(); :mydate := next_date; IF broken THEN :b := 1; ELSE :<br />
b := 0; END IF; END;</p>
<p>12.56 13 0.97 2.7 12.34 114 333476733<br />
DECLARE job BINARY_INTEGER := :job; next_date DATE := :mydate;<br />
broken BOOLEAN := FALSE; BEGIN statspack.snap; :mydate := next_d<br />
ate; IF broken THEN :b := 1; ELSE :b := 0; END IF; END;</p>
<p>10.45 879 0.01 2.2 9.79 137 3142066274<br />
CALL MGMT_ADMIN_DATA.EVALUATE_MGMT_METRICS(:tguid, :mguid, :resu<br />
lt)</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
SQL ordered by Gets DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt; Resources reported for PL/SQL code includes the resources used by all SQL<br />
statements called by the code.<br />
-&gt; End Buffer Gets Threshold: 10000 Total Buffer Gets: 4,383,310<br />
-&gt; Captured SQL accounts for 19.5% of Total Buffer Gets<br />
-&gt; SQL reported below exceeded 1.0% of Total Buffer Gets</p>
<p>CPU Elapsd Old<br />
Buffer Gets Executions Gets per Exec %Total Time (s) Time (s) Hash Value<br />
&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212; &#8212;&#8212;&#8211; &#8212;&#8212;&#8212; &#8212;&#8212;&#8212;-<br />
240,172 1,181 203.4 5.5 57.58 58.16 2689373535<br />
DECLARE job BINARY_INTEGER := :job; next_date DATE := :mydate;<br />
broken BOOLEAN := FALSE; BEGIN EMD_MAINTENANCE.EXECUTE_EM_DBMS_J<br />
OB_PROCS(); :mydate := next_date; IF broken THEN :b := 1; ELSE :<br />
b := 0; END IF; END;</p>
<p>95,125 116 820.0 2.2 1.87 1.88 1393382093<br />
select OBJOID, CLSOID, RUNTIME, PRI, JOBTYPE, SCHLIM, WT, INS<br />
T, RUNNOW, ENQ_SCHLIM from ( select a.obj# OBJOID, a.class_oid<br />
CLSOID, decode(bitand(a.flags, 16384), 0, a.next_run_date, a.<br />
last_enabled_time) RUNTIME, (2*a.priority + decode(bitand<br />
(a.job_status, 4), 0, 0, decode(a.running_instance, :</p>
<p>85,418 285 299.7 1.9 0.44 0.46 146931816<br />
delete from smon_scn_time where thread=0 and scn = (select min(<br />
scn) from smon_scn_time where thread=0)</p>
<p>80,326 264 304.3 1.8 0.55 0.61 4088878846<br />
update smon_scn_time set orig_thread=0, time_mp=:1, time_dp=:2,<br />
scn=:3, scn_wrp=:4, scn_bas=:5, num_mappings=:6, tim_scn_map=:<br />
7 where thread=0 and scn = (select min(scn) from smon_scn_time<br />
where thread=0)</p>
<p>64,727 879 73.6 1.5 9.79 10.45 3142066274<br />
CALL MGMT_ADMIN_DATA.EVALUATE_MGMT_METRICS(:tguid, :mguid, :resu<br />
lt)</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
SQL ordered by Reads DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt; End Disk Reads Threshold: 1000 Total Disk Reads: 32,957<br />
-&gt; Captured SQL accounts for 8.1% of Total Disk Reads<br />
-&gt; SQL reported below exceeded 1.0% of Total Disk Reads</p>
<p>CPU Elapsd Old<br />
Physical Reads Executions Reads per Exec %Total Time (s) Time (s) Hash Value<br />
&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212; &#8212;&#8212;&#8211; &#8212;&#8212;&#8212; &#8212;&#8212;&#8212;-<br />
1,328 612 2.2 4.0 1.07 4.46 986338823<br />
select /*+ index(idl_ub1$ i_idl_ub11) +*/ piece#,length,piece fr<br />
om idl_ub1$ where obj#=:1 and part=:2 and version=:3 order by pi<br />
ece#</p>
<p>403 612 0.7 1.2 0.39 2.02 386388955<br />
select /*+ index(idl_ub2$ i_idl_ub21) +*/ piece#,length,piece fr<br />
om idl_ub2$ where obj#=:1 and part=:2 and version=:3 order by pi<br />
ece#</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
SQL ordered by Executions DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt; End Executions Threshold: 100 Total Executions: 399,043<br />
-&gt; Captured SQL accounts for 37.4% of Total Executions<br />
-&gt; SQL reported below exceeded 1.0% of Total Executions</p>
<p>CPU per Elap per Old<br />
Executions Rows Processed Rows per Exec Exec (s) Exec (s) Hash Value<br />
&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;-<br />
11,823 10,375 0.9 0.00 0.00 4274598960<br />
select /*+ rule */ bucket_cnt, row_cnt, cache_cnt, null_cnt, tim<br />
estamp#, sample_size, minimum, maximum, distcnt, lowval, hival,<br />
density, col#, spare1, spare2, avgcln from hist_head$ where obj#<br />
=:1 and intcol#=:2</p>
<p>8,653 12,739 1.5 0.00 0.00 2482976222<br />
select intcol#,nvl(pos#,0),col#,nvl(spare1,0) from ccol$ where c<br />
on#=:1</p>
<p>7,484 7,484 1.0 0.00 0.00 1693927332<br />
select count(*) from sys.job$ where (next_date &gt; sysdate) and (n<br />
ext_date &lt; (sysdate+5/86400))</p>
<p>5,454 113,481 20.8 0.00 0.00 87488304<br />
select size_for_estimate, size_factor * 100<br />
f, estd_physical_read_time, e<br />
std_physical_reads from v$db_cache_advice where id<br />
= &#8217;3&#8242;</p>
<p>5,454 10,908 2.0 0.00 0.00 303149640<br />
select java_pool_size_for_estimate s, java_pool_size_f<br />
actor * 100 f, estd_lc_load_time l, 0 from<br />
v$java_pool_advice</p>
<p>5,454 77,116 14.1 0.00 0.00 1301067080<br />
select shared_pool_size_for_estimate s, shared_pool_siz<br />
e_factor * 100 f, estd_lc_load_time l, 0 fr<br />
om v$shared_pool_advice</p>
<p>4,127 33,960 8.2 0.00 0.00 4143084494<br />
select privilege#,level from sysauth$ connect by grantee#=prior<br />
privilege# and privilege#&gt;0 start with grantee#=:1 and privilege<br />
#&gt;0</p>
<p>4,050 11,247 2.8 0.00 0.00 2889900621<br />
select pos#,intcol#,col#,spare1,bo#,spare2 from icol$ where obj#<br />
=:1</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
SQL ordered by Parse Calls DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt; End Parse Calls Threshold: 1000 Total Parse Calls: 161,598<br />
-&gt; Captured SQL accounts for 35.2% of Total Parse Calls<br />
-&gt; SQL reported below exceeded 1.0% of Total Parse Calls</p>
<p>% Total Old<br />
Parse Calls Executions Parses Hash Value<br />
&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8211; &#8212;&#8212;&#8212;-<br />
4,126 4,127 2.55 4143084494<br />
select privilege#,level from sysauth$ connect by grantee#=prior<br />
privilege# and privilege#&gt;0 start with grantee#=:1 and privilege<br />
#&gt;0</p>
<p>2,030 2,030 1.26 2396279102<br />
lock table sys.mon_mods$ in exclusive mode nowait</p>
<p>2,002 2,002 1.24 1566118407<br />
declare vsn varchar2(20); begin<br />
vsn := dbms_rcvman.getPackageVersion; :p<br />
kg_vsn:pkg_vsn_i := vsn; if vsn is not null then<br />
:pkg_vsnub4 := to_number(subs<br />
tr(vsn,1,2) || substr(vsn,4,2) || s</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Instance Activity Stats DB/Inst: ORCL/orcl Snaps: 171-241</p>
<p>Statistic Total per Second per Trans<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;<br />
CPU used by this session 36,074 0.2 2.6<br />
CPU used when call started 6,172 0.0 0.4<br />
CR blocks created 3,508 0.0 0.3<br />
Cached Commit SCN referenced 1,769 0.0 0.1<br />
Commit SCN cached 15 0.0 0.0<br />
DB time 15,098,331 93.2 1,066.9<br />
DBWR checkpoint buffers written 55,593 0.3 3.9<br />
DBWR checkpoints 41 0.0 0.0<br />
DBWR transaction table writes 4,213 0.0 0.3<br />
DBWR undo block writes 13,264 0.1 0.9<br />
IMU CR rollbacks 517 0.0 0.0<br />
IMU Flushes 1,131 0.0 0.1<br />
IMU Redo allocation size 6,342,040 39.2 448.1<br />
IMU commits 12,147 0.1 0.9<br />
IMU contention 2 0.0 0.0<br />
IMU ktichg flush 2 0.0 0.0<br />
IMU pool not allocated 5,744 0.0 0.4<br />
IMU recursive-transaction flush 12 0.0 0.0<br />
IMU undo allocation size 57,534,072 355.2 4,065.4<br />
IMU- failed to get a private stra 5,744 0.0 0.4<br />
SMON posted for undo segment shri 26 0.0 0.0<br />
SQL*Net roundtrips to/from client 1,071 0.0 0.1<br />
active txn count during cleanout 4,031 0.0 0.3<br />
application wait time 1 0.0 0.0<br />
background checkpoints completed 4 0.0 0.0<br />
background checkpoints started 4 0.0 0.0<br />
background timeouts 521,077 3.2 36.8<br />
buffer is not pinned count 1,837,703 11.3 129.9<br />
buffer is pinned count 1,034,930 6.4 73.1<br />
bytes received via SQL*Net from c 345,192 2.1 24.4<br />
bytes sent via SQL*Net to client 462,909 2.9 32.7<br />
calls to get snapshot scn: kcmgss 641,413 4.0 45.3<br />
calls to kcmgas 39,889 0.3 2.8<br />
calls to kcmgcs 3,338 0.0 0.2<br />
change write time 1,872 0.0 0.1<br />
cleanout &#8211; number of ktugct calls 5,423 0.0 0.4<br />
cleanouts and rollbacks &#8211; consist 609 0.0 0.0<br />
cleanouts only &#8211; consistent read 718 0.0 0.1<br />
cluster key scan block gets 355,901 2.2 25.2<br />
cluster key scans 82,992 0.5 5.9<br />
commit batch/immediate performed 29 0.0 0.0<br />
commit batch/immediate requested 29 0.0 0.0<br />
commit cleanout failures: block l 88 0.0 0.0<br />
commit cleanout failures: callbac 640 0.0 0.1<br />
commit cleanouts 83,220 0.5 5.9<br />
commit cleanouts successfully com 82,492 0.5 5.8<br />
commit immediate performed 29 0.0 0.0<br />
commit immediate requested 29 0.0 0.0<br />
commit txn count during cleanout 3,133 0.0 0.2<br />
concurrency wait time 23,522 0.2 1.7<br />
consistent changes 5,032 0.0 0.4<br />
consistent gets 3,766,593 23.3 266.2<br />
consistent gets &#8211; examination 1,222,986 7.6 86.4<br />
consistent gets direct 7 0.0 0.0<br />
consistent gets from cache 3,766,586 23.3 266.2<br />
cursor authentications 2,333 0.0 0.2<br />
Instance Activity Stats DB/Inst: ORCL/orcl Snaps: 171-241</p>
<p>Statistic Total per Second per Trans<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;<br />
data blocks consistent reads &#8211; un 3,765 0.0 0.3<br />
db block changes 727,668 4.5 51.4<br />
db block gets 616,717 3.8 43.6<br />
db block gets direct 635 0.0 0.0<br />
db block gets from cache 616,082 3.8 43.5<br />
deferred (CURRENT) block cleanout 50,262 0.3 3.6<br />
dirty buffers inspected 1,801 0.0 0.1<br />
enqueue conversions 34,853 0.2 2.5<br />
enqueue releases 1,440,231 8.9 101.8<br />
enqueue requests 1,441,531 8.9 101.9<br />
enqueue timeouts 1,301 0.0 0.1<br />
enqueue waits 28 0.0 0.0<br />
execute count 399,043 2.5 28.2<br />
free buffer inspected 33,019 0.2 2.3<br />
free buffer requested 46,764 0.3 3.3<br />
heap block compress 1,480 0.0 0.1<br />
hot buffers moved to head of LRU 18,742 0.1 1.3<br />
immediate (CR) block cleanout app 1,327 0.0 0.1<br />
immediate (CURRENT) block cleanou 15,920 0.1 1.1<br />
index fast full scans (full) 1,218 0.0 0.1<br />
index fetch by key 553,614 3.4 39.1<br />
index scans kdiixs1 475,134 2.9 33.6<br />
leaf node 90-10 splits 459 0.0 0.0<br />
leaf node splits 1,776 0.0 0.1<br />
lob reads 6,532 0.0 0.5<br />
lob writes 289 0.0 0.0<br />
lob writes unaligned 289 0.0 0.0<br />
logons cumulative 5,101 0.0 0.4<br />
messages received 61,854 0.4 4.4<br />
messages sent 61,854 0.4 4.4<br />
no buffer to keep pinned count 0 0.0 0.0<br />
no work &#8211; consistent read gets 1,885,457 11.6 133.2<br />
opened cursors cumulative 212,509 1.3 15.0<br />
parse count (failures) 19 0.0 0.0<br />
parse count (hard) 6,825 0.0 0.5<br />
parse count (total) 161,598 1.0 11.4<br />
parse time cpu 4,648 0.0 0.3<br />
parse time elapsed 5,225 0.0 0.4<br />
physical read IO requests 16,751 0.1 1.2<br />
physical read bytes 269,983,744 1,666.6 19,077.4<br />
physical read total IO requests 105,526 0.7 7.5<br />
physical read total bytes 1,907,022,336 11,771.8 134,752.9<br />
physical read total multi block r 3,094 0.0 0.2<br />
physical reads 32,957 0.2 2.3<br />
physical reads cache 32,922 0.2 2.3<br />
physical reads cache prefetch 16,206 0.1 1.2<br />
physical reads direct 35 0.0 0.0<br />
physical reads direct temporary t 0 0.0 0.0<br />
physical reads prefetch warmup 2,369 0.0 0.2<br />
physical write IO requests 41,339 0.3 2.9<br />
physical write bytes 480,321,536 2,965.0 33,940.2<br />
physical write total IO requests 224,721 1.4 15.9<br />
physical write total bytes 3,487,707,136 21,529.2 246,446.2<br />
physical write total multi block 25,613 0.2 1.8<br />
physical writes 58,633 0.4 4.1<br />
physical writes direct 663 0.0 0.1<br />
Instance Activity Stats DB/Inst: ORCL/orcl Snaps: 171-241</p>
<p>Statistic Total per Second per Trans<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;<br />
physical writes direct (lob) 19 0.0 0.0<br />
physical writes direct temporary 616 0.0 0.0<br />
physical writes from cache 57,970 0.4 4.1<br />
physical writes non checkpoint 14,241 0.1 1.0<br />
pinned buffers inspected 1 0.0 0.0<br />
prefetch warmup blocks aged out b 636 0.0 0.0<br />
prefetched blocks aged out before 34 0.0 0.0<br />
process last non-idle time 161,999 1.0 11.5<br />
recursive calls 2,834,564 17.5 200.3<br />
recursive cpu usage 32,247 0.2 2.3<br />
redo blocks written 331,630 2.1 23.4<br />
redo buffer allocation retries 9 0.0 0.0<br />
redo entries 361,184 2.2 25.5<br />
redo log space requests 12 0.0 0.0<br />
redo log space wait time 123 0.0 0.0<br />
redo ordering marks 5,446 0.0 0.4<br />
redo size 158,330,644 977.4 11,187.9<br />
redo synch time 3,382 0.0 0.2<br />
redo synch writes 40,742 0.3 2.9<br />
redo wastage 5,656,088 34.9 399.7<br />
redo write time 18,790 0.1 1.3<br />
redo writer latching time 9 0.0 0.0<br />
redo writes 21,802 0.1 1.5<br />
rollback changes &#8211; undo records a 54 0.0 0.0<br />
rollbacks only &#8211; consistent read 2,899 0.0 0.2<br />
rows fetched via callback 316,706 2.0 22.4<br />
session connect time 158,415 1.0 11.2<br />
session cursor cache hits 134,751 0.8 9.5<br />
session logical reads 4,383,310 27.1 309.7<br />
session pga memory 3,651,332,712 22,539.2 258,008.3<br />
session pga memory max 4,162,382,440 25,693.9 294,119.7<br />
session uga memory ################## 69,754,779.2 ############<br />
session uga memory max 3,459,729,040 21,356.5 244,469.3<br />
shared hash latch upgrades &#8211; no w 482,711 3.0 34.1<br />
sorts (memory) 117,205 0.7 8.3<br />
sorts (rows) 13,677,941 84.4 966.5<br />
sql area purged 58 0.0 0.0<br />
summed dirty queue length 2,265 0.0 0.2<br />
switch current to new buffer 1,048 0.0 0.1<br />
table fetch by rowid 817,172 5.0 57.7<br />
table fetch continued row 2,607 0.0 0.2<br />
table scan blocks gotten 821,482 5.1 58.1<br />
table scan rows gotten 23,709,960 146.4 1,675.4<br />
table scans (long tables) 26 0.0 0.0<br />
table scans (short tables) 71,298 0.4 5.0<br />
total number of times SMON posted 92 0.0 0.0<br />
transaction rollbacks 29 0.0 0.0<br />
undo change vector size 58,520,124 361.2 4,135.1<br />
user I/O wait time 6,158 0.0 0.4<br />
user calls 16,687 0.1 1.2<br />
user commits 14,152 0.1 1.0<br />
workarea executions &#8211; optimal 60,978 0.4 4.3<br />
write clones created in foregroun 27 0.0 0.0<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Instance Activity Stats DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt; Statistics with absolute values (should not be diffed)</p>
<p>Statistic Begin Value End Value<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;<br />
logons current 19 19<br />
opened cursors current 64 87<br />
session cursor cache count 634 39,926<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Instance Activity Stats DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt; Statistics identified by &#8216;(derived)&#8217; come from sources other than SYSSTAT</p>
<p>Statistic Total per Hour<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;<br />
log switches (derived) 4 .09<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>OS Statistics DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt; ordered by statistic type (CPU use, Virtual Memory, Hardware Config), Name</p>
<p>Statistic Total<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
BUSY_TIME 75,677<br />
IDLE_TIME 32,143,182<br />
NICE_TIME 18<br />
SYS_TIME 34,058<br />
USER_TIME 41,601<br />
NUM_CPUS 2<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Tablespace IO Stats DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt;ordered by IOs (Reads + Writes) desc</p>
<p>Tablespace<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Av Av Av Av Buffer Av Buf<br />
Reads Reads/s Rd(ms) Blks/Rd Writes Writes/s Waits Wt(ms)<br />
&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;- &#8212;&#8212; &#8212;&#8212;- &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8211; &#8212;&#8212;&#8212;- &#8212;&#8212;<br />
SYSAUX<br />
7,093 0 4.0 2.5 21,134 0 0 0.0<br />
SYSTEM<br />
13,502 0 2.8 1.2 4,419 0 0 0.0<br />
UNDOTBS1<br />
35 0 3.4 1.0 9,372 0 61 1.5<br />
PERFSTAT<br />
1,477 0 6.7 4.0 6,638 0 0 0.0<br />
TEMP<br />
51 0 0.4 12.1 36 0 0 0.0<br />
SNOWFOX<br />
11 0 8.2 1.4 5 0 0 0.0<br />
EXAMPLE<br />
11 0 14.5 1.0 5 0 0 0.0<br />
USERS<br />
9 0 0.0 1.0 5 0 0 0.0<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
File IO Stats DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt;Mx Rd Bkt: Max bucket time for single block read<br />
-&gt;ordered by Tablespace, File</p>
<p>Tablespace Filename<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Av Mx Av<br />
Av Rd Rd Av Av Buffer BufWt<br />
Reads Reads/s (ms) Bkt Blks/Rd Writes Writes/s Waits (ms)<br />
&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;- &#8212;&#8211; &#8212; &#8212;&#8212;- &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8211; &#8212;&#8212;&#8212;- &#8212;&#8212;<br />
EXAMPLE /oradata/orcl/example01.dbf<br />
11 0 14.5 1 1.0 5 0 0</p>
<p>PERFSTAT /ora_data/stats_pack/perfstat.dbf<br />
1,477 0 6.7 ### 4.0 6,638 0 0</p>
<p>SNOWFOX /ora_data/snowfox/snowfox1.dbf<br />
11 0 8.2 ### 1.4 5 0 0</p>
<p>SYSAUX /oradata/orcl/sysaux01.dbf<br />
7,093 0 4.0 ### 2.5 21,134 0 0</p>
<p>SYSTEM /oradata/orcl/system01.dbf<br />
13,502 0 2.8 ### 1.2 4,419 0 0</p>
<p>TEMP /oradata/orcl/temp01.dbf<br />
51 0 0.4 1 12.1 36 0 0</p>
<p>UNDOTBS1 /oradata/orcl/undotbs01.dbf<br />
35 0 3.4 4 1.0 9,372 0 61 1.5</p>
<p>USERS /oradata/orcl/users01.dbf<br />
9 0 0.0 1 1.0 5 0 0</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
File Read Histogram Stats DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt;Number of single block reads in each time range<br />
-&gt;ordered by Tablespace, File</p>
<p>Tablespace Filename<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
0 &#8211; 2 ms 2 &#8211; 4 ms 4 &#8211; 8 ms 8 &#8211; 16 ms 16 &#8211; 32 ms 32+ ms<br />
&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;<br />
PERFSTAT /ora_data/stats_pack/perfstat.dbf<br />
689 23 62 94 88 21</p>
<p>SYSTEM /oradata/orcl/system01.dbf<br />
7,172 111 337 364 237 133</p>
<p>UNDOTBS1 /oradata/orcl/undotbs01.dbf<br />
6 1 0 0 0 0</p>
<p>EXAMPLE /oradata/orcl/example01.dbf<br />
1 0 0 0 0 0</p>
<p>SYSAUX /oradata/orcl/sysaux01.dbf<br />
3,874 84 224 238 123 64</p>
<p>SNOWFOX /ora_data/snowfox/snowfox1.dbf<br />
1 0 0 0 0 1</p>
<p>USERS /oradata/orcl/users01.dbf<br />
1 0 0 0 0 0</p>
<p>TEMP /oradata/orcl/temp01.dbf<br />
6 0 0 0 0 0</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Buffer Pool Statistics DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt; Standard block size Pools D: default, K: keep, R: recycle<br />
-&gt; Default Pools for other block sizes: 2k, 4k, 8k, 16k, 32k<br />
-&gt; Buffers: the number of buffers. Units of K, M, G are divided by 1000</p>
<p>Free Writ Buffer<br />
Pool Buffer Physical Physical Buffer Comp Busy<br />
P Buffers Hit% Gets Reads Writes Waits Wait Waits<br />
&#8212; &#8212;&#8212;- &#8212;- &#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8211; &#8212;&#8212;- &#8212;- &#8212;&#8212;&#8212;-<br />
D 21K 99 4,383,147 33,403 57,965 0 0 61<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Instance Recovery Stats DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt; B: Begin snapshot, E: End snapshot</p>
<p>Targt Estd Log File Log Ckpt Log Ckpt<br />
MTTR MTTR Recovery Actual Target Size Timeout Interval<br />
(s) (s) Estd IOs Redo Blks Redo Blks Redo Blks Redo Blks Redo Blks<br />
- &#8212;&#8211; &#8212;&#8211; &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212; &#8212;&#8212;&#8212; &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;<br />
B 0 12 224 228 184320 184320<br />
E 0 12 286 181 764 184320 764<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Buffer Pool Advisory DB/Inst: ORCL/orcl End Snap: 241<br />
-&gt; Only rows with estimated physical reads &gt;0 are displayed<br />
-&gt; ordered by Pool, Block Size, Buffers For Estimate</p>
<p>Est<br />
Phys Estimated Est<br />
Size for Size Buffers Read Phys Reads Est Phys % dbtime<br />
P Est (M) Factr (thousands) Factr (thousands) Read Time for Rds<br />
&#8212; &#8212;&#8212;&#8211; &#8212;&#8211; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8211;<br />
D 16 .1 2 4.8 194 524 106.3<br />
D 32 .2 4 2.4 98 242 49.1<br />
D 48 .3 6 1.6 64 143 29.0<br />
D 64 .4 8 1.4 57 124 25.2<br />
D 80 .5 10 1.3 54 114 23.1<br />
D 96 .5 12 1.2 51 104 21.1<br />
D 112 .6 14 1.2 48 98 19.9<br />
D 128 .7 16 1.1 46 90 18.3<br />
D 144 .8 18 1.1 44 86 17.4<br />
D 160 .9 20 1.0 42 80 16.2<br />
D 176 1.0 22 1.0 41 75 15.2<br />
D 192 1.1 24 1.0 40 73 14.8<br />
D 208 1.2 26 0.9 36 63 12.8<br />
D 224 1.3 28 0.8 32 50 10.1<br />
D 240 1.4 30 0.7 30 43 8.7<br />
D 256 1.5 32 0.7 28 37 7.5<br />
D 272 1.5 34 0.6 26 32 6.5<br />
D 288 1.6 36 0.6 24 26 5.3<br />
D 304 1.7 38 0.5 22 20 4.1<br />
D 320 1.8 40 0.5 19 20 4.1<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Buffer wait Statistics DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt; ordered by wait time desc, waits desc</p>
<p>Class Waits Total Wait Time (s) Avg Time (ms)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;-<br />
undo header 61 0 1<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
PGA Aggr Target Stats DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt; B: Begin snap E: End snap (rows identified with B or E contain data<br />
which is absolute i.e. not diffed over the interval)<br />
-&gt; PGA cache hit % &#8211; percentage of W/A (WorkArea) data processed only in-memory<br />
-&gt; Auto PGA Target &#8211; actual workarea memory target<br />
-&gt; W/A PGA Used &#8211; amount of memory used for all Workareas (manual + auto)<br />
-&gt; %PGA W/A Mem &#8211; percentage of PGA memory allocated to workareas<br />
-&gt; %Auto W/A Mem &#8211; percentage of workarea memory controlled by Auto Mem Mgmt<br />
-&gt; %Man W/A Mem &#8211; percentage of workarea memory under manual control</p>
<p>PGA Cache Hit % W/A MB Processed Extra W/A MB Read/Written<br />
&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
100.0 1,735 0</p>
<p>%PGA %Auto %Man<br />
PGA Aggr Auto PGA PGA Mem W/A PGA W/A W/A W/A Global Mem<br />
Target(M) Target(M) Alloc(M) Used(M) Mem Mem Mem Bound(K)<br />
- &#8212;&#8212;&#8212; &#8212;&#8212;&#8212; &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;- &#8212;&#8212; &#8212;&#8212; &#8212;&#8212; &#8212;&#8212;&#8212;-<br />
B 90 45 88.6 0.0 .0 .0 .0 18,432<br />
E 100 50 94.1 0.0 .0 .0 .0 20,480<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>PGA Aggr Target Histogram DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt; Optimal Executions are purely in-memory operations</p>
<p>Low High<br />
Optimal Optimal Total Execs Optimal Execs 1-Pass Execs M-Pass Execs<br />
&#8212;&#8212;- &#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;<br />
2K 4K 58,554 58,554 0 0<br />
64K 128K 457 457 0 0<br />
128K 256K 51 51 0 0<br />
256K 512K 38 38 0 0<br />
512K 1024K 1,704 1,704 0 0<br />
1M 2M 167 167 0 0<br />
2M 4M 6 6 0 0<br />
4M 8M 1 1 0 0<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>PGA Memory Advisory DB/Inst: ORCL/orcl End Snap: 241<br />
-&gt; When using Auto Memory Mgmt, minimally choose a pga_aggregate_target value<br />
where Estd PGA Overalloc Count is 0</p>
<p>Estd Extra Estd PGA Estd PGA<br />
PGA Target Size W/A MB W/A MB Read/ Cache Overalloc<br />
Est (MB) Factr Processed Written to Disk Hit % Count<br />
&#8212;&#8212;&#8212;- &#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;&#8211; &#8212;&#8212;&#8212;-<br />
13 0.1 15.7 0.0 100.0 1<br />
25 0.3 15.7 0.0 100.0 1<br />
50 0.5 15.7 0.0 100.0 0<br />
75 0.8 15.7 0.0 100.0 0<br />
100 1.0 15.7 0.0 100.0 0<br />
120 1.2 15.7 0.0 100.0 0<br />
140 1.4 15.7 0.0 100.0 0<br />
160 1.6 15.7 0.0 100.0 0<br />
180 1.8 15.7 0.0 100.0 0<br />
200 2.0 15.7 0.0 100.0 0<br />
300 3.0 15.7 0.0 100.0 0<br />
400 4.0 15.7 0.0 100.0 0<br />
600 6.0 15.7 0.0 100.0 0<br />
800 8.0 15.7 0.0 100.0 0<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Process Memory Summary Stats DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt; B: Begin snap E: End snap<br />
-&gt; All rows below contain absolute values (i.e. not diffed over the interval)<br />
-&gt; Max Alloc is Maximum PGA Allocation size at snapshot time<br />
Hist Max Alloc is the Historical Max Allocation for still-connected processes<br />
-&gt; Num Procs or Allocs: For Begin/End snapshot lines, it is the number of<br />
processes. For Category lines, it is the number of allocations<br />
-&gt; ordered by Begin/End snapshot, Alloc (MB) desc</p>
<p>Hist Num<br />
Avg Std Dev Max Max Procs<br />
Alloc Used Freeabl Alloc Alloc Alloc Alloc or<br />
Category (MB) (MB) (MB) (MB) (MB) (MB) (MB) Allocs<br />
- &#8212;&#8212;&#8211; &#8212;&#8212;&#8212; &#8212;&#8212;&#8212; &#8212;&#8212;&#8211; &#8212;&#8212;&#8211; &#8212;&#8212;- &#8212;&#8212;- &#8212;&#8212; &#8212;&#8212;<br />
B &#8212;&#8212;&#8211; 88.6 40.2 7.0 4.2 7.5 22 22 21<br />
Other 80.7 3.8 7.6 22 22 21<br />
Freeable 7.0 .0 .8 .5 2 9<br />
SQL .7 .4 .1 .1 0 2 9<br />
PL/SQL .2 .1 .0 .0 0 0 19<br />
E &#8212;&#8212;&#8211; 94.1 45.4 8.6 4.5 7.5 22 22 21<br />
Other 84.5 4.0 7.6 22 22 21<br />
Freeable 8.6 .0 1.0 .4 2 9<br />
SQL .9 .4 .1 .1 0 4 10<br />
PL/SQL .2 .1 .0 .0 0 0 19<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Top Process Memory (by component) DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt; ordered by Begin/End snapshot, Alloc (MB) desc</p>
<p>Alloc Used Freeabl Max Hist Max<br />
PId Category (MB) (MB) (MB) Alloc (MB) Alloc (MB)<br />
- &#8212;&#8212; &#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;- &#8212;&#8212;- &#8212;&#8212;&#8211; &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;-<br />
B 6 LGWR &#8212;&#8212;&#8211; 22.2 10.3 .1 22.2 22.3<br />
Other 22.0 22.0 22.2<br />
Freeable .1 .0 .1<br />
PL/SQL .0 .0 .0 .0<br />
16 ARC0 &#8212;&#8212;&#8211; 21.9 10.3 .0 21.9 21.9<br />
Other 21.9 21.9 21.9<br />
PL/SQL .0 .0 .0 .0<br />
17 ARC1 &#8212;&#8212;&#8211; 21.9 10.3 .0 21.9 21.9<br />
Other 21.9 21.9 21.9<br />
PL/SQL .0 .0 .0 .0<br />
21 J001 &#8212;&#8212;&#8211; 4.4 1.4 1.8 4.4 4.4<br />
Other 2.5 2.5 2.5<br />
Freeable 1.8 .0 1.8<br />
SQL .2 .1 .2 2.2<br />
PL/SQL .0 .0 .0 .0<br />
11 MMON &#8212;&#8212;&#8211; 3.2 1.6 1.1 3.2 3.3<br />
Other 2.0 2.0 2.0<br />
Freeable 1.1 .0 1.1<br />
SQL .1 .1 .1 1.0<br />
PL/SQL .0 .0 .0 .1<br />
10 CJQ0 &#8212;&#8212;&#8211; 1.9 .6 1.1 1.9 1.9<br />
Freeable 1.1 .0 1.1<br />
Other .7 .7 .7<br />
SQL .1 .0 .1 .5<br />
PL/SQL .0 .0 .0 .0<br />
15 TNS V1-V3 &#8212; 1.7 .5 .3 1.7 2.1<br />
Other 1.4 1.4 1.4<br />
Freeable .3 .0 .3<br />
SQL .1 .0 .1 1.3<br />
PL/SQL .0 .0 .0 .0<br />
13 D000 &#8212;&#8212;&#8211; 1.7 .8 .0 1.7 1.7<br />
Other 1.7 1.7 1.7<br />
18 J000 &#8212;&#8212;&#8211; 1.6 .3 .9 1.6 4.3<br />
Freeable .9 .0 .9<br />
Other .6 .6 .8<br />
PL/SQL .1 .0 .1 .1<br />
SQL .0 .0 .0 2.5<br />
5 DBW0 &#8212;&#8212;&#8211; 1.4 .3 .9 1.4 2.3<br />
Freeable .9 .0 .9<br />
Other .5 .5 1.4<br />
PL/SQL .0 .0 .0 .0<br />
20 q000 &#8212;&#8212;&#8211; 1.3 .6 .4 1.3 1.4<br />
Other .8 .8 .8<br />
Freeable .4 .0 .4<br />
SQL .1 .1 .1 .5<br />
PL/SQL .0 .0 .0 .0<br />
8 SMON &#8212;&#8212;&#8211; 1.2 .5 .6 1.2 1.3<br />
Other .6 .6 .6<br />
Freeable .6 .0 .6<br />
SQL .1 .0 .1 .2<br />
PL/SQL .0 .0 .0 .0<br />
E 6 LGWR &#8212;&#8212;&#8211; 22.2 10.3 .1 22.2 22.3<br />
Other 22.0 22.0 22.2</p>
<p>Top Process Memory (by component) DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt; ordered by Begin/End snapshot, Alloc (MB) desc</p>
<p>Alloc Used Freeabl Max Hist Max<br />
PId Category (MB) (MB) (MB) Alloc (MB) Alloc (MB)<br />
- &#8212;&#8212; &#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;- &#8212;&#8212;- &#8212;&#8212;&#8211; &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;-<br />
E 6 Freeable .1 .0 .1<br />
PL/SQL .0 .0 .0 .0<br />
16 ARC0 &#8212;&#8212;&#8211; 21.9 10.3 .0 21.9 21.9<br />
Other 21.9 21.9 21.9<br />
PL/SQL .0 .0 .0 .0<br />
17 ARC1 &#8212;&#8212;&#8211; 21.9 10.3 .0 21.9 21.9<br />
Other 21.9 21.9 21.9<br />
PL/SQL .0 .0 .0 .0<br />
11 MMON &#8212;&#8212;&#8211; 7.0 5.5 1.0 7.0 7.1<br />
Other 5.9 5.9 5.9<br />
Freeable 1.0 .0 1.0<br />
SQL .1 .0 .1 1.0<br />
PL/SQL .0 .0 .0 .1<br />
21 J000 &#8212;&#8212;&#8211; 4.5 1.3 1.6 4.5 4.5<br />
Other 2.7 2.7 2.7<br />
Freeable 1.6 .0 1.6<br />
SQL .2 .1 .2 2.2<br />
PL/SQL .1 .0 .1 .1<br />
15 TNS V1-V3 &#8212; 2.4 1.0 1.0 2.4 5.6<br />
Other 1.2 1.2 1.2<br />
Freeable 1.0 .0 1.0<br />
SQL .1 .1 .1 3.6<br />
PL/SQL .1 .0 .1 .1<br />
8 SMON &#8212;&#8212;&#8211; 2.1 .6 1.2 2.1 2.1<br />
Freeable 1.2 .0 1.2<br />
Other .8 .8 .8<br />
SQL .1 .0 .1 .6<br />
PL/SQL .0 .0 .0 .0<br />
20 q000 &#8212;&#8212;&#8211; 2.1 .8 1.1 2.1 2.1<br />
Freeable 1.1 .0 1.1<br />
Other .9 .9 .9<br />
SQL .1 .0 .1 .7<br />
PL/SQL .0 .0 .0 .0<br />
10 CJQ0 &#8212;&#8212;&#8211; 2.0 .7 1.1 2.0 2.0<br />
Freeable 1.1 .0 1.1<br />
Other .8 .8 .8<br />
SQL .1 .0 .1 .8<br />
PL/SQL .0 .0 .0 .0<br />
18 TNS V1-V3 &#8212; 1.7 .5 .7 1.7 1.9<br />
Other .9 .9 .9<br />
Freeable .7 .0 .7<br />
SQL .1 .1 .1 1.1<br />
PL/SQL .0 .0 .0 .0<br />
7 CKPT &#8212;&#8212;&#8211; 1.3 .4 .8 1.3 2.2<br />
Freeable .8 .0 .8<br />
Other .6 .6 1.4<br />
SQL .0 .0 .0 .1<br />
PL/SQL .0 .0 .0 .0<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Enqueue activity DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt; only enqueues with waits are shown<br />
-&gt; Enqueue stats gathered prior to 10g should not be compared with 10g data<br />
-&gt; ordered by Wait Time desc, Waits desc</p>
<p>Enqueue Type (Request Reason)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Requests Succ Gets Failed Gets Waits Wt Time (s) Av Wt Time(ms)<br />
&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8211;<br />
RO-Multiple Object Reuse (fast object reuse)<br />
333 333 0 28 0 .71<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Undo Segment Summary DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt; Min/Max TR (mins) &#8211; Min and Max Tuned Retention (minutes)<br />
-&gt; STO &#8211; Snapshot Too Old count, OOS &#8211; Out Of Space count<br />
-&gt; Undo segment block stats:<br />
uS &#8211; unexpired Stolen, uR &#8211; unexpired Released, uU &#8211; unexpired reUsed<br />
eS &#8211; expired Stolen, eR &#8211; expired Released, eU &#8211; expired reUsed</p>
<p>Undo Num Undo Number of Max Qry Max Tx Min/Max STO/ uS/uR/uU/<br />
TS# Blocks (K) Transactions Len (s) Concy TR (mins) OOS eS/eR/eU<br />
&#8212;- &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8211; &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212; &#8212;&#8211; &#8212;&#8212;&#8212;&#8211;<br />
1 9.0 29,236 0 4 15/15 0/0 0/0/0/0/0/0<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Undo Segment Stats DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt; Most recent 35 Undostat rows, ordered by End Time desc</p>
<p>Num Undo Number of Max Qry Max Tx Tun Ret STO/ uS/uR/uU/<br />
End Time Blocks Transactions Len (s) Concy (mins) OOS eS/eR/eU<br />
&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;- &#8212;&#8212;- &#8212;&#8212;- &#8212;&#8211; &#8212;&#8212;&#8212;&#8211;<br />
24-Mar 19:51 4 86 0 1 15 0/0 0/0/0/0/0/0<br />
24-Mar 19:41 5 51 0 1 15 0/0 0/0/0/0/0/0<br />
24-Mar 19:31 4 84 0 1 15 0/0 0/0/0/0/0/0<br />
24-Mar 19:21 6 52 0 2 15 0/0 0/0/0/0/0/0<br />
24-Mar 19:11 12 274 0 2 15 0/0 0/0/0/0/0/0<br />
24-Mar 19:01 166 147 0 3 15 0/0 0/0/0/0/0/0<br />
24-Mar 18:51 10 98 0 3 15 0/0 0/0/0/0/0/0<br />
24-Mar 18:41 3 58 0 1 15 0/0 0/0/0/0/0/0<br />
24-Mar 18:31 5 65 0 1 15 0/0 0/0/0/0/0/0<br />
24-Mar 18:21 3 49 0 1 15 0/0 0/0/0/0/0/0<br />
24-Mar 18:11 5 165 0 1 15 0/0 0/0/0/0/0/0<br />
24-Mar 18:01 94 130 0 3 15 0/0 0/0/0/0/0/0<br />
24-Mar 17:51 5 74 0 1 15 0/0 0/0/0/0/0/0<br />
24-Mar 17:41 3 48 0 1 15 0/0 0/0/0/0/0/0<br />
24-Mar 17:31 5 60 0 1 15 0/0 0/0/0/0/0/0<br />
24-Mar 17:21 3 47 0 1 15 0/0 0/0/0/0/0/0<br />
24-Mar 17:11 3 170 0 1 15 0/0 0/0/0/0/0/0<br />
24-Mar 17:01 115 140 0 3 15 0/0 0/0/0/0/0/0<br />
24-Mar 16:51 2 52 0 1 15 0/0 0/0/0/0/0/0<br />
24-Mar 16:41 4 49 0 2 15 0/0 0/0/0/0/0/0<br />
24-Mar 16:31 5 64 0 1 15 0/0 0/0/0/0/0/0<br />
24-Mar 16:21 4 54 0 1 15 0/0 0/0/0/0/0/0<br />
24-Mar 16:11 6 166 0 3 15 0/0 0/0/0/0/0/0<br />
24-Mar 16:01 104 137 0 3 15 0/0 0/0/0/0/0/0<br />
24-Mar 15:51 2 71 0 1 15 0/0 0/0/0/0/0/0<br />
24-Mar 15:41 5 48 0 1 15 0/0 0/0/0/0/0/0<br />
24-Mar 15:31 5 86 0 2 15 0/0 0/0/0/0/0/0<br />
24-Mar 15:21 6 54 0 1 15 0/0 0/0/0/0/0/0<br />
24-Mar 15:11 9 229 0 2 15 0/0 0/0/0/0/0/0<br />
24-Mar 15:01 111 140 0 3 15 0/0 0/0/0/0/0/0<br />
24-Mar 14:51 1 48 0 1 15 0/0 0/0/0/0/0/0<br />
24-Mar 14:41 2 66 0 1 15 0/0 0/0/0/0/0/0<br />
24-Mar 14:31 9 47 0 3 15 0/0 0/0/0/0/0/0<br />
24-Mar 14:21 5 237 0 1 15 0/0 0/0/0/0/0/0<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Latch Activity DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt;&#8221;Get Requests&#8221;, &#8220;Pct Get Miss&#8221; and &#8220;Avg Slps/Miss&#8221; are statistics for<br />
willing-to-wait latch get requests<br />
-&gt;&#8221;NoWait Requests&#8221;, &#8220;Pct NoWait Miss&#8221; are for no-wait latch get requests<br />
-&gt;&#8221;Pct Misses&#8221; for both should be very close to 0.0</p>
<p>Pct Avg Wait Pct<br />
Get Get Slps Time NoWait NoWait<br />
Latch Requests Miss /Miss (s) Requests Miss<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212; &#8212;&#8212; &#8212;&#8212; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;<br />
AWR Alerted Metric Eleme 569,825 0.0 0 0<br />
Consistent RBA 21,806 0.0 0 0<br />
FAL request queue 3,247 0.0 0 0<br />
FAL subheap alocation 3,247 0.0 0 0<br />
FIB s.o chain latch 94 0.0 0 0<br />
FOB s.o list latch 2,344 0.0 0 0<br />
In memory undo latch 168,969 0.0 0.5 0 55,404 0.0<br />
JS mem alloc latch 650 0.0 0 2 0.0<br />
JS queue access latch 650 0.0 0 0<br />
JS queue state obj latch 1,169,356 0.0 0 0<br />
JS slv state obj latch 11,164 0.0 0 0<br />
KGX 0 0 430,156 0.0<br />
KMG MMAN ready and start 54,456 0.0 0 0<br />
KMG resize request state 36 0.0 0 0<br />
KTF sga latch 307 0.0 0 51,151 0.0<br />
KWQMN job cache list lat 3,337 0.0 0 0<br />
KWQP Prop Status 46 0.0 0 0<br />
MQL Tracking Latch 0 0 3,236 0.0<br />
Memory Management Latch 816 0.1 1.0 0 54,455 0.0<br />
OS process 22,188 0.0 0 0<br />
OS process allocation 68,771 0.0 0 0<br />
OS process: request allo 4,940 0.0 0 0<br />
PL/SQL warning settings 11,142 0.0 0 0<br />
SGA IO buffer pool latch 221 0.0 0 221 0.0<br />
SQL memory manager latch 91 0.0 0 53,657 0.0<br />
SQL memory manager worka 3,632,934 0.0 0 0<br />
Shared B-Tree 5,917 0.0 0 0<br />
active checkpoint queue 94,592 0.0 0 2 0.0<br />
active service list 346,042 0.0 0 56,118 0.0<br />
alert log latch 0 0 1 0.0<br />
archive control 3,120 0.0 0 0<br />
archive process latch 56,904 0.0 1.0 0 0<br />
begin backup scn array 18 0.0 0 0<br />
buffer pool 26 0.0 0 0<br />
cache buffer handles 13,011 0.0 0 0<br />
cache buffers chains 9,361,809 0.0 0.2 0 88,046 0.0<br />
cache buffers lru chain 228,308 0.0 0.4 0 29,923 0.1<br />
cache table scan latch 0 0 2,511 0.0<br />
cas latch 105,589 0.0 0 0<br />
channel handle pool latc 5,022 0.0 0 0<br />
channel operations paren 769,612 0.0 0 0<br />
checkpoint queue latch 1,261,737 0.0 0 45,437 0.0<br />
client/application info 65,661 0.0 0 0<br />
commit callback allocati 2,618 0.0 0 0<br />
compile environment latc 9,859 0.0 0 0<br />
dictionary lookup 107 0.0 0 0<br />
dml lock allocation 124,446 0.0 0 0<br />
dummy allocation 10,202 0.0 0 0<br />
enqueue hash chains 2,916,761 0.0 0.6 0 2 0.0<br />
enqueues 2,702,194 0.0 0.0 0 0<br />
Latch Activity DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt;&#8221;Get Requests&#8221;, &#8220;Pct Get Miss&#8221; and &#8220;Avg Slps/Miss&#8221; are statistics for<br />
willing-to-wait latch get requests<br />
-&gt;&#8221;NoWait Requests&#8221;, &#8220;Pct NoWait Miss&#8221; are for no-wait latch get requests<br />
-&gt;&#8221;Pct Misses&#8221; for both should be very close to 0.0</p>
<p>Pct Avg Wait Pct<br />
Get Get Slps Time NoWait NoWait<br />
Latch Requests Miss /Miss (s) Requests Miss<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212; &#8212;&#8212; &#8212;&#8212; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;<br />
event group latch 2,470 0.0 0 0<br />
file cache latch 4,455 0.0 0 0<br />
global KZLD latch for me 5 0.0 0 0<br />
hash table column usage 4,449 0.0 0 204,404 0.0<br />
hash table modification 4,614 0.0 0 2 0.0<br />
internal temp table obje 13 0.0 0 0<br />
job workq parent latch 0 0 5,262 0.0<br />
job_queue_processes free 3 0.0 0 2 0.0<br />
job_queue_processes para 5,320 0.0 0 0<br />
kks stats 18,636 0.0 0 0<br />
kmcptab latch 10 0.0 0 0<br />
kmcpvec latch 0 0 10 0.0<br />
ksuosstats global area 10,982 0.0 0 0<br />
ktm global data 671 0.0 0 0<br />
kwqbsn:qsga 5,917 0.0 0 0<br />
lgwr LWN SCN 68,098 0.0 0.0 0 0<br />
library cache 2,296,703 0.0 0.5 1 16,915 66.6<br />
library cache load lock 26,746 0.0 0.0 0 5 0.0<br />
library cache lock 937,239 0.0 0.0 0 0<br />
library cache lock alloc 55,463 0.0 0 0<br />
library cache pin 1,400,649 0.0 0.0 0 0<br />
library cache pin alloca 22,322 0.0 0 0<br />
list of block allocation 6,757 0.0 0 0<br />
loader state object free 186 0.0 0 0<br />
longop free list parent 282 0.0 0 322 0.0<br />
message pool operations 246 0.0 0 0<br />
messages 1,191,392 0.0 0.0 0 0<br />
mostly latch-free SCN 108,035 0.0 0.0 0 0<br />
multiblock read objects 6,742 0.0 0 1 0.0<br />
ncodef allocation latch 2,672 0.0 0 0<br />
object queue header heap 976 0.0 0 537 0.0<br />
object queue header oper 343,291 0.0 0.2 0 0<br />
object stats modificatio 820 0.0 0 2 0.0<br />
parallel query alloc buf 21,464 0.0 0 0<br />
parameter table allocati 5,237 0.0 0 0<br />
post/wait queue 7,481 0.0 0 3,187 0.0<br />
process allocation 4,940 0.0 0 2,470 0.0<br />
process group creation 4,940 0.0 0 0<br />
qmn task queue latch 23,116 0.0 0.0 0 0<br />
redo allocation 263,363 0.0 0.3 0 361,204 0.0<br />
redo copy 0 0 361,240 0.2<br />
redo on-disk SCN 218,443 0.0 0 0<br />
redo writing 272,588 0.0 0.0 0 0<br />
resmgr group change latc 13,331 0.0 0 0<br />
resmgr:actses active lis 10,106 0.0 0 0<br />
resmgr:actses change gro 2,637 0.0 0 0<br />
resmgr:free threads list 10,014 0.0 0 0<br />
resmgr:schema config 92 0.0 0 0<br />
rm cas latch 25,831 0.0 0 0<br />
row cache objects 1,488,101 0.0 0.1 0 294 0.0<br />
Latch Activity DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt;&#8221;Get Requests&#8221;, &#8220;Pct Get Miss&#8221; and &#8220;Avg Slps/Miss&#8221; are statistics for<br />
willing-to-wait latch get requests<br />
-&gt;&#8221;NoWait Requests&#8221;, &#8220;Pct NoWait Miss&#8221; are for no-wait latch get requests<br />
-&gt;&#8221;Pct Misses&#8221; for both should be very close to 0.0</p>
<p>Pct Avg Wait Pct<br />
Get Get Slps Time NoWait NoWait<br />
Latch Requests Miss /Miss (s) Requests Miss<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212; &#8212;&#8212; &#8212;&#8212; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;<br />
rules engine aggregate s 670 0.0 0 0<br />
rules engine rule set st 5,940 0.0 0 0<br />
sequence cache 2,025 0.0 0 0<br />
session allocation 1,895,334 0.0 0.0 0 0<br />
session idle bit 38,131 0.0 0 0<br />
session state list latch 10,972 0.0 0 0<br />
session switching 2,672 0.0 0 0<br />
session timer 56,118 0.0 0 0<br />
shared pool 781,373 0.1 0.5 1 0<br />
simulator hash latch 388,602 0.0 0 0<br />
simulator lru latch 382,196 0.0 0.2 0 3,265 0.0<br />
slave class 94 0.0 0 0<br />
slave class create 376 12.0 1.0 4 0<br />
sort extent pool 4,238 0.0 0 0<br />
state object free list 90 0.0 0 0<br />
statistics aggregation 6,300 0.0 0 0<br />
temporary table state ob 8 0.0 0 0<br />
threshold alerts latch 13,558 0.0 0 0<br />
trace latch 3 0.0 0 0<br />
transaction allocation 6,512 0.0 0 0<br />
transaction branch alloc 2,672 0.0 0 0<br />
undo global data 160,700 0.0 0.0 0 0<br />
user lock 5,272 0.0 0 0<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Latch Sleep breakdown DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt; ordered by misses desc</p>
<p>Get Spin<br />
Latch Name Requests Misses Sleeps Gets<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8211;<br />
library cache 2,296,703 1,114 594 580<br />
shared pool 781,373 1,093 502 629<br />
session allocation 1,895,334 940 5 935<br />
row cache objects 1,488,101 135 15 120<br />
redo allocation 263,363 64 21 43<br />
slave class create 376 45 46 0<br />
simulator lru latch 382,196 41 9 32<br />
cache buffers chains 9,361,809 33 5 28<br />
cache buffers lru chain 228,308 24 9 16<br />
messages 1,191,392 23 1 22<br />
enqueue hash chains 2,916,761 7 4 4<br />
object queue header operat 343,291 6 1 5<br />
archive process latch 56,904 2 2 0<br />
In memory undo latch 168,969 2 1 1<br />
Memory Management Latch 816 1 1 0<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Latch Miss Sources DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt; only latches with sleeps are shown<br />
-&gt; ordered by name, sleeps desc</p>
<p>NoWait Waiter<br />
Latch Name Where Misses Sleeps Sleeps<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;- &#8212;&#8212;&#8212;- &#8212;&#8212;&#8211;<br />
In memory undo latch ktiFlush: child 0 1 0<br />
Memory Management Latch kmgs_perform_parameter_upd 0 1 1<br />
archive process latch kcrrsarc 0 2 0<br />
cache buffers chains kcbzwb 0 1 0<br />
cache buffers chains kcbgtcr: kslbegin excl 0 1 1<br />
cache buffers chains kcbgcur: kslbegin 0 1 0<br />
cache buffers chains kcbgtcr: fast path 0 1 0<br />
cache buffers chains kcbchg: kslbegin: bufs not 0 1 0<br />
cache buffers lru chain kcbzgws_1 0 8 4<br />
cache buffers lru chain kcbzgb: posted for free bu 0 1 0<br />
enqueue hash chains ksqgtl3 0 3 2<br />
enqueue hash chains ksqcnl 0 1 0<br />
library cache kglpndl: child: before pro 0 88 163<br />
library cache kglobpn: child: 0 73 26<br />
library cache kglpin: child: heap proces 0 67 26<br />
library cache kglpndl: child: after proc 0 26 8<br />
library cache kglrtl 0 25 6<br />
library cache kglhdgc: child: 0 22 24<br />
library cache kglhdgn: child: 0 18 43<br />
library cache kglini: child 0 12 4<br />
library cache kglpnc: child 0 10 123<br />
library cache kglukp: child 0 5 4<br />
library cache kglpin 0 5 6<br />
library cache kglic 0 5 1<br />
library cache kglobld 0 4 6<br />
library cache kglhdiv0: parent: invalida 0 2 4<br />
library cache kglivl: child 0 2 2<br />
library cache kgldtld: 2child 0 2 7<br />
library cache kgldti: 2child 0 2 6<br />
library cache kglati 0 1 0<br />
library cache kglupd: child 0 1 0<br />
library cache kglprg: child 0 1 0<br />
library cache kglkep: child 0 1 0<br />
library cache lock kgllkdl: child: no lock ha 0 25 44<br />
messages ksarcv: after wait 0 1 0<br />
object queue header oper kcbw_unlink_q_bg 0 1 0<br />
redo allocation kcrfw_redo_gen: redo alloc 0 17 0<br />
redo allocation kcrfw_redo_gen: redo alloc 0 4 0<br />
row cache objects kqreqd: reget 0 7 0<br />
row cache objects kqrpre: find obj 0 6 8<br />
row cache objects kqrso 0 1 0<br />
row cache objects kqreqd 0 1 3<br />
session allocation ksucri 0 2 0<br />
session allocation ksuxds: KSUSFCLC not set 0 1 0<br />
session allocation ksufap: active sessions 0 1 0<br />
session allocation ksuprc 0 1 2<br />
shared pool kghalo 0 352 216<br />
shared pool kghfrunp: clatch: nowait 0 141 0<br />
shared pool kghfrunp: alloc: cursor du 0 76 1<br />
shared pool kghfrunp: clatch: wait 0 56 102<br />
shared pool kghupr1 0 34 171<br />
shared pool kghalp 0 29 87<br />
shared pool kgh: add extent to quiesce 0 7 1<br />
Latch Miss Sources DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt; only latches with sleeps are shown<br />
-&gt; ordered by name, sleeps desc</p>
<p>NoWait Waiter<br />
Latch Name Where Misses Sleeps Sleeps<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;- &#8212;&#8212;&#8212;- &#8212;&#8212;&#8211;<br />
shared pool kghasp 0 2 10<br />
shared pool kghfre 0 2 13<br />
simulator lru latch kcbs_simulate: simulate se 0 9 9<br />
slave class create ksvcreate 0 46 0<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Dictionary Cache Stats DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt;&#8221;Pct Misses&#8221; should be very low (&lt; 2% in most cases)<br />
-&gt;&#8221;Final Usage&#8221; is the number of cache entries being used in End Snapshot</p>
<p>Get Pct Scan Pct Mod Final<br />
Cache Requests Miss Reqs Miss Reqs Usage<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212; &#8212;&#8212; &#8212;&#8212;- &#8212;&#8211; &#8212;&#8212;&#8211; &#8212;&#8212;&#8212;-<br />
dc_awr_control 3,016 0.0 0 92 1<br />
dc_constraints 249 33.7 0 249 1<br />
dc_files 56 0.0 0 0 7<br />
dc_global_oids 5,315 0.4 0 0 45<br />
dc_histogram_data 39,444 12.0 0 3,568 3,516<br />
dc_histogram_defs 68,869 18.4 0 4,181 4,399<br />
dc_object_grants 148 15.5 0 0 25<br />
dc_object_ids 96,272 0.8 0 75 1,030<br />
dc_objects 49,002 2.8 0 486 1,320<br />
dc_profiles 2,732 0.0 0 0 1<br />
dc_rollback_segments 29,037 0.0 0 0 22<br />
dc_segments 19,990 3.8 0 331 919<br />
dc_sequences 69 7.2 0 69 8<br />
dc_table_scns 15 100.0 0 0 0<br />
dc_tablespace_quotas 73 4.1 0 0 3<br />
dc_tablespaces 63,910 0.0 0 0 10<br />
dc_usernames 5,200 0.2 0 0 14<br />
dc_users 115,483 0.0 0 0 42<br />
outstanding_alerts 5,605 6.0 0 670 17<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Library Cache Activity DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt;&#8221;Pct Misses&#8221; should be very low</p>
<p>Get Pct Pin Pct Invali-<br />
Namespace Requests Miss Requests Miss Reloads dations<br />
&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212; &#8212;&#8212;&#8212;- &#8212;&#8212;&#8211;<br />
BODY 27,749 0.1 35,344 0.6 161 0<br />
CLUSTER 411 0.2 1,018 2.4 23 0<br />
INDEX 561 50.3 3,371 20.8 182 0<br />
SQL AREA 11,344 22.7 479,375 2.3 4,360 248<br />
TABLE/PROCEDURE 20,012 4.2 116,712 10.5 6,460 0<br />
TRIGGER 977 2.4 8,521 1.0 56 0<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Rule Sets DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt; * indicates Rule Set activity (re)started between Begin/End snaps<br />
-&gt; Top 25 ordered by Evaluations desc</p>
<p>No-SQL SQL<br />
Rule * Eval/sec Reloads/sec Eval % Eval %<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8211; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8211; &#8212;&#8212; &#8212;&#8212;<br />
SYS.ALERT_QUE_R 1,218 0 0 0<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Shared Pool Advisory DB/Inst: ORCL/orcl End Snap: 241<br />
-&gt; SP: Shared Pool Est LC: Estimated Library Cache Factr: Factor<br />
-&gt; Note there is often a 1:Many correlation between a single logical object<br />
in the Library Cache, and the physical number of memory objects associated<br />
with it. Therefore comparing the number of Lib Cache objects (e.g. in<br />
v$librarycache), with the number of Lib Cache Memory Objects is invalid</p>
<p>Est LC Est LC Est LC Est LC<br />
Shared SP Est LC Time Time Load Load Est LC<br />
Pool Size Size Est LC Saved Saved Time Time Mem<br />
Size (M) Factr (M) Mem Obj (s) Factr (s) Factr Obj Hits<br />
&#8212;&#8212;&#8212;- &#8212;&#8211; &#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;- &#8212;&#8212; &#8212;&#8212;- &#8212;&#8212; &#8212;&#8212;&#8212;&#8211;<br />
96 .9 13 1,636 1,333 1.0 133 1.1 506,568<br />
108 1.0 24 2,562 1,343 1.0 123 1.0 512,259<br />
120 1.1 34 3,676 1,351 1.0 115 .9 516,526<br />
132 1.2 45 5,117 1,357 1.0 109 .9 519,089<br />
144 1.3 56 5,990 1,360 1.0 106 .9 520,576<br />
156 1.4 67 7,089 1,362 1.0 104 .8 521,631<br />
168 1.6 78 7,997 1,363 1.0 103 .8 522,501<br />
180 1.7 89 8,691 1,364 1.0 102 .8 523,238<br />
192 1.8 100 9,341 1,365 1.0 101 .8 523,964<br />
204 1.9 111 10,543 1,367 1.0 99 .8 524,787<br />
216 2.0 122 11,531 1,369 1.0 97 .8 525,645<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Cache Size Changes DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt; Not all cache size changes may be captured. Only cache changes which are<br />
evident at snapshot time are shown</p>
<p>Prior New Difference<br />
Snap Id Cache Size (MB) Size (MB) (MB)<br />
&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212; &#8212;&#8212;&#8212; &#8212;&#8212;&#8212;-<br />
172 Buffer Cache 132 128 -4<br />
Shared Pool 152 156 4<br />
211 Shared Pool 156 128 -28<br />
Buffer Cache 128 156 28<br />
213 Shared Pool 128 124 -4<br />
Buffer Cache 156 160 4<br />
221 Shared Pool 124 120 -4<br />
Buffer Cache 160 164 4<br />
225 Shared Pool 120 116 -4<br />
Buffer Cache 164 168 4<br />
229 Shared Pool 116 112 -4<br />
Buffer Cache 168 172 4<br />
241 Shared Pool 112 108 -4<br />
Buffer Cache 172 176 4<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
SGA Target Advisory DB/Inst: ORCL/orcl End Snap: 241</p>
<p>SGA Target SGA Size Est DB Est DB Est Physical<br />
Size (M) Factor Time (s) Time Factor Reads<br />
&#8212;&#8212;&#8212;- &#8212;&#8212;&#8211; &#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8211;<br />
225 .8 524 1.1 49,308<br />
300 1.0 493 1.0 40,660<br />
375 1.3 457 .9 29,336<br />
450 1.5 426 .9 20,119<br />
525 1.8 417 .8 20,119<br />
600 2.0 417 .8 17,171<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
SGA Memory Summary DB/Inst: ORCL/orcl Snaps: 171-241</p>
<p>End Size (Bytes)<br />
SGA regions Begin Size (Bytes) (if different)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Database Buffers 138,412,032 184,549,376<br />
Fixed Size 2,020,480<br />
Redo Buffers 6,365,184<br />
Variable Size 167,775,104 121,637,760<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
sum 314,572,800 306,187,136<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
SGA breakdown difference DB/Inst: ORCL/orcl Snaps: 171-241<br />
-&gt; Top 35 rows by size, ordered by Pool, Name (note rows with null values for<br />
Pool column, or Names showing free memory are always shown)<br />
-&gt; Null value for Begin MB or End MB indicates the size of that Pool/Name was<br />
insignificant, or zero in that snapshot</p>
<p>Pool Name Begin MB End MB % Diff<br />
&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8211;<br />
java p free memory 4.0 4.0 0.00<br />
large PX msg pool .9 .9 0.00<br />
large free memory 3.1 3.1 0.00<br />
shared ASH buffers 4.0 4.0 0.00<br />
shared CCursor 2.0 3.0 51.23<br />
shared FileOpenBlock 1.4 ########<br />
shared Heap0: KGL 2.0 ########<br />
shared KCB Table Scan Buffer 3.8 3.8 0.00<br />
shared KGLS heap 2.2 2.5 15.49<br />
shared KQR L PO 1.3 ########<br />
shared KQR M PO 3.2 ########<br />
shared KQR M SO 1.7 ########<br />
shared KSFD SGA I/O b 3.8 3.8 0.00<br />
shared KSXR receive buffers 1.0 ########<br />
shared KTI-UNDO 1.2 ########<br />
shared PCursor 2.1 ########<br />
shared PL/SQL MPCODE 2.2 2.1 -2.29<br />
shared db_block_hash_buckets 1.2 ########<br />
shared dbwriter coalesce buffer 1.0 ########<br />
shared event statistics per sess 1.5 1.5 0.00<br />
shared free memory 73.7 3.8 -94.84<br />
shared kglsim hash table bkts 4.0 4.0 0.00<br />
shared kglsim heap 1.2 ########<br />
shared kglsim object batch 1.7 ########<br />
shared kks stbkt 1.5 1.5 0.00<br />
shared library cache 5.3 9.4 77.39<br />
shared private strands 2.3 2.3 0.00<br />
shared row cache 7.1 7.1 0.00<br />
shared sql area 6.2 11.1 77.33<br />
buffer_cache 132.0 176.0 33.33<br />
fixed_sga 1.9 1.9 0.00<br />
log_buffer 6.1 6.1 0.00<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
SQL Memory Statistics DB/Inst: ORCL/orcl Snaps: 171-241</p>
<p>Begin End % Diff<br />
&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8211;<br />
Avg Cursor Size (KB): 65.21 62.41 -4.49<br />
Cursor to Parent ratio: 1.05 1.32 20.03<br />
Total Cursors: 405 728 44.37<br />
Total Parents: 384 552 30.43<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
init.ora Parameters DB/Inst: ORCL/orcl Snaps: 171-241</p>
<p>End value<br />
Parameter Name Begin value (if different)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8211;<br />
audit_file_dest /oracle/admin/orcl/adump<br />
background_dump_dest /oracle/admin/orcl/bdump<br />
compatible 10.2.0.1.0<br />
control_files /oradata/orcl/control01.ctl, /ora<br />
core_dump_dest /oracle/admin/orcl/cdump<br />
db_block_size 8192<br />
db_cache_size 0<br />
db_domain<br />
db_file_multiblock_read_count 16<br />
db_name orcl<br />
db_recovery_file_dest /oracle/flash_recovery_area<br />
db_recovery_file_dest_size 2147483648<br />
dispatchers (PROTOCOL=TCP) (SERVICE=orclXDB)<br />
job_queue_processes 10<br />
log_archive_dest_1 LOCATION=/ora_data/arch<br />
log_archive_format %t_%s_%r.dbf<br />
open_cursors 300<br />
pga_aggregate_target 94371840 104857600<br />
processes 150<br />
remote_login_passwordfile EXCLUSIVE<br />
sga_max_size 314572800<br />
sga_target 314572800<br />
shared_pool_size 0<br />
undo_management AUTO<br />
undo_tablespace UNDOTBS1<br />
user_dump_dest /oracle/admin/orcl/udump<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>End of Report ( report.rep )</p></blockquote>
<p>5.2 SQL문 분석결과보기</p>
<blockquote><p>SQL&gt; @sprepsql.sql</p>
<p>Specify the Begin and End Snapshot Ids<br />
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br />
Enter value for begin_snap: 1<br />
Begin Snapshot Id specified: 1</p>
<p>Enter value for end_snap: 75<br />
End Snapshot Id specified: 75</p>
<p>&nbsp;</p>
<p>Specify the old (i.e. pre-10g) Hash Value<br />
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br />
<strong>Enter value for hash_value</strong>: <strong>2689373535</strong><br />
Hash Value specified is:</p></blockquote>
<p>hash 값은, 위의 spreport.sql 실행 보고서에 나오는 hash값을 사용하면 된다.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>기타참고문서:</p>
<p><a href="http://leejehong.tistory.com/entry/SGA-%ED%8A%9C%EB%8B%9D-%EC%8B%9C-%EA%B3%A0%EB%A0%A4%EA%B2%80%ED%86%A0%ED%95%A0-%EC%98%A4%EB%9D%BC%ED%81%B4-factor">http://leejehong.tistory.com/entry/SGA-%ED%8A%9C%EB%8B%9D-%EC%8B%9C-%EA%B3%A0%EB%A0%A4%EA%B2%80%ED%86%A0%ED%95%A0-%EC%98%A4%EB%9D%BC%ED%81%B4-factor</a></p>
<p><a href="http://www.gurubee.net/display/DBSTUDY/Statspack?">http://www.gurubee.net/display/DBSTUDY/Statspack?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.boxcorea.com/wp/archives/357/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP rp3440 DAT drive 교체.</title>
		<link>http://blog.boxcorea.com/wp/archives/380</link>
		<comments>http://blog.boxcorea.com/wp/archives/380#comments</comments>
		<pubDate>Fri, 30 Mar 2012 08:23:36 +0000</pubDate>
		<dc:creator>snowffox</dc:creator>
				<category><![CDATA[H/W(하드웨어)]]></category>
		<category><![CDATA[HPUX]]></category>

		<guid isPermaLink="false">http://blog.boxcorea.com/wp/?p=380</guid>
		<description><![CDATA[HP rp3440 의 DAT drive (DAT 72)의 버튼이 눌리지 않아서 새것으로 교체. 아래 문서를 참고. http://www.ischo.net/hpux/6449 외장 1U DAT이므로, 서버를 끌 필요는없었고,  kcmodule 로 커널의 tape 상태 확인. ioscan하면 디바이스 화일은 생성되어 있으나, 실제 작동하지 않음. 그래서, insf -eC tape한후 작동시켜 보니 잘 됨.]]></description>
			<content:encoded><![CDATA[<p>HP rp3440 의 DAT drive (DAT 72)의 버튼이 눌리지 않아서 새것으로 교체.</p>
<p>아래 문서를 참고.</p>
<p><a href="http://www.ischo.net/hpux/6449">http://www.ischo.net/hpux/6449</a></p>
<p>외장 1U DAT이므로, 서버를 끌 필요는없었고,  kcmodule 로 커널의 tape 상태 확인. ioscan하면 디바이스 화일은 생성되어 있으나, 실제 작동하지 않음. 그래서, insf -eC tape한후 작동시켜 보니 잘 됨.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.boxcorea.com/wp/archives/380/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu kvm 서버에 osx guest(해킨토시?) 설치. -결국 실패</title>
		<link>http://blog.boxcorea.com/wp/archives/373</link>
		<comments>http://blog.boxcorea.com/wp/archives/373#comments</comments>
		<pubDate>Tue, 27 Mar 2012 13:40:54 +0000</pubDate>
		<dc:creator>snowffox</dc:creator>
				<category><![CDATA[Application(어플리케이션)]]></category>
		<category><![CDATA[Linux(리눅스)]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://blog.boxcorea.com/wp/?p=373</guid>
		<description><![CDATA[1. 설치는 아래와 같이.  virt-install &#8211;connect qemu:///system -n osx -r 1024 -f /home2/VM2/osx.vimg -s 15 -c /home/snowfox/OS/Snow_Leopard_10.6.1-10.6.2_SSE2_SSE3_Intel_AMD_by_Hazard.iso &#8211;vnc &#8211;noautoconsole &#8211;os-type none 여기서, 설치에 사용한 iso 이미지는 crack되어 있는 이미지이다. 2. osx 설치시 처음 부팅할때, apple관련 화일이 없다고 나온다. 이때는 ctrl+ALT+Del로 재부팅. 이후, 그냥 엔터 치지 말고 F8을눌러 부팅하자. 3. 그냥 아무생각 없이 설치를 하다보면, 나중에 [...]]]></description>
			<content:encoded><![CDATA[<p>1. 설치는 아래와 같이.</p>
<blockquote><p> virt-install &#8211;connect qemu:///system -n osx -r 1024 -f /home2/VM2/osx.vimg -s 15 -c /home/snowfox/OS/<strong>Snow_Leopard_10.6.1-10.6.2_SSE2_SSE3_Intel_AMD_by_Hazard.iso</strong> &#8211;vnc &#8211;noautoconsole &#8211;os-type none</p></blockquote>
<p>여기서, 설치에 사용한 iso 이미지는 crack되어 있는 이미지이다.</p>
<p>2. osx 설치시 처음 부팅할때, apple관련 화일이 없다고 나온다. 이때는 ctrl+ALT+Del로 재부팅. 이후, 그냥 엔터 치지 말고 F8을눌러 부팅하자.</p>
<p>3. 그냥 아무생각 없이 설치를 하다보면, 나중에 OSX설치할 하드디스크가 보이지 않는다. 나는 이과정에서 엄청 헤맸다. 결론은, 디스크가 포맷되어 있지 않기 때문이다. 여기서 아래 그림에 나오는(처음것은 영어버전으로 설치. 두번재 것은 한글을 선택했을때, 즉 몇번 헤맸기 때문에 나중에 보니 스샷도 하나는 영문, 하나는 한글&#8230; ;ㅡㅡ) 유틸리티를 실행하여, 디스크를 포맷해 주자.</p>
<p><a href="http://blog.boxcorea.com/wp/wp-content/uploads/2012/03/osx.png"><img class="alignnone size-medium wp-image-374" title="osx" src="http://blog.boxcorea.com/wp/wp-content/uploads/2012/03/osx-300x225.png" alt="" width="300" height="225" /></a></p>
<p>&nbsp;</p>
<p><a href="http://blog.boxcorea.com/wp/wp-content/uploads/2012/03/osx2.png"><img title="osx2" src="http://blog.boxcorea.com/wp/wp-content/uploads/2012/03/osx2-300x225.png" alt="" width="300" height="225" /></a></p>
<p>&nbsp;</p>
<p><strong>이것은 결국 실패했다</strong>. 설치 마치고 재부팅이 되는데, 이때, 무한 재부팅이 반복되며, OS가 올라오지 않았다. 혹시, 성공하신 분 있으면 알려주시기 바란다.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.boxcorea.com/wp/archives/373/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>oracle SGA 크기 변경</title>
		<link>http://blog.boxcorea.com/wp/archives/364</link>
		<comments>http://blog.boxcorea.com/wp/archives/364#comments</comments>
		<pubDate>Sat, 24 Mar 2012 11:09:19 +0000</pubDate>
		<dc:creator>snowffox</dc:creator>
				<category><![CDATA[DATABASE]]></category>

		<guid isPermaLink="false">http://blog.boxcorea.com/wp/?p=364</guid>
		<description><![CDATA[SQL&#62; show parameter sga; NAME TYPE VALUE &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; lock_sga boolean FALSE pre_page_sga boolean FALSE sga_max_size big integer 272M sga_target big integer 272M SQL&#62; alter system set sga_max_size = 300M scope=spfile; System altered. SQL&#62; shutdown immediate; Database closed. Database dismounted. ORACLE instance shut down. SQL&#62; startup ORACLE instance started. SQL&#62; show parameter sga; NAME [...]]]></description>
			<content:encoded><![CDATA[<p>SQL&gt; show parameter sga;</p>
<p>NAME TYPE VALUE<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
lock_sga boolean FALSE<br />
pre_page_sga boolean FALSE<br />
<strong>sga_max_size big integer 272M</strong><br />
sga_target big integer<strong> 272M</strong></p>
<p>SQL&gt; <span style="color: #008000;">alter system set sga_max_size =<strong> 300M</strong> scope=spfile;</span></p>
<p>System altered.</p>
<p>SQL&gt; shutdown immediate;<br />
Database closed.<br />
Database dismounted.<br />
ORACLE instance shut down.<br />
SQL&gt; startup<br />
ORACLE instance started.</p>
<p>SQL&gt; show parameter sga;</p>
<p>NAME TYPE VALUE<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
lock_sga boolean FALSE<br />
pre_page_sga boolean FALSE<br />
<strong>sga_max_size big integer 300M</strong><br />
sga_target big integer 272M</p>
<p>SQL&gt; <strong>alter system set sga_target=300M scope=both;</strong></p>
<p>System altered.</p>
<p>SQL&gt; show parameter sga;</p>
<p>NAME TYPE VALUE<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
lock_sga boolean FALSE<br />
pre_page_sga boolean FALSE<br />
sga_max_size big integer 300M<br />
sga_target big integer <strong>300M</strong></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.boxcorea.com/wp/archives/364/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

