<?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>Oracle RAC and Exadata Expert</title>
	<atom:link href="http://www.dbaexpert.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbaexpert.com/blog</link>
	<description>Independent Voice on Oracle by Charles Kim</description>
	<lastBuildDate>Thu, 17 May 2012 12:39:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Clone non-rac Grid Infrastructure</title>
		<link>http://www.dbaexpert.com/blog/clone-non-rac-grid-infrastructure/</link>
		<comments>http://www.dbaexpert.com/blog/clone-non-rac-grid-infrastructure/#comments</comments>
		<pubDate>Thu, 17 May 2012 12:39:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General DBA]]></category>

		<guid isPermaLink="false">http://www.dbaexpert.com/blog/?p=260</guid>
		<description><![CDATA[[oracle@my562b bin]$ ./detachHome.sh Starting Oracle Universal Installer&#8230; Checking swap space: must be greater than 500 MB.   Actual 4094 MB    Passed The inventory pointer is located at /etc/oraInst.loc The inventory is located at /apps/oraInventory &#8216;DetachHome&#8217; was successful. The contents of the inventory XML file looks like this: [root@my562b ContentsXML]# cat inventory.xml &#60;?xml version=&#8221;1.0&#8243; standalone=&#8221;yes&#8221; ?&#62; &#60;!&#8211; [...]]]></description>
			<content:encoded><![CDATA[<p><!--?xml version="1.0" encoding="UTF-8" standalone="no"?--></p>
<div style="font-family: Consolas;">[oracle@my562b bin]$ ./detachHome.sh</p>
<div><span style="font-family: 'Courier New';">Starting Oracle Universal Installer&#8230;</span></div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div><span style="font-family: 'Courier New';">Checking swap space: must be greater than 500 MB.   Actual 4094 MB    Passed</span></div>
<div><span style="font-family: 'Courier New';">The inventory pointer is located at /etc/oraInst.loc</span></div>
<div><span style="font-family: 'Courier New';">The inventory is located at /apps/oraInventory</span></div>
<div><span style="font-family: 'Courier New';">&#8216;DetachHome&#8217; was successful.</span></div>
</div>
<div style="font-family: Consolas;"><span style="font-family: 'Courier New';"><br /></span></div>
<div style="font-family: Consolas;"><strong><span style="font-size: large;"><span style="font-size: 14px;">The contents of the inventory XML file looks like this:</span></span></strong></div>
<div style="font-family: Consolas;"><span style="font-family: 'Courier New';">[root@my562b ContentsXML]# cat inventory.xml</span></div>
<div style="font-family: Consolas;"><span style="font-family: 'Courier New';">&lt;?xml version=&#8221;1.0&#8243; standalone=&#8221;yes&#8221; ?&gt;</span></div>
<div style="font-family: Consolas;"><span style="font-family: 'Courier New';">&lt;!&#8211; Copyright (c) 1999, 2010, Oracle. All rights reserved. &#8211;&gt;</span></div>
<div style="font-family: Consolas;"><span style="font-family: 'Courier New';">&lt;!&#8211; Do not modify the contents of this file by hand. &#8211;&gt;</span></div>
<div style="font-family: Consolas;"><span style="font-family: 'Courier New';">&lt;INVENTORY&gt;</span></div>
<div style="font-family: Consolas;"><span style="font-family: 'Courier New';">&lt;VERSION_INFO&gt;</span></div>
<div style="font-family: Consolas;"><span style="font-family: 'Courier New';">   &lt;SAVED_WITH&gt;11.2.0.2.0&lt;/SAVED_WITH&gt;</span></div>
<div style="font-family: Consolas;"><span style="font-family: 'Courier New';">   &lt;MINIMUM_VER&gt;2.1.0.6.0&lt;/MINIMUM_VER&gt;</span></div>
<div style="font-family: Consolas;"><span style="font-family: 'Courier New';">&lt;/VERSION_INFO&gt;</span></div>
<div style="font-family: Consolas;"><span style="font-family: 'Courier New';">&lt;HOME_LIST&gt;</span></div>
<div style="font-family: Consolas;"><span style="font-family: 'Courier New';">&lt;HOME NAME=&#8221;OraDb11g_home1&#8243; LOC=&#8221;/apps/oracle/product/11.2.0/db&#8221; TYPE=&#8221;O&#8221; IDX=&#8221;2&#8243;/&gt;</span></div>
<div style="font-family: Consolas;"><span style="font-family: 'Courier New';">&lt;HOME NAME=&#8221;Ora11g_gridinfrahome1&#8243; LOC=&#8221;/apps/11.2.0/grid&#8221; TYPE=&#8221;O&#8221; IDX=&#8221;1&#8243; REMOVED=&#8221;T&#8221;/&gt;</span></div>
<div style="font-family: Consolas;"><span style="font-family: 'Courier New';">&lt;/HOME_LIST&gt;</span></div>
<div style="font-family: Consolas;"><span style="font-family: 'Courier New';">&lt;/INVENTORY&gt;</span></div>
<div style="font-family: Consolas;"> </div>
<p>[oracle@my562b bin]$ perl <a href="http://clone.pl/">clone.pl</a> -silent ORACLE_BASE=/apps/oracle ORACLE_HOME=/apps/11.2.0/grid ORACLE_HOME_NAME=Ora11g_gridinfrahome1 <span style="font-family: 'Courier New';">INVENTORY_LOCATION=/apps/oraInventory</span></p>
<div style="font-family: Consolas;"><span style="font-family: 'Courier New';">./runInstaller -clone -waitForCompletion  &#8220;ORACLE_BASE=/apps/oracle&#8221; &#8220;ORACLE_HOME=/apps/11.2.0/grid&#8221; &#8220;ORACLE_HOME_NAME=Ora11g_gridinfrahome1&#8243; &#8220;INVENTORY_LOCATION=/apps/oraInventory&#8221; -silent -noConfig -nowait</span></div>
<div style="font-family: Consolas;"><span style="font-family: 'Courier New';">Starting Oracle Universal Installer&#8230;</span></div>
<div style="font-family: Consolas;"><span style="font-family: 'Courier New';"><br /></span></div>
<div style="font-family: Consolas;"><span style="font-family: 'Courier New';">Checking swap space: must be greater than 500 MB.   Actual 4094 MB    Passed</span></div>
<div style="font-family: Consolas;"><span style="font-family: 'Courier New';">Preparing to launch Oracle Universal Installer from /tmp/OraInstall2011-05-09_11-33-45AM. Please</span> wait &#8230;</div>
<div style="font-family: Consolas;"> </div>
<div style="font-family: Consolas;"><span style="font-family: 'Courier New';">Copyright (C) 1999, 2010, Oracle. All rights reserved.</span></p>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div><span style="font-family: 'Courier New';">You can find the log of this install session at:</span></div>
<div><span style="font-family: 'Courier New';"> /apps/oraInventory/logs/cloneActions2011-05-09_11-35-10AM.log</span></div>
<div><span style="font-family: 'Courier New';">&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;. 100% Done.</span></div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div><span style="font-family: 'Courier New';">Could not backup file /apps/11.2.0/grid/rootupgrade.sh to /apps/11.2.0/grid/rootupgrade.sh.ouibak</span></div>
<div><span style="font-family: 'Courier New';">Could not backup file /apps/11.2.0/grid/root.sh to /apps/11.2.0/grid/root.sh.ouibak</span></div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div><span style="font-family: 'Courier New';">Installation in progress (Monday, May 9, 2011 11:35:29 AM CDT)</span></div>
<div><span style="font-family: 'Courier New';">&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;                                                        72% Done.</span></div>
<div><span style="font-family: 'Courier New';">Install successful</span></div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div><span style="font-family: 'Courier New';">Linking in progress (Monday, May 9, 2011 11:35:38 AM CDT)</span></p>
<div><span style="font-family: 'Courier New';">Link successful</span></div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div><span style="font-family: 'Courier New';">Setup in progress (Monday, May 9, 2011 11:36:57 AM CDT)</span></div>
<div><span style="font-family: 'Courier New';">&#8230;&#8230;&#8230;&#8230;&#8230;.                                                100% Done.</span></div>
<div><span style="font-family: 'Courier New';">Setup successful</span></div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div><span style="font-family: 'Courier New';">End of install phases.(Monday, May 9, 2011 11:37:05 AM CDT)</span></div>
<div><span style="font-family: 'Courier New';">WARNING:</span></div>
<div><span style="font-family: 'Courier New';">The following configuration scripts need to be executed as the &#8220;root&#8221; user.</span></div>
<div><span style="font-family: 'Courier New';">/apps/11.2.0/grid/root.sh</span></div>
<div><span style="font-family: 'Courier New';">To execute the configuration scripts:</span></div>
<div><span style="font-family: 'Courier New';">    1. Open a terminal window</span></div>
<div><span style="font-family: 'Courier New';">    2. Log in as &#8220;root&#8221;</span></div>
<div><span style="font-family: 'Courier New';">    3. Run the scripts</span></div>
<div><span style="font-family: 'Courier New';">   </span></div>
<div><span style="font-family: 'Courier New';">Run the script on the local node.</span></div>
<div><span style="font-family: 'Courier New';">The cloning of Ora11g_gridinfrahome1 was successful.</span></div>
<div><span style="font-family: 'Courier New';">Please check &#8216;/apps/oraInventory/logs/cloneActions2011-05-09_11-35-10AM.log&#8217; for more details.</span></div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div><span style="font-family: 'Courier New';">Contents of inventory XML after the clone:</span></div>
<div><span style="font-family: 'Courier New';">[root@my562b ContentsXML]# cat inventory.xml</span></div>
<div><span style="font-family: 'Courier New';">&lt;?xml version=&#8221;1.0&#8243; standalone=&#8221;yes&#8221; ?&gt;</span></div>
<div><span style="font-family: 'Courier New';">&lt;!&#8211; Copyright (c) 1999, 2010, Oracle. All rights reserved. &#8211;&gt;</span></div>
<div><span style="font-family: 'Courier New';">&lt;!&#8211; Do not modify the contents of this file by hand. &#8211;&gt;</span></div>
<div><span style="font-family: 'Courier New';">&lt;INVENTORY&gt;</span></div>
<div><span style="font-family: 'Courier New';">&lt;VERSION_INFO&gt;</span></div>
<div><span style="font-family: 'Courier New';">   &lt;SAVED_WITH&gt;11.2.0.2.0&lt;/SAVED_WITH&gt;</span></div>
<div><span style="font-family: 'Courier New';">   &lt;MINIMUM_VER&gt;2.1.0.6.0&lt;/MINIMUM_VER&gt;</span></div>
<div><span style="font-family: 'Courier New';">&lt;/VERSION_INFO&gt;</span></div>
<div><span style="font-family: 'Courier New';">&lt;HOME_LIST&gt;</span></div>
<div><span style="font-family: 'Courier New';">&lt;HOME NAME=&#8221;OraDb11g_home1&#8243; LOC=&#8221;/apps/oracle/product/11.2.0/db&#8221; TYPE=&#8221;O&#8221; IDX=&#8221;2&#8243;/&gt;</span></div>
<div><span style="font-family: 'Courier New';">&lt;HOME NAME=&#8221;Ora11g_gridinfrahome1&#8243; LOC=&#8221;/apps/11.2.0/grid&#8221; TYPE=&#8221;O&#8221; IDX=&#8221;1&#8243;/&gt;</span></div>
<div><span style="font-family: 'Courier New';">&lt;/HOME_LIST&gt;</span></div>
<div><span style="font-family: 'Courier New';">&lt;/INVENTORY&gt;</span></div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div><span style="font-family: 'Courier New';">[oracle@my562b bin]$ cd ../..</span></div>
<div><span style="font-family: 'Courier New';">[oracle@my562b grid]$ ./root.sh</span></div>
<div><span style="font-family: 'Courier New';">Check /apps/11.2.0/grid/install/root_my562b_2011-05-09_11-39-15.log for the output of root script</span></div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div>
<hr /><span style="font-family: 'Courier New';">What a mess .. trying force delete and re-configuring GRID Home</span></div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div><span style="font-family: 'Courier New';">I don&#8217;t think I need to go through the exercise of detaching and re-cloning the oracle home</span></div>
<div><span style="font-family: 'Courier New';">I think the roothas.pl with the deconfig option followed with the force option works if all else fails.</span></div>
<div><span style="font-family: 'Courier New';">The other option to deconfig is:<br /></span></div>
<div><span style="font-family: 'Courier New';"><code>$ORACLE_HOME/perl/bin/perl -I $ORACLE_HOME/perl/lib -I $ORACLE_HOME/crs/install $ORACLE_HOME/crs/install/roothas.pl -delete</code><br /></span></div>
<div>
<hr /></div>
<div><span style="font-family: 'Courier New';">[root@my562b utl]# /apps/11.2.0/grid/crs/install/roothas.pl -deconfig -force</span></p>
<div><span style="font-family: 'Courier New';">Using configuration parameter file: /apps/11.2.0/grid/crs/install/crsconfig_params</span></div>
<div><span style="font-family: 'Courier New';">CRS-4639: Could not contact Oracle High Availability Services</span></div>
<div><span style="font-family: 'Courier New';">CRS-4000: Command Stop failed, or completed with errors.</span></div>
<div><span style="font-family: 'Courier New';">CRS-4639: Could not contact Oracle High Availability Services</span></div>
<div><span style="font-family: 'Courier New';">CRS-4000: Command Delete failed, or completed with errors.</span></div>
<div><span style="font-family: 'Courier New';">CLSU-00100: Operating System function: opendir failed with error data: 2</span></div>
<div><span style="font-family: 'Courier New';">CLSU-00101: Operating System error message: No such file or directory</span></div>
<div><span style="font-family: 'Courier New';">CLSU-00103: error location: scrsearch1</span></div>
<div><span style="font-family: 'Courier New';">CLSU-00104: additional error information: cant open scr home dir scls_scr_getval</span></div>
<div><span style="font-family: 'Courier New';">CRS-4544: Unable to connect to OHAS</span></div>
<div><span style="font-family: 'Courier New';">CRS-4000: Command Stop failed, or completed with errors.</span></div>
<div><span style="font-family: 'Courier New';">ACFS-9459: ADVM/ACFS is not supported on this OS version: &#8217;2.6.32-100.26.2.el5</span></div>
<div><span style="font-family: 'Courier New';">&#8216;</span></div>
<div><span style="font-family: 'Courier New';">ACFS-9201: Not Supported</span></div>
<div><span style="font-family: 'Courier New';">Successfully deconfigured Oracle Restart stack</span></div>
<div><span style="font-family: 'Courier New';">[root@my562b utl]# $ORACLE_HOME/perl/bin/perl -I $ORACLE_HOME/perl/lib -I $ORACLE_HOME/crs/install $ORACLE_HOME/crs/install/roothas.pl</span></div>
<div><span style="font-family: 'Courier New';">Using configuration parameter file: /apps/11.2.0/grid/crs/install/crsconfig_params</span></div>
<div><span style="font-family: 'Courier New';">LOCAL ADD MODE</span></div>
<div><span style="font-family: 'Courier New';">Creating OCR keys for user &#8216;oracle&#8217;, privgrp &#8216;oinstall&#8217;..</span></div>
<div><span style="font-family: 'Courier New';">Operation successful.</span></div>
<div><span style="font-family: 'Courier New';">LOCAL ONLY MODE</span></div>
<div><span style="font-family: 'Courier New';">Successfully accumulated necessary OCR keys.</span></div>
<div><span style="font-family: 'Courier New';">Creating OCR keys for user &#8216;root&#8217;, privgrp &#8216;root&#8217;..</span></div>
<div><span style="font-family: 'Courier New';">Operation successful.</span></div>
<div><span style="font-family: 'Courier New';">CRS-4664: Node my562b successfully pinned.</span></div>
<div><span style="font-family: 'Courier New';">Adding daemon to inittab</span></div>
<div><span style="font-family: 'Courier New';">ACFS-9459: ADVM/ACFS is not supported on this OS version: &#8217;2.6.32-100.26.2.el5</span></div>
<div><span style="font-family: 'Courier New';">&#8216;</span></div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div><span style="font-family: 'Courier New';">my562b     2011/05/09 11:50:06     /apps/11.2.0/grid/cdata/my562b/backup_20110509_115006.olr</span></div>
<div><span style="font-family: 'Courier New';">Successfully configured Oracle Grid Infrastructure for a Standalone Server</span></div>
</div>
<div>
<hr /></div>
<div><span style="font-family: 'Courier New';">[root@my562b bin]# ./crsctl stop has</span></div>
<div><span style="font-family: 'Courier New';">CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on &#8216;my562b&#8217;</span></div>
<div><span style="font-family: 'Courier New';">CRS-2673: Attempting to stop &#8216;ora.evmd&#8217; on &#8216;my562b&#8217;</span></div>
<div><span style="font-family: 'Courier New';">CRS-2677: Stop of &#8216;ora.evmd&#8217; on &#8216;my562b&#8217; succeeded</span></div>
<div><span style="font-family: 'Courier New';">CRS-2793: Shutdown of Oracle High Availability Services-managed resources on &#8216;my562b&#8217; has completed</span></div>
<div><span style="font-family: 'Courier New';">CRS-4133: Oracle High Availability Services has been stopped.</span></div>
<div><span style="font-family: 'Courier New';">[root@my562b bin]# ./crsctl start has</span></div>
<div><span style="font-family: 'Courier New';">CRS-4123: Oracle High Availability Services has been started.</span></div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div>
<hr /></div>
<div><span style="font-family: 'Courier New';">[oracle@my562b admin]$ srvctl add listener</span></div>
<div><span style="font-family: 'Courier New';">[oracle@my562b admin]$ srvctl add asm -d &#8216;ORCL:*&#8217;</span></div>
<div><span style="font-family: 'Courier New';">[oracle@my562b admin]$ srvctl start listener</span></div>
<div><span style="font-family: 'Courier New';">[oracle@my562b admin]$ srvctl start asm</span></div>
<div><span style="font-family: 'Courier New';">[oracle@my562b admin]$ srvctl status diskgroup -g data</span></div>
<div><span style="font-family: 'Courier New';">PRCA-1000 : ASM Disk Group DATA does not exist</span></div>
<div><span style="font-family: 'Courier New';">PRCR-1001 : Resource ora.DATA.dg does not exist</span></div>
<div>
<hr /><span style="font-family: 'Courier New';">[oracle@my562b admin]$ asmcmd</span></p>
<div><span style="font-family: 'Courier New';">ASMCMD&gt; lsdg</span></div>
<div><span style="font-family: 'Courier New';">ASMCMD&gt; mount data   </span></div>
<div><span style="font-family: 'Courier New';">ASMCMD&gt; mount mydata</span></div>
<div><span style="font-family: 'Courier New';">ASMCMD&gt; mount myfra<br /></span></div>
</div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div><span style="font-family: 'Courier New';"><strong><span style="font-family: Arial;"><span style="font-size: large;"><span style="font-size: 14px;">Now the database home </span></span></span></strong></span></div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div><span style="font-family: 'Courier New';">[oracle@my562b bin]$ ./detachHome.sh</span></p>
<div><span style="font-family: 'Courier New';">Starting Oracle Universal Installer&#8230;</span></div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div><span style="font-family: 'Courier New';">Checking swap space: must be greater than 500 MB.   Actual 4091 MB    Passed</span></div>
<div><span style="font-family: 'Courier New';">The inventory pointer is located at /etc/oraInst.loc</span></div>
<div><span style="font-family: 'Courier New';">The inventory is located at /apps/oraInventory</span></div>
<div><span style="font-family: 'Courier New';">&#8216;DetachHome&#8217; was successful.</span></div>
</div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div>
<hr /></div>
<div><span style="font-family: 'Courier New';">[root@my562b bin]# cd /apps/oraInventory/ContentsXML/</span></div>
<div><span style="font-family: 'Courier New';">You have new mail in /var/spool/mail/root</span></div>
<div><span style="font-family: 'Courier New';">[root@my562b ContentsXML]# cat inventory.xml</span></div>
<div><span style="font-family: 'Courier New';">&lt;?xml version=&#8221;1.0&#8243; standalone=&#8221;yes&#8221; ?&gt;</span></div>
<div><span style="font-family: 'Courier New';">&lt;!&#8211; Copyright (c) 1999, 2010, Oracle. All rights reserved. &#8211;&gt;</span></div>
<div><span style="font-family: 'Courier New';">&lt;!&#8211; Do not modify the contents of this file by hand. &#8211;&gt;</span></div>
<div><span style="font-family: 'Courier New';">&lt;INVENTORY&gt;</span></div>
<div><span style="font-family: 'Courier New';">&lt;VERSION_INFO&gt;</span></div>
<div><span style="font-family: 'Courier New';">   &lt;SAVED_WITH&gt;11.2.0.2.0&lt;/SAVED_WITH&gt;</span></div>
<div><span style="font-family: 'Courier New';">   &lt;MINIMUM_VER&gt;2.1.0.6.0&lt;/MINIMUM_VER&gt;</span></div>
<div><span style="font-family: 'Courier New';">&lt;/VERSION_INFO&gt;</span></div>
<div><span style="font-family: 'Courier New';">&lt;HOME_LIST&gt;</span></div>
<div><span style="font-family: 'Courier New';">&lt;HOME NAME=&#8221;Ora11g_gridinfrahome1&#8243; LOC=&#8221;/apps/11.2.0/grid&#8221; TYPE=&#8221;O&#8221; IDX=&#8221;1&#8243;/&gt;</span></div>
<div><span style="font-family: 'Courier New';">&lt;/HOME_LIST&gt;</span></div>
<div><span style="font-family: 'Courier New';">&lt;/INVENTORY&gt;</span></div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div>
<hr /></div>
<div><span style="font-family: 'Courier New';">[oracle@my562b bin]$ cd ../../clone/bin</span></p>
<div><span style="font-family: 'Courier New';">[oracle@my562b bin]$ perl <a href="http://clone.pl/">clone.pl</a> -silent ORACLE_BASE=/apps/oracle ORACLE_HOME=/apps/oracle/product/11.2.0/db ORACLE_HOME_NAME=OraDb11g_home1 INVENTORY_LOCATION=/apps/oraInventory</span></p>
<div><span style="font-family: 'Courier New';">./runInstaller -clone -waitForCompletion  &#8220;ORACLE_BASE=/apps/oracle&#8221; &#8220;ORACLE_HOME=/apps/oracle/product/11.2.0/db&#8221; &#8220;ORACLE_HOME_NAME=OraDb11g_home1&#8243; &#8220;INVENTORY_LOCATION=/apps/oraInventory&#8221; -silent -noConfig -nowait</span></div>
<div><span style="font-family: 'Courier New';">Starting Oracle Universal Installer&#8230;</span></div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div><span style="font-family: 'Courier New';">Checking swap space: must be greater than 500 MB.   Actual 4090 MB    Passed</span></div>
<div><span style="font-family: 'Courier New';">Preparing to launch Oracle Universal Installer from /tmp/OraInstall2011-05-09_12-13-20PM. Please wait &#8230;Oracle Universal Installer, Version 11.2.0.2.0 Production</span></div>
<div><span style="font-family: 'Courier New';">Copyright (C) 1999, 2010, Oracle. All rights reserved.</span></div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div><span style="font-family: 'Courier New';">You can find the log of this install session at:</span></div>
<div><span style="font-family: 'Courier New';"> /apps/oraInventory/logs/cloneActions2011-05-09_12-13-20PM.log</span></div>
<div><span style="font-family: 'Courier New';">&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;. 100% Done.</span></div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div><span style="font-family: 'Courier New';">Installation in progress (Monday, May 9, 2011 12:13:56 PM CDT)</span></div>
<div><span style="font-family: 'Courier New';">&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;                                                  78% Done.</span></div>
<div><span style="font-family: 'Courier New';">Install successful</span></div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div><span style="font-family: 'Courier New';">Linking in progress (Monday, May 9, 2011 12:14:05 PM CDT)</span></div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div><span style="font-family: 'Courier New';">Link successful</span></div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div><span style="font-family: 'Courier New';">Setup in progress (Monday, May 9, 2011 12:17:12 PM CDT)</span></div>
<div><span style="font-family: 'Courier New';">Setup successful</span></div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div><span style="font-family: 'Courier New';">End of install phases.(Monday, May 9, 2011 12:17:18 PM CDT)</span></div>
<div><span style="font-family: 'Courier New';">WARNING:</span></div>
<div><span style="font-family: 'Courier New';">The following configuration scripts need to be executed as the &#8220;root&#8221; user.</span></div>
<div><span style="font-family: 'Courier New';">/apps/oracle/product/11.2.0/db/root.sh</span></div>
<div><span style="font-family: 'Courier New';">To execute the configuration scripts:</span></div>
<div><span style="font-family: 'Courier New';">    1. Open a terminal window</span></div>
<div><span style="font-family: 'Courier New';">    2. Log in as &#8220;root&#8221;</span></div>
<div><span style="font-family: 'Courier New';">    3. Run the scripts</span></div>
<div><span style="font-family: 'Courier New';">   </span></div>
<div><span style="font-family: 'Courier New';">The cloning of OraDb11g_home1 was successful.</span></div>
<div><span style="font-family: 'Courier New';">Please check &#8216;/apps/oraInventory/logs/cloneActions2011-05-09_12-13-20PM.log&#8217; for more details.</span></div>
</div>
</div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div>
<hr /></div>
<div><span style="font-family: 'Courier New';">[root@my562b ContentsXML]# cd /apps/oracle/product/11.2.0/db</span></div>
<div><span style="font-family: 'Courier New';">[root@my562b db]# ./root.sh</span></div>
<div><span style="font-family: 'Courier New';">Check /apps/oracle/product/11.2.0/db/install/root_my562b_2011-05-09_12-19-12.log for the output of root script</span></div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div>
<hr /></div>
<div><span style="font-family: 'Courier New';">[root@my562b db]# cd -</span></div>
<div><span style="font-family: 'Courier New';">/apps/oraInventory/ContentsXML</span></div>
<div><span style="font-family: 'Courier New';">[root@my562b ContentsXML]# cat inventory.xml</span></div>
<div><span style="font-family: 'Courier New';">&lt;?xml version=&#8221;1.0&#8243; standalone=&#8221;yes&#8221; ?&gt;</span></div>
<div><span style="font-family: 'Courier New';">&lt;!&#8211; Copyright (c) 1999, 2010, Oracle. All rights reserved. &#8211;&gt;</span></div>
<div><span style="font-family: 'Courier New';">&lt;!&#8211; Do not modify the contents of this file by hand. &#8211;&gt;</span></div>
<div><span style="font-family: 'Courier New';">&lt;INVENTORY&gt;</span></div>
<div><span style="font-family: 'Courier New';">&lt;VERSION_INFO&gt;</span></div>
<div><span style="font-family: 'Courier New';">   &lt;SAVED_WITH&gt;11.2.0.2.0&lt;/SAVED_WITH&gt;</span></div>
<div><span style="font-family: 'Courier New';">   &lt;MINIMUM_VER&gt;2.1.0.6.0&lt;/MINIMUM_VER&gt;</span></div>
<div><span style="font-family: 'Courier New';">&lt;/VERSION_INFO&gt;</span></div>
<div><span style="font-family: 'Courier New';">&lt;HOME_LIST&gt;</span></div>
<div><span style="font-family: 'Courier New';">&lt;HOME NAME=&#8221;Ora11g_gridinfrahome1&#8243; LOC=&#8221;/apps/11.2.0/grid&#8221; TYPE=&#8221;O&#8221; IDX=&#8221;1&#8243;/&gt;</span></div>
<div><span style="font-family: 'Courier New';">&lt;HOME NAME=&#8221;OraDb11g_home1&#8243; LOC=&#8221;/apps/oracle/product/11.2.0/db&#8221; TYPE=&#8221;O&#8221; IDX=&#8221;2&#8243;/&gt;</span></div>
<div><span style="font-family: 'Courier New';">&lt;/HOME_LIST&gt;</span></div>
<div><span style="font-family: 'Courier New';">&lt;/INVENTORY&gt;</span></div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.dbaexpert.com/blog/clone-non-rac-grid-infrastructure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting DISPLAY with X authority file utility &#8211; xauth</title>
		<link>http://www.dbaexpert.com/blog/setting-display-with-x-authority-file-utility-xauth/</link>
		<comments>http://www.dbaexpert.com/blog/setting-display-with-x-authority-file-utility-xauth/#comments</comments>
		<pubDate>Tue, 15 May 2012 21:58:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[RAC]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[X]]></category>
		<category><![CDATA[xuath]]></category>

		<guid isPermaLink="false">http://www.dbaexpert.com/blog/?p=248</guid>
		<description><![CDATA[Setting DISPLAY with X authority file utility – xauth From the X Server where the VNC Server is at: $: xauth list $DISPLAYviscdb105.visctech.com:1 MIT-MAGIC-COOKIE-1 fc0f22b8861edcea596a68db0ec3059dviscdb105.visctech.com/unix:1 MIT-MAGIC-COOKIE-1 fc0f22b8861edcea596a68db0ec3059d Then you go to your database server where you will launch runInstaller from: $: xauth add viscdb105.visctech.com:1 MIT-MAGIC-COOKIE-1 fc0f22b8861edcea596a68db0ec3059d$: xauth add viscdb105.visctech.com/unix:1 MIT-MAGIC-COOKIE-1 fc0f22b8861edcea596a68db0ec3059d Set your DISPLAY like [...]]]></description>
			<content:encoded><![CDATA[<div style="padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; color: #dddddd; background-color: #333333; margin: 0px;"><span style="font-size: 2em;">Setting DISPLAY with X authority file utility – xauth</span></div>
<div style="padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px;">
<div id="bodyText">
<p><strong>From the X Server where the VNC Server is at:</strong></p>
<p><strong></strong><span style="font-family: 'Courier New'; font-size: 12px;">$: xauth list $DISPLAY</span><br /><span style="font-family: 'Courier New'; font-size: 12px;">viscdb105.visctech.com:1 MIT-MAGIC-COOKIE-1 fc0f22b8861edcea596a68db0ec3059d</span><br /><span style="font-family: 'Courier New'; font-size: 12px;">viscdb105.visctech.com/unix:1 MIT-MAGIC-COOKIE-1 fc0f22b8861edcea596a68db0ec3059d</span></p>
<p><strong>Then you go to your database server where you will launch runInstaller from:</strong></p>
<p><span style="font-family: 'Courier New'; font-size: 12px;">$: xauth add viscdb105.visctech.com:1 MIT-MAGIC-COOKIE-1 fc0f22b8861edcea596a68db0ec3059d</span><br /><span style="font-family: 'Courier New'; font-size: 12px;">$: xauth add viscdb105.visctech.com/unix:1 MIT-MAGIC-COOKIE-1 fc0f22b8861edcea596a68db0ec3059d</span></p>
<p><strong>Set your DISPLAY like you would normally do:</strong></p>
<p><span style="font-family: 'Courier New'; font-size: 12px;">VPRD1 &#8211; oracle: xclock Error: Can&#8217;t open display: </span><br /><span style="font-family: 'Courier New'; font-size: 12px;">viscdb007:/apps/oracle/software/11.2.0.3/grid</span><br /><span style="font-family: 'Courier New'; font-size: 12px;">VPRD1 &#8211; oracle: export DISPLAY=viscdb105.visctech.com:1</span><br /><span style="font-family: 'Courier New'; font-size: 12px;">viscdb007:/apps/oracle/software/11.2.0.3/grid</span></p>
<p><strong>Test your connection</strong></p>
<p>if you have xclock installed on the database server.  If you do not have xclock, you can copy xclock from another machine that has it installed.</p>
<p><span style="font-family: 'Courier New'; font-size: 12px;">VPRD1 &#8211; oracle: xclock</span></p>
<p><span style="font-family: 'Courier New'; font-size: 12px;">Warning: Missing charsets in String to FontSet conversion</span></p>
<p><span style="font-family: 'Courier New'; font-size: 12px;">$: ./runInstaller</span><br /><span style="font-family: 'Courier New'; font-size: 12px;">Starting Oracle Universal Installer&#8230;</span></p>
<p><span style="font-family: 'Courier New'; font-size: 12px;">Checking Temp space: must be greater than 120 MB. Actual 1810 MB Passed</span><br /><span style="font-family: 'Courier New'; font-size: 12px;">Checking swap space: must be greater than 150 MB. Actual 32031 MB Passed</span><br /><span style="font-family: 'Courier New'; font-size: 12px;">Checking monitor: must be configured to display at least 256 colors</span><br /><span style="font-family: 'Courier New'; font-size: 12px;">&gt;&gt;&gt; Could not execute auto check for display colors using command /usr/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed &lt;&lt;&lt;&lt;</span></p>
<p><span style="font-family: 'Courier New'; font-size: 12px;">Some requirement checks failed. You must fulfill these requirements before</span></p>
<p><span style="font-family: 'Courier New'; font-size: 12px;">continuing with the installation,</span></p>
<p><span style="font-family: 'Courier New'; font-size: 12px;">Continue? (y/n) [n] y</span></p>
<p><span style="font-family: 'Courier New'; font-size: 12px;">&gt;&gt;&gt; Ignoring required pre-requisite failures. Continuing&#8230;</span><br /><span style="font-family: 'Courier New'; font-size: 12px;">Preparing to launch Oracle Universal Installer &#8230;</span></p>
<p> </p>
<p> </p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.dbaexpert.com/blog/setting-display-with-x-authority-file-utility-xauth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create ASMLIB disks for EMC disks</title>
		<link>http://www.dbaexpert.com/blog/create-asmlib-disks-for-emc-disks/</link>
		<comments>http://www.dbaexpert.com/blog/create-asmlib-disks-for-emc-disks/#comments</comments>
		<pubDate>Tue, 15 May 2012 20:40:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASM]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[RAC]]></category>
		<category><![CDATA[ASMLIB]]></category>
		<category><![CDATA[EMC]]></category>

		<guid isPermaLink="false">http://www.dbaexpert.com/blog/?p=237</guid>
		<description><![CDATA[Create ASMLIB disks with /etc/init.d/oracleasm command.  You must be logged in as root: - root: cat /proc/partitions  &#124;grep emcpower  120    32    1048576 emcpowerc  120    33    1047383 emcpowerc1  120    48    1048576 emcpowerd  120    49    1047383 emcpowerd1  120    64    1048576 emcpowere  120    65    1047383 emcpowere1  120    80    1048576 emcpowerf  120    81    1047383 emcpowerf1  120    96    1048576 emcpowerg [...]]]></description>
			<content:encoded><![CDATA[<p><!--?xml version="1.0" encoding="UTF-8" standalone="no"?-->Create ASMLIB disks with /etc/init.d/oracleasm command. </p>
<p>You must be logged in as root:</p>
<p>- root: cat /proc/partitions  |grep emcpower</p>
<div style="font-family: Consolas;"> 120    32    1048576 emcpowerc</div>
<div style="font-family: Consolas;"> 120    33    1047383 emcpowerc1</div>
<div style="font-family: Consolas;"> 120    48    1048576 emcpowerd</div>
<div style="font-family: Consolas;"> 120    49    1047383 emcpowerd1</div>
<div style="font-family: Consolas;"> 120    64    1048576 emcpowere</div>
<div style="font-family: Consolas;"> 120    65    1047383 emcpowere1</div>
<div style="font-family: Consolas;"> 120    80    1048576 emcpowerf</div>
<div style="font-family: Consolas;"> 120    81    1047383 emcpowerf1</div>
<div style="font-family: Consolas;"> 120    96    1048576 emcpowerg</div>
<div style="font-family: Consolas;"> 120    97    1047383 emcpowerg1</div>
<div style="font-family: Consolas;"> 120   112  471859200 emcpowerh</div>
<div style="font-family: Consolas;"> 120   113  471849051 emcpowerh1</div>
<div style="font-family: Consolas;"> 120   128  471859200 emcpoweri</div>
<div style="font-family: Consolas;"> 120   129  471849051 emcpoweri1</div>
<div style="font-family: Consolas;"> 120   144  471859200 emcpowerj</div>
<div style="font-family: Consolas;"> 120   145  471849051 emcpowerj1</div>
<div style="font-family: Consolas;"> 120   160  471859200 emcpowerk</div>
<div style="font-family: Consolas;"> 120   161  471849051 emcpowerk1</div>
<div style="font-family: Consolas;"> 120   176  524288000 emcpowerl</div>
<div style="font-family: Consolas;"> 120   177  524277179 emcpowerl1</div>
<div style="font-family: Consolas;"> 120   192  524288000 emcpowerm</div>
<div style="font-family: Consolas;"> 120   193  524277179 emcpowerm1</div>
<div style="font-family: Consolas;"> 120   208  471859200 emcpowern</div>
<div style="font-family: Consolas;"> 120   209  471849051 emcpowern1</div>
<div style="font-family: Consolas;"> 120   224  471859200 emcpowero</div>
<div style="font-family: Consolas;"> 120   225  471849051 emcpowero1</div>
<div style="font-family: Consolas;"> </div>
<div style="font-family: Consolas;"> - root: cat cr_asmlib_disks.txt</div>
<div style="font-family: Consolas;">/etc/init.d/oracleasm createdisk VISC_PV101_DISK1 /dev/emcpowerc1</div>
<div style="font-family: Consolas;">/etc/init.d/oracleasm createdisk VISC_PV101_DISK2 /dev/emcpowerd1</div>
<div style="font-family: Consolas;">/etc/init.d/oracleasm createdisk VISC_PV101_DISK3 /dev/emcpowere1</div>
<div style="font-family: Consolas;">/etc/init.d/oracleasm createdisk VISC_PV101_DISK4 /dev/emcpowerf1</div>
<div style="font-family: Consolas;">/etc/init.d/oracleasm createdisk VISC_PV101_DISK5 /dev/emcpowerg1</div>
<div style="font-family: Consolas;"> </div>
<div style="font-family: Consolas;"> - root: ksh cr_asmlib_disks.txt</div>
<div style="font-family: Consolas;">Marking disk &#8220;VISC_PV101_DISK1&#8243; as an ASM disk: [  OK  ]</div>
<div style="font-family: Consolas;">Marking disk &#8220;VISC_PV101_DISK2&#8243; as an ASM disk: [  OK  ]</div>
<div style="font-family: Consolas;">Marking disk &#8220;VISC_PV101_DISK3&#8243; as an ASM disk: [  OK  ]</div>
<div style="font-family: Consolas;">Marking disk &#8220;VISC_PV101_DISK4&#8243; as an ASM disk: [  OK  ]</div>
<div style="font-family: Consolas;">Marking disk &#8220;VISC_PV101_DISK5&#8243; as an ASM disk: [  OK  ]</div>
<div style="font-family: Consolas;"> </div>
<div style="font-family: Consolas;">Next, you need to scan the disks on the remaining RAC nodes:</div>
<div style="font-family: Consolas;">
<p>- root: /etc/init.d/oracleasm scandisks<br />Scanning the system for Oracle ASMLib disks:</p>
<p>You can verify the the disks on the other RAC nodes with the listdisks option:</p>
<p>- root: /etc/init.d/oracleasm listdisks<br />TRAX_PV101_DISK1<br />TRAX_PV101_DISK2<br />TRAX_PV101_DISK3<br />TRAX_PV101_DISK4<br />TRAX_PV101_DISK5</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.dbaexpert.com/blog/create-asmlib-disks-for-emc-disks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access Control List in Oracle Database 11g</title>
		<link>http://www.dbaexpert.com/blog/access-control-list-in-oracle-database-11g/</link>
		<comments>http://www.dbaexpert.com/blog/access-control-list-in-oracle-database-11g/#comments</comments>
		<pubDate>Mon, 14 May 2012 19:45:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.dbaexpert.com/blog/?p=232</guid>
		<description><![CDATA[  We had a request at one of our clients to open access from Apex to LDAP.  Here&#8217;s an example of creating the ACL and adding privileges. begin   dbms_network_acl_admin.create_acl (     acl         =&#62; &#8216;ldap_web.xml&#8217;,     description =&#62; &#8216;Allow Apex to LDAP Service&#8217;,     principal   =&#62; &#8216;MYSCHEMA&#8217;,     is_grant    =&#62; TRUE,     privilege   =&#62; &#8216;connect&#8217;     [...]]]></description>
			<content:encoded><![CDATA[<p><!--?xml version="1.0" encoding="UTF-8" standalone="no"?--></p>
<div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<blockquote style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; border-width: initial; border-color: initial; border-style: none; padding: 0px;">
<div>
<div> </div>
</div>
</blockquote>
</div>
</div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">We had a request at one of our clients to open access from Apex to LDAP.  Here&#8217;s an example of creating the ACL and adding privileges.</span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;"><br /></span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">begin  </span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">dbms_network_acl_admin.create_acl (</span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">    acl         =&gt; &#8216;ldap_web.xml&#8217;,</span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">    description =&gt; &#8216;Allow Apex to LDAP Service&#8217;,</span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">    principal   =&gt; &#8216;MYSCHEMA&#8217;,</span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">    is_grant    =&gt; TRUE,</span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">    privilege   =&gt; &#8216;connect&#8217;</span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">    );</span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">    commit;</span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">end;</span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">/</span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; white-space: pre;"><span style="font-family: monospace;"><br /></span></span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;"><br /></span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">begin</span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">  dbms_network_acl_admin.add_privilege (</span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">  acl       =&gt; &#8216;ldap_web.xml&#8217;,</span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">  principal =&gt; &#8216;</span>MYSCHEMA&#8217;,</div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">  is_grant  =&gt; TRUE,</span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">  privilege =&gt; &#8216;resolve&#8217;</span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">  );</span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">  commit;</span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">end;</span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">/</span></div>
<div style="font-family: Consolas;"><span style="font-family: Monaco;"><br /></span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">begin</span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">  dbms_network_acl_admin.add_privilege (</span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">  acl       =&gt; &#8216;ldap_web.xml&#8217;,</span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">  principal =&gt; &#8216;</span><span style="border-collapse: separate; color: #000000; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; white-space: pre;"><span style="font-family: monospace;">APEX_040100</span></span>&#8216;,</div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">  is_grant  =&gt; TRUE,</span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">  privilege =&gt; &#8216;resolve&#8217;</span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">  );</span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">  commit;</span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">end;</span></div>
<div style="font-family: Consolas;">/<span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;"><br /></span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;"><br /></span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">begin</span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">  dbms_network_acl_admin.assign_acl(</span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">  acl  =&gt; &#8216;ldap_web.xml&#8217;,</span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">  host =&gt; &#8216;ldap.visctech.com.ad</span>&#8216;</div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">  );</span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">  commit;</span></div>
<div style="font-family: Consolas;"><span style="border-collapse: separate; color: #000000; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium;">end;</span></div>
<div style="font-family: Consolas;">/<span style="font-family: Monaco;"><br /></span></div>
<div> </div>
]]></content:encoded>
			<wfw:commentRss>http://www.dbaexpert.com/blog/access-control-list-in-oracle-database-11g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exadata single command to get all the hostnames and IP addresses of all the compute nodes</title>
		<link>http://www.dbaexpert.com/blog/exadata-single-command-to-get-all-the-hostnames-and-ip-addresses-of-all-the-compute-nodes/</link>
		<comments>http://www.dbaexpert.com/blog/exadata-single-command-to-get-all-the-hostnames-and-ip-addresses-of-all-the-compute-nodes/#comments</comments>
		<pubDate>Tue, 01 May 2012 16:28:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exadata]]></category>

		<guid isPermaLink="false">http://www.dbaexpert.com/blog/?p=223</guid>
		<description><![CDATA[From the home directory where the dbs_group file resides:   dcli -g dbs_group -l oracle &#8216;grep -i `hostname` /etc/hosts&#8217; On the half Rack Exadata, here&#8217;s  the output that you would expect: viscdb01: 10.0.0.70 viscdb01.visctech.com viscdb01 viscdb02: 10.0.0.71 viscdb02.visctech.com viscdb02 viscdb03: 10.0.0.72 viscdb03.visctech.com viscdb03 viscdb04: 10.0.0.73 viscdb04.visctech.com viscdb04 You can run a similar command to list [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Arial;"><span style="font-size: 12px;">From the home directory where the dbs_group file resides:</span></span></p>
<p> </p>
<p><span style="font-family: 'Courier New';"><span style="font-size: 12px;">dcli -g dbs_group -l oracle &#8216;grep -i `hostname` /etc/hosts&#8217;</span></span></p>
<p><span style="font-family: 'Courier New';"><span style="font-size: 12px;"><br /></span></span></p>
<p><span style="font-family: Arial;"><span style="font-size: 12px;">On the half Rack Exadata, here&#8217;s  the output that you would expect:</span></span></p>
<p><span style="font-family: Arial;"><span style="font-size: 12px;"><br /></span></span></p>
<p><span style="font-family: Arial; font-size: 12px;"><span style="font-family: 'Courier New';">viscdb01: 10.0.0.70 viscdb01.visctech.com viscdb01 </span></span></p>
<p><span style="font-size: 12px; font-family: 'Courier New';">viscdb02: 10.0.0.71 viscdb02.visctech.com viscdb02 </span></p>
<p><span style="font-family: 'Courier New'; font-size: 12px;">viscdb03: 10.0.0.72 viscdb03.visctech.com viscdb03 </span></p>
<p><span style="font-family: 'Courier New'; font-size: 12px;">viscdb04: 10.0.0.73 viscdb04.visctech.com viscdb04</span></p>
<p><span style="font-family: 'Courier New'; font-size: 12px;"><br /></span></p>
<p><span style="font-family: 'Courier New'; font-size: 12px;"><span style="font-family: Arial;">You can run a similar command to list all the cell nodes.  You must do this part as root:</span></span></p>
<p><span style="font-family: 'Courier New'; font-size: 12px;"><span style="font-family: Arial;"><br /></span></span></p>
<p> </p>
<p><span style="font-family: Arial;"><span style="font-size: 12px;"><span style="font-family: 'Courier New';"># /usr/local/bin/dcli -g cell_group -l root &#8216;grep -i `hostname` /etc/hosts&#8217;</span></span></span></p>
<p><span style="font-size: 12px; font-family: 'Courier New';"> visccel01: 10.0.10.174 visccel01.visctech.com visccel01</span></p>
<p><span style="font-family: 'Courier New'; font-size: 12px;"> visccel02: 10.0.10.175 visccel02.visctech.com visccel02 </span></p>
<p><span style="font-family: 'Courier New'; font-size: 12px;">visccel03: 10.0.10.176 visccel03.visctech.com visccel03 </span></p>
<p><span style="font-family: 'Courier New'; font-size: 12px;">visccel04: 10.0.10.177 visccel04.visctech.com visccel04 </span></p>
<p><span style="font-family: 'Courier New'; font-size: 12px;">visccel05: 10.0.10.178 visccel05.visctech.com visccel05 </span></p>
<p><span style="font-family: 'Courier New'; font-size: 12px;">visccel06: 10.0.10.179 visccel06.visctech.com visccel06 </span></p>
<p><span style="font-family: 'Courier New'; font-size: 12px;">visccel07: 10.0.10.180 visccel07.visctech.com visccel07</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dbaexpert.com/blog/exadata-single-command-to-get-all-the-hostnames-and-ip-addresses-of-all-the-compute-nodes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ODA Rant</title>
		<link>http://www.dbaexpert.com/blog/oda-rant/</link>
		<comments>http://www.dbaexpert.com/blog/oda-rant/#comments</comments>
		<pubDate>Sat, 28 Apr 2012 23:23:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[RAC]]></category>

		<guid isPermaLink="false">http://www.dbaexpert.com/blog/?p=171</guid>
		<description><![CDATA[Oracle spends 4.5 billion on R&#38;D.  ODA is a 4u box Marketed as HA in a box. You can license 2 cores up to 24 &#8211;&#62; 3.06Ghz, 12 mb L3 of cache per socket (Intel XEON 5674) Bottom node is Server node SN#0 &#8211;&#62; have to run the install on the bottom node Top node [...]]]></description>
			<content:encoded><![CDATA[<p>Oracle spends 4.5 billion on R&amp;D.  ODA is a 4u box Marketed as HA in a box.</p>
<p>You can license 2 cores up to 24 &#8211;&gt; 3.06Ghz, 12 mb L3 of cache per socket (Intel XEON 5674)<br />
Bottom node is Server node SN#0 &#8211;&gt; have to run the install on the bottom node<br />
Top node is Server node SN#1</p>
<p>Once you go to 8 cores, you cannot go back down<br />
You have to generate a key and copy the paste</p>
<p>ODA Only runs enterprise edition<br />
Triple (High Redundancy) only.  Does not support Normal Redundancy<br />
Will support TDE hardware accelerator (CPU has the capability)</p>
<p>Public network (bond 0) with gigabit ports (bottom right corner)<br />
ILOM is above the public gigE ports<br />
Just behind here are the 2 X 500GB drives</p>
<p>Bottom left corner<br />
*  Has 2 SAS ports that are intentionally dead<br />
*  Right above it has 2 x 10gigE Ports<br />
*  Then have 4 x 1gigE ports</p>
<p>96gb of RAM (12x8GB RAM) on each node<br />
4 x 73GB SAS2 SSDs for redo<br />
20 x 600GB SAS2 15k RPM disks<br />
2 x 500GB SATA boot disks</p>
<p>Dual Intel 82571 GigE as Cluster interconnect<br />
2 x onboard GigE per node<br />
1 x Intel Quad GigE Northstar per node<br />
1 x Intel 10GigE Niantic dual-ports per node</p>
<p>Oracle Appliance Manager software utility<br />
Simple UI to manage the appliance<br />
Also used to patch the software and diagnostic software<br />
Can create ASR or call home<br />
Can patch firmware<br />
The command line interface is called ocli</p>
<p>Greate news is that ACFS is supported on ODA.</p>
<p>Tidbit about Licensing:<br />
You have to lose 2 cores at a time and increment by 2 cores</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dbaexpert.com/blog/oda-rant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VM World 2012 Call For Papers</title>
		<link>http://www.dbaexpert.com/blog/vm-world-2012-call-for-papers/</link>
		<comments>http://www.dbaexpert.com/blog/vm-world-2012-call-for-papers/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 21:23:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.dbaexpert.com/blog/?p=198</guid>
		<description><![CDATA[VM World 2012 Call for papers is now open until May 18. VM World will be at San Francisco this year at the Moscone Center, August 27 &#8211; 30 Education.Choose from more than 200 Breakout Sessions and Hands-on Labs covering topics such as the hybrid cloud, enabling IT as a service and delivering end-user freedom while [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.vmworld.com/community/conference/cfp">VM World 2012 Call for papers is now open until May 18.</a></strong></p>
<p><strong>VM World will be at San Francisco this year at the </strong>Moscone Center, August 27 &#8211; 30</p>
<p></p>
<table style="cursor: default; border-width: 1px; border-color: #bbbbbb; border-style: dashed;" width="100%">
<tbody>
<tr>
<td style="cursor: text; padding-right: 5px; border-width: 1px; border-color: #bbbbbb; border-style: dashed; margin: 8px;" width="33%"><strong>Education.</strong><br />Choose from more than 200 Breakout Sessions and Hands-on Labs covering topics such as the hybrid cloud, enabling IT as a service and delivering end-user freedom while maintaining IT control.</td>
<td style="cursor: text; padding-right: 5px; border-width: 1px; border-color: #bbbbbb; border-style: dashed; margin: 8px;" width="33%"><strong>Collaboration.</strong><br />Attend group discussions or meet one-on-one with Knowledge Experts to learn and share experiences about deploying virtualization and enabling your cloud.</td>
<td style="cursor: text; border-width: 1px; border-color: #bbbbbb; border-style: dashed; margin: 8px;" width="33%"><strong>Networking.</strong><br />Engage with more than 200 technology partners to discuss new and innovative solutions to benefit your business.</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.dbaexpert.com/blog/vm-world-2012-call-for-papers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Practices for Gathering Optimizer Statistics</title>
		<link>http://www.dbaexpert.com/blog/best-practices-for-gathering-optimizer-statistics/</link>
		<comments>http://www.dbaexpert.com/blog/best-practices-for-gathering-optimizer-statistics/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 17:26:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General DBA]]></category>

		<guid isPermaLink="false">http://www.dbaexpert.com/blog/?p=256</guid>
		<description><![CDATA[A must read for everyone:  twp-bp-optimizer-stats-04042012-1577139.pdf]]></description>
			<content:encoded><![CDATA[<p>A must read for everyone:  <a title="twp-bp-optimizer-stats-04042012-1577139.pdf" href="http://www.dbaexpert.com/blog/wp-content/uploads/2012/05/twp-bp-optimizer-stats-04042012-1577139.pdf">twp-bp-optimizer-stats-04042012-1577139.pdf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dbaexpert.com/blog/best-practices-for-gathering-optimizer-statistics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASM Disk Group Configuration</title>
		<link>http://www.dbaexpert.com/blog/asm-disk-group-configuration/</link>
		<comments>http://www.dbaexpert.com/blog/asm-disk-group-configuration/#comments</comments>
		<pubDate>Mon, 16 Apr 2012 02:09:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASM]]></category>
		<category><![CDATA[Exadata]]></category>
		<category><![CDATA[General DBA]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.dbaexpert.com/blog/?p=184</guid>
		<description><![CDATA[ASM Disk Group Configuration Everyone should be leveraging ASMLIB instead of using block devices to create our ASM disk groups     Proper ASM configuration and standardization and following best practices is just as important in a virtualized environment as it is in a bare metal environment             First, create [...]]]></description>
			<content:encoded><![CDATA[<table style="cursor: default; font-family: Consolas; border-width: 1px; border-color: #bbbbbb; border-style: dashed;" border="0" cellpadding="4">
<tbody>
<tr>
<td style="cursor: text; border-width: 1px; border-color: #bbbbbb; border-style: dashed; margin: 8px;" colspan="3" align="left" bgcolor="#6FB536" height="60">
<h1 style="font-size: 2em;"><span style="color: #ffffff; font-family: Arial, Helvetica, sans-serif;"><span style="font-size: xx-large;">ASM Disk Group Configuration</span></span></h1>
</td>
</tr>
<tr>
<td style="cursor: text; border-width: 1px; border-color: #bbbbbb; border-style: dashed; margin: 8px;" colspan="3" align="left">
<p><span style="font-family: Arial, Helvetica, sans-serif;">Everyone should be leveraging ASMLIB instead of using block devices to create our ASM disk groups    </span></p>
<p><span style="font-family: Arial, Helvetica, sans-serif;">Proper ASM configuration and standardization and following best practices is just as important in a virtualized environment as it is in a bare metal environment            </span></p>
</td>
</tr>
<tr>
<td style="cursor: text; border-width: 1px; border-color: #bbbbbb; border-style: dashed; margin: 8px;" align="left" valign="top" width="320"><strong><span style="color: #252525;">First, create ASMLIB disks with oracleasm</span></strong></p>
<ul>
<li><span style="font-family: Arial, Helvetica, sans-serif;">sudo to root</span></li>
<li><span style="font-family: Arial, Helvetica, sans-serif;">cd /etc/init.d </span></li>
<li><span style="font-family: 'Courier New';">./oracleasm createdisk DATA101_DISK000 /dev/oracle/DATA101_disk000p</span><span style="font-family: Arial, Helvetica, sans-serif;">1</span>
<ul>
<li><span style="font-family: Arial, Helvetica, sans-serif;">Repeat for each disk</span></li>
</ul>
</li>
<li><span style="font-family: Arial, Helvetica, sans-serif;">On other RAC nodes</span>
<ul>
<li><span style="font-family: 'Courier New';">./oracleasm scandisks</span></li>
<li><span style="font-family: 'Courier New';">./oracleasm listdisks</span></li>
</ul>
</li>
</ul>
<p><span style="font-family: Arial, Helvetica, sans-serif;"></p>
<p></span><br /><span style="color: #000000;"><strong>List of available disks on April 29, 2012<br /></strong></span><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Comic Sans MS';">cd /dev/oracle<br />lrwxrwxrwx 1 root root 8 Apr 28 16:22 DATA501_disk009p1 -&gt; ../dm-85</span></span></p>
<div><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Comic Sans MS';">lrwxrwxrwx 1 root root 9 Apr 28 16:22 DATA501_disk003p1 -&gt; ../dm-105</span></span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Comic Sans MS';">lrwxrwxrwx 1 root root 9 Apr 28 16:22 DATA101_disk003p1 -&gt; ../dm-100</span></span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Comic Sans MS';">lrwxrwxrwx 1 root root 8 Apr 28 16:22 DATA101_disk001p1 -&gt; ../dm-99</span></span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Comic Sans MS';">lrwxrwxrwx 1 root root 9 Apr 28 16:22 DATA101_disk002p1 -&gt; ../dm-102</span></span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Comic Sans MS';">lrwxrwxrwx 1 root root 9 Apr 28 16:22 DATA501_disk005p1 -&gt; ../dm-110</span></span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Comic Sans MS';">lrwxrwxrwx 1 root root 9 Apr 28 16:22 DATA101_disk004p1 -&gt; ../dm-101</span></span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Comic Sans MS';">lrwxrwxrwx 1 root root 9 Apr 28 16:22 DATA101_disk000p1 -&gt; ../dm-104</span></span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Comic Sans MS';">lrwxrwxrwx 1 root root 9 Apr 28 16:22 DATA501_disk006p1 -&gt; ../dm-111</span></span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Comic Sans MS';">lrwxrwxrwx 1 root root 9 Apr 28 16:22 DATA501_disk008p1 -&gt; ../dm-107</span></span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Comic Sans MS';">lrwxrwxrwx 1 root root 9 Apr 28 16:22 DATA501_disk004p1 -&gt; ../dm-112</span></span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Comic Sans MS';">lrwxrwxrwx 1 root root 9 Apr 28 16:22 DATA501_disk000p1 -&gt; ../dm-108</span></span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Comic Sans MS';">lrwxrwxrwx 1 root root 9 Apr 28 16:22 DATA501_disk002p1 -&gt; ../dm-109</span></span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Comic Sans MS';">lrwxrwxrwx 1 root root 9 Apr 28 16:22 DATA501_disk001p1 -&gt; ../dm-103</span></span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Comic Sans MS';">lrwxrwxrwx 1 root root 9 Apr 28 16:22 DATA501_disk007p1 -&gt; ../dm-106</span></span></div>
<p></p>
<table style="cursor: default; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; border-width: 1px; border-color: #bbbbbb; border-style: dashed;" border="0" cellpadding="4">
<tbody>
<tr>
<td style="cursor: text; border-width: 1px; border-color: #bbbbbb; border-style: dashed; margin: 8px;" align="left" valign="top" width="320">
<div><span style="font-family: Calibri;"><span style="font-family: Arial;"><strong>Naming Convention Legend for Disk Groups</strong></span></span></p>
<ul>
<li><span style="font-family: Calibri;">Diskgroup names will be DATA101 or PF101 for RAID 10 disk groups</span></li>
<li><span style="font-family: Calibri;">Diskgruop names will DATA501 or PF501 for RAID 5 disk groups</span></li>
</ul>
</div>
</td>
</tr>
</tbody>
</table>
<div><span style="color: #000000;"><strong>Naming Convention Legend for Disks</strong></span></div>
<div>
<ul>
<li>pd = production data</li>
<li>pf = production fast recovery area(fra)</li>
<li><span style="font-family: Calibri;">dd = would be development data</span></li>
<li><span style="font-family: Calibri;">df = would be development fra</span></li>
<li><span style="font-family: Calibri;">101 = raid 10 first disk group</span></li>
<li><span style="font-family: Calibri;">501 = raid 05 first disk group</span></li>
<li><span style="font-family: Calibri;">And _diskxxx can be disk000 to disk999</span></li>
</ul>
<p><span style="font-family: Calibri;"><br /><span style="font-family: Arial;"><strong>Modify /etc/sysconfig/oracleasm (on each node)<br /></strong></span></span></div>
<div><span style="font-family: Calibri;"><span style="font-family: Arial;">As root:  Make changes to the following lines:</span></span></div>
<div><span style="font-family: Calibri;"><span style="font-family: Arial;"><strong><span style="font-weight: normal;"><span style="font-family: 'Courier New';"># ORACLEASM_SCANORDER: Matching patterns to order disk scanning</span></span></strong></span></span></p>
<div><span style="font-family: Calibri;"><span style="font-family: Arial;"><span style="font-weight: normal;"><span style="font-family: 'Courier New';">ORACLEASM_SCANORDER=&#8221;dm-&#8221;</span></span></span></span></div>
<div><span style="font-family: Calibri;"><span style="font-weight: normal;"><span style="font-family: 'Courier New';"><br /></span></span></span></div>
<div><span style="font-weight: normal;"><span style="font-family: 'Courier New';"># ORACLEASM_SCANEXCLUDE: Matching patterns to exclude disks from scan</span></span></div>
<div><span style="font-weight: normal;"><span style="font-family: 'Courier New';">ORACLEASM_SCANEXCLUDE=&#8221;sd&#8221;</span></span></div>
</div>
</td>
<td style="cursor: text; border-width: 1px; border-color: #bbbbbb; border-style: dashed; margin: 8px;" width="30"> </td>
<td style="cursor: text; border-width: 1px; border-color: #bbbbbb; border-style: dashed; margin: 8px;" valign="top" width="180"><span style="color: #000000;"><strong>Important Notes:</strong></span></p>
<ul>
<li><span style="font-family: Arial, Helvetica, sans-serif;">Only use the partitioned disk when creating ASMLIB disks</span></li>
<li>The partitioned disk will have p1, p2, etc. at the end of the device name</li>
<li><span style="font-family: Arial, Helvetica, sans-serif;">After you scan the disk, you should see an entry in /proc/partitions</span></li>
<li><span style="font-family: Arial, Helvetica, sans-serif;">Do NOT use /dev/oracle devices</span></li>
<li><span style="font-family: Arial, Helvetica, sans-serif;">Instead use /dev/mapper devices</span></li>
</ul>
<p><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Courier New';"><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Courier New';"><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Courier New';"><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Courier New';">RAID 10<br />&#8212;&#8212;-<br />[root@dllprdorl01 tmp]# cat ora_asm.txt</span></span></span></span></span></span></span></span></p>
<div><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';">/etc/init.d/oracleasm createdisk DATA101_DISK000 /dev/mapper/DATA101_disk000p1</span></span></span></span></span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';">/etc/init.d/oracleasm createdisk DATA101_DISK001 /dev/mapper/DATA101_disk001p1</span></span></span></span></span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';">/etc/init.d/oracleasm createdisk DATA101_DISK002 /dev/mapper/DATA101_disk002p1</span></span></span></span></span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';">/etc/init.d/oracleasm createdisk DATA101_DISK003 /dev/mapper/DATA101_disk003p1</span></span></span></span></span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';">/etc/init.d/oracleasm createdisk DATA101_DISK004 /dev/mapper/DATA101_disk004p1</span></span></span></span></span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><br /></span></span></span></span></span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';">RAID 5</span></span></span></span></span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';">&#8212;&#8212;</span></span></span></span></span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';">/etc/init.d/oracleasm createdisk DATA501_DISK000 /dev/mapper/DATA501_disk000p1</span></span></span></span></span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';">/etc/init.d/oracleasm createdisk DATA501_DISK001 /dev/mapper/DATA501_disk001p1</span></span></span></span></span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';">/etc/init.d/oracleasm createdisk DATA501_DISK002 /dev/mapper/DATA501_disk002p1</span></span></span></span></span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';">/etc/init.d/oracleasm createdisk DATA501_DISK003 /dev/mapper/DATA501_disk003p1</span></span></span></span></span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';">/etc/init.d/oracleasm createdisk DATA501_DISK004 /dev/mapper/DATA501_disk004p1</span></span></span></span></span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';">/etc/init.d/oracleasm createdisk DATA501_DISK005 /dev/mapper/DATA501_disk005p1</span></span></span></span></span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';">/etc/init.d/oracleasm createdisk DATA501_DISK006 /dev/mapper/DATA501_disk006p1</span></span></span></span></span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';">/etc/init.d/oracleasm createdisk DATA501_DISK007 /dev/mapper/DATA501_disk007p1</span></span></span></span></span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';">/etc/init.d/oracleasm createdisk DATA501_DISK008 /dev/mapper/DATA501_disk008p1</span></span></span></span></span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';"><span style="font-family: 'Courier New';">/etc/init.d/oracleasm createdisk DATA501_DISK009 /dev/mapper/DATA501_disk009p1</span></span></span></span></span></div>
<p><span style="font-family: 'Courier New';"><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Courier New';"><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Courier New';"><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Courier New';"><span style="font-family: Arial, Helvetica, sans-serif;"><span style="font-family: 'Courier New';"><br /></span></span></span></span></span></span></span></span></span><br /><strong>ASM Disk Group Information<br /></strong></p>
<ul>
<li><span style="font-family: Arial, Helvetica, sans-serif;">First, we will set our Allocation Unit (AU) to 4MB in size</span></li>
<li>Second, we will use &#8216;ORCL:*&#8217; disks instead of block devices when creating our new disk groups</li>
</ul>
<div>SQL&gt; alter system set asm_diskstring=&#8217;/dev/oracle&#8217;,'ORCL:PD*&#8217;;</p>
<div> </div>
<div>System altered.</div>
</div>
<div> </div>
<div><strong>Add the following to the init+ASM1.ora on each node</strong></div>
<div><strong>For automatic mount of diskgroups</strong></div>
<div><span style="font-family: 'Courier New';">asm_diskgroups=&#8217;DATA03&#8242;,&#8217;DATA60&#8242;,&#8217;FRA03&#8242;,&#8217;FRA60&#8242;,&#8217;DATA101&#8242;,&#8217;DATA501&#8242;</span> </p>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div><span style="font-family: 'Courier New';">#asm_diskstring=&#8217;/dev/oracle&#8217;</span></div>
<div><span style="font-family: 'Courier New';">asm_diskstring=&#8217;/dev/oracle&#8217;,'ORCL:PD*&#8217;</span></div>
</div>
<div> </div>
<div><strong>For the time being, manually mount the diskgroups on each node:</strong></div>
<div><span style="font-family: 'Courier New';">SQL&gt; alter system set asm_diskstring=&#8217;/dev/oracle&#8217;,'ORCL:PD*&#8217;;</span></p>
<div><span style="font-family: 'Courier New';">System altered.</span></div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div><span style="font-family: 'Courier New';">SQL&gt; alter diskgroup DATA101 mount;</span></div>
<div><span style="font-family: 'Courier New';">Diskgroup altered.</span></div>
<div><span style="font-family: 'Courier New';"><br /></span></div>
<div><span style="font-family: 'Courier New';">SQL&gt; alter diskgroup DATA501 mount;</span></div>
<div><span style="font-family: 'Courier New';">Diskgroup altered.</span></div>
</div>
<div> </div>
<div> </div>
<div><span style="color: #000000;"><strong>Creating ASM Disk Groups</strong></span></div>
<div><strong><br /></strong></div>
<div><strong>RAID 10 DATA Disk Group</strong></div>
<p><span style="line-height: 18px;"><span style="font-family: 'Comic Sans MS';"><span style="font-family: 'Courier New';">+ASM1 &gt; cat cr_DATA101.sql</span></span></span></p>
<div><span style="line-height: 18px;"><span style="font-family: 'Comic Sans MS';"><span style="font-family: 'Courier New';">create diskgroup DATA101 external redundancy disk &#8216;ORCL:DATA101_DISK000&#8242;,</span></span></span></div>
<div><span style="line-height: 18px;"><span style="font-family: 'Comic Sans MS';"><span style="font-family: 'Courier New';">&#8216;ORCL:DATA101_DISK001&#8242;,</span></span></span></div>
<div><span style="line-height: 18px;"><span style="font-family: 'Comic Sans MS';"><span style="font-family: 'Courier New';">&#8216;ORCL:DATA101_DISK002&#8242;,</span></span></span></div>
<div><span style="line-height: 18px;"><span style="font-family: 'Comic Sans MS';"><span style="font-family: 'Courier New';">&#8216;ORCL:DATA101_DISK003&#8242;,</span></span></span></div>
<div><span style="line-height: 18px;"><span style="font-family: 'Comic Sans MS';"><span style="font-family: 'Courier New';">&#8216;ORCL:DATA101_DISK004&#8242;</span></span></span></div>
<div><span style="line-height: 18px;"><span style="font-family: 'Comic Sans MS';"><span style="font-family: 'Courier New';">ATTRIBUTE &#8216;au_size&#8217; = &#8217;4M&#8217;,</span></span></span></div>
<div><span style="line-height: 18px;"><span style="font-family: 'Comic Sans MS';"><span style="font-family: 'Courier New';">&#8216;compatible.rdbms&#8217; = &#8217;11.1&#8242;,</span></span></span></div>
<div><span style="line-height: 18px;"><span style="font-family: 'Comic Sans MS';"><span style="font-family: 'Courier New';">&#8216;compatible.asm&#8217; = &#8217;11.1&#8242;;</span></span></span></div>
<p><strong>RAID 5 DATA Disk Group<br /></strong><span style="font-family: 'Courier New';">+ASM1 &gt; cat cr_DATA501.sql</span></p>
<div><span style="font-family: 'Courier New';">create diskgroup DATA501 external redundancy disk &#8216;ORCL:DATA501_DISK000&#8242;,</span></div>
<div><span style="font-family: 'Courier New';">&#8216;ORCL:DATA501_DISK001&#8242;,</span></div>
<div><span style="font-family: 'Courier New';">&#8216;ORCL:DATA501_DISK002&#8242;,</span></div>
<div><span style="font-family: 'Courier New';">&#8216;ORCL:DATA501_DISK003&#8242;,</span></div>
<div><span style="font-family: 'Courier New';">&#8216;ORCL:DATA501_DISK004&#8242;,</span></div>
<div><span style="font-family: 'Courier New';">&#8216;ORCL:DATA501_DISK005&#8242;,</span></div>
<div><span style="font-family: 'Courier New';">&#8216;ORCL:DATA501_DISK006&#8242;,</span></div>
<div><span style="font-family: 'Courier New';">&#8216;ORCL:DATA501_DISK007&#8242;,</span></div>
<div><span style="font-family: 'Courier New';">&#8216;ORCL:DATA501_DISK008&#8242;,</span></div>
<div><span style="font-family: 'Courier New';">&#8216;ORCL:DATA501_DISK009&#8242;</span></div>
<div><span style="font-family: 'Courier New';">ATTRIBUTE &#8216;au_size&#8217; = &#8217;4M&#8217;,</span></div>
<div><span style="font-family: 'Courier New';">&#8216;compatible.rdbms&#8217; = &#8217;11.1&#8242;,</span></div>
<div><span style="font-family: 'Courier New';">&#8216;compatible.asm&#8217; = &#8217;11.1&#8242;;</span></div>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.dbaexpert.com/blog/asm-disk-group-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OOW 2012 Call for Papers</title>
		<link>http://www.dbaexpert.com/blog/oow-2012-call-for-papers/</link>
		<comments>http://www.dbaexpert.com/blog/oow-2012-call-for-papers/#comments</comments>
		<pubDate>Sun, 01 Apr 2012 19:31:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exadata]]></category>

		<guid isPermaLink="false">http://www.dbaexpert.com/blog/?p=174</guid>
		<description><![CDATA[On March 14, 2012, Oracle opened their call for paper for this year’s Oracle OpenWorld conference. The call for paper expired on April 9, 2012.  Here&#8217;s the abstract that I submitted for Exadata with ZFS Storage Appliance.   Come learn how the industry’s leading supply contracting company, delivers unmatched savings to their customers leveraging Oracle [...]]]></description>
			<content:encoded><![CDATA[<p>On March 14, 2012, Oracle opened their call for paper for this year’s Oracle OpenWorld conference. The call for paper expired on April 9, 2012.  Here&#8217;s the abstract that I submitted for Exadata with ZFS Storage Appliance.  </p>
<p>Come learn how the industry’s leading supply contracting company, delivers unmatched savings to their customers leveraging Oracle engineered systems.  This session will demonstrate how the ZFS Storage Appliance (ZFSSA) was coupled with the Exadata 1/2 Rack to achieve ultra high-availability and reduced capital and operational expenses for their enterprise backups, external tables, archiving, and data staging.  We will reveal additional industry use cases for the ZFSSA.  For Exadata customers, we will share tips and tricks to increase your space utilization.  Lastly, we will share our lessons learned, RMAN backup strategies, direct NFS settings, and scripts used to drive throughput on the ZFSSA across all the compute nodes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dbaexpert.com/blog/oow-2012-call-for-papers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

