<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title></title>
	<atom:link href="http://maxwellmiranda.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://maxwellmiranda.wordpress.com</link>
	<description>&#34;Everyday is a gift, that&#039;s why they call it the present.&#34;</description>
	<lastBuildDate>Fri, 02 Dec 2011 20:08:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='maxwellmiranda.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/7442fa7176c8031d18840c0ffbfe6a60?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title></title>
		<link>http://maxwellmiranda.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://maxwellmiranda.wordpress.com/osd.xml" title="" />
	<atom:link rel='hub' href='http://maxwellmiranda.wordpress.com/?pushpress=hub'/>
		<item>
		<title>RMAN backup job statistics:</title>
		<link>http://maxwellmiranda.wordpress.com/2011/06/20/rman-backup-job-statistics/</link>
		<comments>http://maxwellmiranda.wordpress.com/2011/06/20/rman-backup-job-statistics/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 18:45:50 +0000</pubDate>
		<dc:creator>maxwellmiranda</dc:creator>
				<category><![CDATA[RMAN]]></category>

		<guid isPermaLink="false">http://maxwellmiranda.wordpress.com/?p=465</guid>
		<description><![CDATA[col STATUS format a9 col hrs format 999.99 col TIME_TAKEN_DISPLAY format a10 col INPUT_BYTES_PER_SEC_DISPLAY format a10 col OUTPUT_BYTES_PER_SEC_DISPLAY format a10 select SESSION_KEY, INPUT_TYPE, STATUS, to_char(START_TIME,&#8217;mm/dd/yy hh24:mi&#8217;) start_time, to_char(END_TIME,&#8217;mm/dd/yy hh24:mi&#8217;) end_time, ELAPSED_SECONDS, elapsed_seconds/3600 hrs, TIME_TAKEN_DISPLAY, COMPRESSION_RATIO, INPUT_BYTES_PER_SEC_DISPLAY, OUTPUT_BYTES_PER_SEC_DISPLAY from V$RMAN_BACKUP_JOB_DETAILS order by session_key; Filed under: RMAN<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxwellmiranda.wordpress.com&amp;blog=8964597&amp;post=465&amp;subd=maxwellmiranda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://maxwellmiranda.wordpress.com/2011/06/20/rman-backup-job-statistics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35faedc64f49b0ed9152aacacf3cd625?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">maxwellmiranda</media:title>
		</media:content>
	</item>
		<item>
		<title>Tablespace usage history : dba_hist_tbspc_space_usage</title>
		<link>http://maxwellmiranda.wordpress.com/2011/05/27/tablespace-usage-history-dba_hist_tbspc_space_usage/</link>
		<comments>http://maxwellmiranda.wordpress.com/2011/05/27/tablespace-usage-history-dba_hist_tbspc_space_usage/#comments</comments>
		<pubDate>Fri, 27 May 2011 17:47:04 +0000</pubDate>
		<dc:creator>maxwellmiranda</dc:creator>
				<category><![CDATA[DBA Scripts]]></category>
		<category><![CDATA[Oracle DBA]]></category>

		<guid isPermaLink="false">http://maxwellmiranda.wordpress.com/?p=462</guid>
		<description><![CDATA[select NAME,RTIME,TABLESPACE_SIZE/1024/1024,TABLESPACE_MAXSIZE/1024/1024,TABLESPACE_USEDSIZE/1024/1024 from dba_hist_tbspc_space_usage,v$tablespace where TABLESPACE_ID=TS# order by 1,2; Filed under: DBA Scripts, Oracle DBA<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxwellmiranda.wordpress.com&amp;blog=8964597&amp;post=462&amp;subd=maxwellmiranda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://maxwellmiranda.wordpress.com/2011/05/27/tablespace-usage-history-dba_hist_tbspc_space_usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35faedc64f49b0ed9152aacacf3cd625?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">maxwellmiranda</media:title>
		</media:content>
	</item>
		<item>
		<title>Segment/tablespace growth details script</title>
		<link>http://maxwellmiranda.wordpress.com/2011/03/22/segmenttablespace-growth-details-script/</link>
		<comments>http://maxwellmiranda.wordpress.com/2011/03/22/segmenttablespace-growth-details-script/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 19:34:15 +0000</pubDate>
		<dc:creator>maxwellmiranda</dc:creator>
				<category><![CDATA[DBA Scripts]]></category>
		<category><![CDATA[Oracle DBA]]></category>

		<guid isPermaLink="false">http://maxwellmiranda.wordpress.com/?p=459</guid>
		<description><![CDATA[column &#8220;Percent of Total Disk Usage&#8221; justify right format 999.99 column &#8220;Space Used (MB)&#8221; justify right format 9,999,999.99 column &#8220;Total Object Size (MB)&#8221; justify right format 9,999,999.99 set linesize 150 set pages 80 set feedback off set line 5000 column &#8220;SEGMENT_NAME&#8221; justify left format A30 column &#8220;TABLESPACE_NAME&#8221; justify left format A30 select * from (select [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxwellmiranda.wordpress.com&amp;blog=8964597&amp;post=459&amp;subd=maxwellmiranda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://maxwellmiranda.wordpress.com/2011/03/22/segmenttablespace-growth-details-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35faedc64f49b0ed9152aacacf3cd625?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">maxwellmiranda</media:title>
		</media:content>
	</item>
		<item>
		<title>Script to find default oracle user passwords</title>
		<link>http://maxwellmiranda.wordpress.com/2011/03/08/script-to-find-default-oracle-user-passwords/</link>
		<comments>http://maxwellmiranda.wordpress.com/2011/03/08/script-to-find-default-oracle-user-passwords/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 21:00:07 +0000</pubDate>
		<dc:creator>maxwellmiranda</dc:creator>
				<category><![CDATA[DBA Scripts]]></category>
		<category><![CDATA[Oracle DBA]]></category>

		<guid isPermaLink="false">http://maxwellmiranda.wordpress.com/?p=456</guid>
		<description><![CDATA[SET FEEDBACK 1 SET NUMWIDTH 10 SET LINESIZE 80 SET TRIMSPOOL ON SET TAB OFF SET PAGESIZE 100 SET ESCAPE ON TTITLE &#8220;Default Accounts With Default Passwords&#8221; SELECT username &#8220;Account Name&#8221;, account_status &#8220;Account Status&#8221; FROM sys.dba_users WHERE (username, password) IN ( (&#8216;AASH&#8217;, &#8217;9B52488370BB3D77&#8242;), (&#8216;ABA1&#8242;, &#8217;30FD307004F350DE&#8217;), (&#8216;ABM&#8217;, &#8216;D0F2982F121C7840&#8242;), (&#8216;AD_MONITOR&#8217;, &#8217;54F0C83F51B03F49&#8242;), (&#8216;ADAMS&#8217;, &#8217;72CDEF4A3483F60D&#8217;), (&#8216;ADS&#8217;, &#8216;D23F0F5D871EB69F&#8217;), (&#8216;ADSEUL_US&#8217;, &#8217;4953B2EB6FCB4339&#8242;), [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxwellmiranda.wordpress.com&amp;blog=8964597&amp;post=456&amp;subd=maxwellmiranda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://maxwellmiranda.wordpress.com/2011/03/08/script-to-find-default-oracle-user-passwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35faedc64f49b0ed9152aacacf3cd625?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">maxwellmiranda</media:title>
		</media:content>
	</item>
		<item>
		<title>Performance analysis w/ ASH and Oracle Advisors</title>
		<link>http://maxwellmiranda.wordpress.com/2011/03/01/performance-analysis-w-ash-and-oracle-advisors/</link>
		<comments>http://maxwellmiranda.wordpress.com/2011/03/01/performance-analysis-w-ash-and-oracle-advisors/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 15:10:24 +0000</pubDate>
		<dc:creator>maxwellmiranda</dc:creator>
				<category><![CDATA[DBA Scripts]]></category>
		<category><![CDATA[Oracle DBA]]></category>

		<guid isPermaLink="false">http://maxwellmiranda.wordpress.com/?p=453</guid>
		<description><![CDATA[SELECT TO_CHAR(AT.EXECUTION_END, &#8216;dd.mm.yyyy hh24:mi:ss&#8217;) &#8220;DATE&#8221;, AF.MESSAGE FINDING, AA.MESSAGE ACTION FROM DBA_ADVISOR_TASKS AT, DBA_ADVISOR_FINDINGS AF, DBA_ADVISOR_RECOMMENDATIONS AR, DBA_ADVISOR_ACTIONS AA WHERE AT.OWNER = AF.OWNER AND AT.TASK_ID = AF.TASK_ID AND AF.OWNER = AR.OWNER (+) AND AF.TASK_ID = AR.TASK_ID (+) AND AF.FINDING_ID = AR.FINDING_ID (+) AND AR.OWNER = AA.OWNER (+) AND AR.TASK_ID = AA.TASK_ID (+) AND AR.REC_ID = AA.REC_ID [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxwellmiranda.wordpress.com&amp;blog=8964597&amp;post=453&amp;subd=maxwellmiranda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://maxwellmiranda.wordpress.com/2011/03/01/performance-analysis-w-ash-and-oracle-advisors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35faedc64f49b0ed9152aacacf3cd625?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">maxwellmiranda</media:title>
		</media:content>
	</item>
		<item>
		<title>11g: New Components</title>
		<link>http://maxwellmiranda.wordpress.com/2010/11/29/11g-new-components/</link>
		<comments>http://maxwellmiranda.wordpress.com/2010/11/29/11g-new-components/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 19:11:37 +0000</pubDate>
		<dc:creator>maxwellmiranda</dc:creator>
				<category><![CDATA[Oracle 11g]]></category>

		<guid isPermaLink="false">http://maxwellmiranda.wordpress.com/?p=444</guid>
		<description><![CDATA[Following are new components which are available when installing Oracle 11g: Oracle Application Express (APEX): APEX is a rapid application development tool for developing database centric web-based applications. In Oracle 11g, it is highly enhanced and available in the Oracle database CD. Oracle SQL Developer: Oracle SQL Developer is a graphical tool for examining database [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxwellmiranda.wordpress.com&amp;blog=8964597&amp;post=444&amp;subd=maxwellmiranda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://maxwellmiranda.wordpress.com/2010/11/29/11g-new-components/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35faedc64f49b0ed9152aacacf3cd625?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">maxwellmiranda</media:title>
		</media:content>
	</item>
		<item>
		<title>Database Files layout</title>
		<link>http://maxwellmiranda.wordpress.com/2010/11/01/database-files-layout/</link>
		<comments>http://maxwellmiranda.wordpress.com/2010/11/01/database-files-layout/#comments</comments>
		<pubDate>Mon, 01 Nov 2010 14:28:51 +0000</pubDate>
		<dc:creator>maxwellmiranda</dc:creator>
				<category><![CDATA[SAP DBA]]></category>

		<guid isPermaLink="false">http://maxwellmiranda.wordpress.com/?p=447</guid>
		<description><![CDATA[Recommendation to store the files of the database system on different physical disks. In this example, the control file is mirrored twice: Disk Number Directory Contents of Directory 1 origlogA Online redo log files from the first and third group (Set A) 2 origlogB Online redo log files from the second and fourth group (Set [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxwellmiranda.wordpress.com&amp;blog=8964597&amp;post=447&amp;subd=maxwellmiranda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://maxwellmiranda.wordpress.com/2010/11/01/database-files-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35faedc64f49b0ed9152aacacf3cd625?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">maxwellmiranda</media:title>
		</media:content>
	</item>
		<item>
		<title>Automatic Diagnostic Repository (ADR) : 11g</title>
		<link>http://maxwellmiranda.wordpress.com/2010/10/29/automatic-diagnostic-repository-adr-11g/</link>
		<comments>http://maxwellmiranda.wordpress.com/2010/10/29/automatic-diagnostic-repository-adr-11g/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 14:41:21 +0000</pubDate>
		<dc:creator>maxwellmiranda</dc:creator>
				<category><![CDATA[Oracle 11g]]></category>

		<guid isPermaLink="false">http://maxwellmiranda.wordpress.com/?p=442</guid>
		<description><![CDATA[ADR is a single directory location for all error and trace data in the database. It replaces the traditional diagnostic directories such as bdump, cdump, and udump. ADR location is controlled by the new initialization parameter DIAGNOSTIC_DEST. Oracle recommends you choose the same ADR base for all Oracle products. Filed under: Oracle 11g<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxwellmiranda.wordpress.com&amp;blog=8964597&amp;post=442&amp;subd=maxwellmiranda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://maxwellmiranda.wordpress.com/2010/10/29/automatic-diagnostic-repository-adr-11g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35faedc64f49b0ed9152aacacf3cd625?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">maxwellmiranda</media:title>
		</media:content>
	</item>
		<item>
		<title>SAP : The OPS$ Mechanism Under UNIX</title>
		<link>http://maxwellmiranda.wordpress.com/2010/10/26/sap-the-ops-mechanism-under-unix/</link>
		<comments>http://maxwellmiranda.wordpress.com/2010/10/26/sap-the-ops-mechanism-under-unix/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 15:27:09 +0000</pubDate>
		<dc:creator>maxwellmiranda</dc:creator>
				<category><![CDATA[SAP DBA]]></category>

		<guid isPermaLink="false">http://maxwellmiranda.wordpress.com/?p=439</guid>
		<description><![CDATA[For the database, the SAP System is a single user, SAPR3 / SAP, whose password is stored in the table SAPUSER. Therefore, to access the database, the SAP System uses a mechanism called the OPS$ mechanism, which works as follows: 1. When the system accesses the database, it first logs on to the database as [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxwellmiranda.wordpress.com&amp;blog=8964597&amp;post=439&amp;subd=maxwellmiranda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://maxwellmiranda.wordpress.com/2010/10/26/sap-the-ops-mechanism-under-unix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35faedc64f49b0ed9152aacacf3cd625?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">maxwellmiranda</media:title>
		</media:content>
	</item>
		<item>
		<title>SAP- Brtools &#8211; Tablespace deletion step by step</title>
		<link>http://maxwellmiranda.wordpress.com/2010/08/25/sap-brtools-tablespace-deletion-step-by-step/</link>
		<comments>http://maxwellmiranda.wordpress.com/2010/08/25/sap-brtools-tablespace-deletion-step-by-step/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 14:33:11 +0000</pubDate>
		<dc:creator>maxwellmiranda</dc:creator>
				<category><![CDATA[SAP DBA]]></category>

		<guid isPermaLink="false">http://maxwellmiranda.wordpress.com/?p=431</guid>
		<description><![CDATA[smdev:SMD:/home/orasmd&#62; brtools BR0651I BRTOOLS 7.00 (28) BR0280I BRTOOLS time stamp: 2010-08-25 10.25.31 BR0656I Choice menu 1 &#8211; please make a selection &#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*Tools main menu 1 = Instance management 2 &#8211; Space management 3 &#8211; Segment management 4 &#8211; Backup and database copy 5 &#8211; Restore and recovery 6 &#8211; Check and verification 7 &#8211; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxwellmiranda.wordpress.com&amp;blog=8964597&amp;post=431&amp;subd=maxwellmiranda&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://maxwellmiranda.wordpress.com/2010/08/25/sap-brtools-tablespace-deletion-step-by-step/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/35faedc64f49b0ed9152aacacf3cd625?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">maxwellmiranda</media:title>
		</media:content>
	</item>
	</channel>
</rss>
