<?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>Parm Patram &#187; Administration</title>
	<atom:link href="http://oracle.3dub.com/category/administration/feed/" rel="self" type="application/rss+xml" />
	<link>http://oracle.3dub.com</link>
	<description>Oracle, Linux and UNIX tips, tricks and stuff</description>
	<lastBuildDate>Fri, 03 Feb 2012 18:14:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Turn on agent debugging (VCS)</title>
		<link>http://oracle.3dub.com/2011/12/13/turn-on-agent-debugging-vcs/</link>
		<comments>http://oracle.3dub.com/2011/12/13/turn-on-agent-debugging-vcs/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 20:48:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[HEADS UP]]></category>
		<category><![CDATA[VCS]]></category>
		<category><![CDATA[Vertias]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=844</guid>
		<description><![CDATA[http://www.symantec.com/business/support/index?page=content&#038;id=HOWTO58833
]]></description>
			<content:encoded><![CDATA[<p>http://www.symantec.com/business/support/index?page=content&#038;id=HOWTO58833</p>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2011/12/13/turn-on-agent-debugging-vcs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show percent free in ASM disk group</title>
		<link>http://oracle.3dub.com/2010/10/18/show-percent-free-in-asm-disk-group/</link>
		<comments>http://oracle.3dub.com/2010/10/18/show-percent-free-in-asm-disk-group/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 16:35:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASM]]></category>
		<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=657</guid>
		<description><![CDATA[select name, (usable_file_mb/total_mb)*100 percent_free from V$ASM_DISKGROUP_STAT;
]]></description>
			<content:encoded><![CDATA[<p>select name, (usable_file_mb/total_mb)*100 percent_free from V$ASM_DISKGROUP_STAT;</p>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2010/10/18/show-percent-free-in-asm-disk-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting OEM to work on Vision 12i</title>
		<link>http://oracle.3dub.com/2009/05/09/getting-oem-to-work-on-vision-12i/</link>
		<comments>http://oracle.3dub.com/2009/05/09/getting-oem-to-work-on-vision-12i/#comments</comments>
		<pubDate>Sat, 09 May 2009 18:04:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OEM]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=362</guid>
		<description><![CDATA[1. emca -config dbcontrol db -repos create
2. by default the sys user is NOT in the remote password file and will NOT be able to login via OEM. Add the user:
$ORACLE_HOME/bin/orapwd file=$ORACLE_HOME/dbs/orapw&#60;INST&#62; password=hullahoop
]]></description>
			<content:encoded><![CDATA[<p>1. emca -config dbcontrol db -repos create</p>
<p>2. by default the sys user is NOT in the remote password file and will NOT be able to login via OEM. Add the user:<br />
$ORACLE_HOME/bin/orapwd file=$ORACLE_HOME/dbs/orapw<em><strong>&lt;INST&gt;</strong></em> password=hullahoop</p>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2009/05/09/getting-oem-to-work-on-vision-12i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show grants for a specific user</title>
		<link>http://oracle.3dub.com/2009/05/09/show-grants-for-a-specific-user/</link>
		<comments>http://oracle.3dub.com/2009/05/09/show-grants-for-a-specific-user/#comments</comments>
		<pubDate>Sat, 09 May 2009 17:31:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[GRANTS]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=358</guid>
		<description><![CDATA[select privname,object_name from ku$_objgrant_view join all_objects on object_id=obj_num where grantee=&#8217;THE_USER&#8217;;
]]></description>
			<content:encoded><![CDATA[<p>select privname,object_name from ku$_objgrant_view join all_objects on object_id=obj_num where grantee=&#8217;THE_USER&#8217;;</p>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2009/05/09/show-grants-for-a-specific-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Identify invalid online redo logs</title>
		<link>http://oracle.3dub.com/2009/05/04/identify-invalid-online-redo-logs/</link>
		<comments>http://oracle.3dub.com/2009/05/04/identify-invalid-online-redo-logs/#comments</comments>
		<pubDate>Mon, 04 May 2009 11:33:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[REDO LOGS]]></category>
		<category><![CDATA[SQLPLUS]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=348</guid>
		<description><![CDATA[select group#,l.sequence#,archived,l.status running, lf.status os_status,member from v$log l join v$logfile lf using(group#) order by group#;
NOTES:

The STATUS column of v$logfile (os_status) is NOT refreshed in real-time. Information is updated on log switch.

]]></description>
			<content:encoded><![CDATA[<p>select group#,l.sequence#,archived,l.status running, lf.status os_status,member from v$log l join v$logfile lf using(group#) order by group#;</p>
<p>NOTES:</p>
<ul>
<li>The STATUS column of v$logfile (os_status) is NOT refreshed in real-time. Information is updated on log switch.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2009/05/04/identify-invalid-online-redo-logs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding new databases to OEM</title>
		<link>http://oracle.3dub.com/2009/05/03/adding-new-databases-to-oem/</link>
		<comments>http://oracle.3dub.com/2009/05/03/adding-new-databases-to-oem/#comments</comments>
		<pubDate>Mon, 04 May 2009 01:41:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OEM]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=345</guid>
		<description><![CDATA[emca -deconfig dbcontrol db
and
emca -config dbcontrol db
]]></description>
			<content:encoded><![CDATA[<p>emca -deconfig dbcontrol db</p>
<p>and</p>
<p>emca -config dbcontrol db</p>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2009/05/03/adding-new-databases-to-oem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create raw devices for ASM</title>
		<link>http://oracle.3dub.com/2009/05/03/create-raw-devices-for-asm/</link>
		<comments>http://oracle.3dub.com/2009/05/03/create-raw-devices-for-asm/#comments</comments>
		<pubDate>Mon, 04 May 2009 01:26:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASM]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=342</guid>
		<description><![CDATA[http://oracle.3dub.com/ASM_20.shtml
]]></description>
			<content:encoded><![CDATA[<p><a href="http://oracle.3dub.com/ASM_20.shtml" target="_blank">http://oracle.3dub.com/ASM_20.shtml</a></p>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2009/05/03/create-raw-devices-for-asm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recovery Scenario: bad datafile AND missing online redo</title>
		<link>http://oracle.3dub.com/2009/05/02/recovery-scenario-bad-datafile-and-missing-online-redo/</link>
		<comments>http://oracle.3dub.com/2009/05/02/recovery-scenario-bad-datafile-and-missing-online-redo/#comments</comments>
		<pubDate>Sun, 03 May 2009 01:50:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Database Recovery]]></category>
		<category><![CDATA[RMAN]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=338</guid>
		<description><![CDATA[1. Trying to start the database using &#8217;startup&#8217; will fail trying to open the datafile. It will give the datafile number let&#8217;s say D.
2. Make sure we have backups of all the datafiles. In RMAN type:
REPORT NEED BACKUP REDUNDANCY 1;
If there are datafiles that were not backed up as yet, there are 2 options:
a) delete [...]]]></description>
			<content:encoded><![CDATA[<p>1. Trying to start the database using &#8217;startup&#8217; will fail trying to open the datafile. It will give the datafile number let&#8217;s say D.</p>
<p>2. Make sure we have backups of all the datafiles. In RMAN type:<br />
REPORT NEED BACKUP REDUNDANCY 1;</p>
<p>If there are datafiles that were not backed up as yet, there are 2 options:<br />
a) delete the datafiles. (RMAN will create them and apply their data from redo logs).<br />
b) issue RMAN command:<br />
BACKUP DATAFILE N;</p>
<p>3. Use RMAN to restore and recover the datafile found missing in step #1. The recovery operation will fail because the online redo is missing.<br />
RESTORE DATAFILE D;<br />
RECOVER DATAFILE D;</p>
<p>4. Find the last log sequence:<br />
SELECT SEQUENCE# FROM V$ARCHIVED_LOG WHERE RECID = (SELECT MAX(RECID) FROM V$ARC<br />
HIVED_LOG);</p>
<p>5. Run the following RMAN script. The nunber X will be 1 more than the number you got from step 4. This is because the UNTIL SEQUENCE clause of RMAN goes to one less than the number specified.</p>
<p>RUN {<br />
SET UNTIL SEQUENCE X THREAD 1;<br />
RESTORE DATABASE;<br />
RECOVER DATABASE;<br />
ALTER DATABASE OPEN RESETLOGS;<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2009/05/02/recovery-scenario-bad-datafile-and-missing-online-redo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add databases to OEM</title>
		<link>http://oracle.3dub.com/2009/05/01/add-databases-to-oem/</link>
		<comments>http://oracle.3dub.com/2009/05/01/add-databases-to-oem/#comments</comments>
		<pubDate>Fri, 01 May 2009 14:32:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Enterprise Manager]]></category>
		<category><![CDATA[OEM]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=322</guid>
		<description><![CDATA[emca -deconfig dbcontrol db
then
emca -config dbcontrol db
]]></description>
			<content:encoded><![CDATA[<p>emca -deconfig dbcontrol db</p>
<p>then</p>
<p>emca -config dbcontrol db</p>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2009/05/01/add-databases-to-oem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling different block size for a tablespace</title>
		<link>http://oracle.3dub.com/2009/05/01/enabling-different-block-size-for-a-tablespace/</link>
		<comments>http://oracle.3dub.com/2009/05/01/enabling-different-block-size-for-a-tablespace/#comments</comments>
		<pubDate>Fri, 01 May 2009 12:59:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[BLOCK SIZE]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=319</guid>
		<description><![CDATA[You have to setup a cache for the size you want to create if it is different from DB_BLOCK_SIZE initialization parameter like so:
alter system set db_&#60;N&#62;k_cache_size=&#60;REQUESTED SIZE&#62; scope=BOTH;
]]></description>
			<content:encoded><![CDATA[<p>You have to setup a cache for the size you want to create if it is different from DB_BLOCK_SIZE initialization parameter like so:</p>
<p>alter system set db_&lt;N&gt;k_cache_size=&lt;REQUESTED SIZE&gt; scope=BOTH;</p>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2009/05/01/enabling-different-block-size-for-a-tablespace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

