<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Oracle RAC on Bill Brown:Thoughts and Reference Material Online</title><link>https://www.billbrown.info/series/oracle-rac/</link><description>Recent content in Oracle RAC on Bill Brown:Thoughts and Reference Material Online</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>BillBrown.info</copyright><lastBuildDate>Sat, 17 May 2008 00:00:00 +0000</lastBuildDate><atom:link href="https://www.billbrown.info/series/oracle-rac/index.xml" rel="self" type="application/rss+xml"/><item><title>Removing Oracle RAC from Windows X64</title><link>https://www.billbrown.info/post/removing-oracle-rac-from-windows-x64/</link><pubDate>Sat, 17 May 2008 00:00:00 +0000</pubDate><guid>https://www.billbrown.info/post/removing-oracle-rac-from-windows-x64/</guid><description>
&lt;h2 id="step-by-step-guide-on-how-to-remove-oracle-real-application-clusters-rac-from-a-windows-x64-system"&gt;Step-by-step guide on how to remove Oracle Real Application Clusters (RAC) from a Windows X64 system.&lt;/h2&gt;
&lt;hr&gt;
&lt;p&gt;I had to remove Oracle 11g and reinstall Oracle 10gRel2 for a client recently.&lt;/p&gt;
&lt;p&gt;1a, b and d are required if you are using RAW devices for your OCR and Votedisk If you are using OCFS for these files, skip to step 1c followed by 1e.&lt;/p&gt;
&lt;p&gt;1. Remove the partitions that have been initialized for ocrcfg and votedsk&lt;/p&gt;</description></item><item><title>Oracle RAC on VMware ESX: Support Issues and Experiences</title><link>https://www.billbrown.info/post/oracle-rac-running-on-vmware-esx-using-lefthand-networks-san/</link><pubDate>Sun, 06 May 2007 00:00:00 +0000</pubDate><guid>https://www.billbrown.info/post/oracle-rac-running-on-vmware-esx-using-lefthand-networks-san/</guid><description>
&lt;h2 id="this-article-explores-the-lack-of-official-support-for-oracle-rac-running-on-red-hat-under-vmware-esx-and-gathers-user-experiences-with-this-potentially-unsupported-configuration"&gt;This article explores the lack of official support for Oracle RAC running on Red Hat under VMware ESX and gathers user experiences with this potentially unsupported configuration&lt;/h2&gt;
&lt;hr&gt;
&lt;p&gt;I am interested to find out from [vmware]https://www.vmware.com/) and &lt;a href="https://www.oracle.com/"&gt;oracle&lt;/a&gt; why Oracle RAC running on &lt;a href="https://www.redhat.com/"&gt;Red Hat&lt;/a&gt; under vmware esx is not supported by either company yet. I have spoke to both companies and there seems to be an indication that they will be certifying it soon. But no official response as to when.&lt;/p&gt;</description></item><item><title>Disabling the Oracle Recycle Bin in Oracle 10g</title><link>https://www.billbrown.info/post/turn-off-disable-oracle-recycle-bin/</link><pubDate>Thu, 04 Jan 2007 00:00:00 +0000</pubDate><guid>https://www.billbrown.info/post/turn-off-disable-oracle-recycle-bin/</guid><description>
&lt;h2 id="turn-off-disable-oracle-recycle-bin"&gt;Turn Off Disable Oracle Recycle Bin&lt;/h2&gt;
&lt;hr&gt;
&lt;p&gt;In a comment today about the &lt;a href="https://www.billbrown.info/2007/01/04/software/oracle-rac/empty-oracle-recycle-bin.html"&gt;Empty Oracle Recycle Bin&lt;/a&gt;, A person wanted to know how one turns off or disables the Oracle Recycle Bin?In &lt;strong&gt;ORACLE 10G Release 1&lt;/strong&gt; there is a knob to turn to disable the behavior of recycling bin. The “_recyclebin” which defaults to TRUE. We can disable it by setting it to FALSE.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Command to disable that would be:&lt;/p&gt;
&lt;/blockquote&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-sql" data-lang="sql"&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;1&lt;/span&gt;&lt;span class="cl"&gt;&lt;span class="k"&gt;ALTER&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="k"&gt;SYSTEM&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="k"&gt;SET&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="err"&gt;“\&lt;/span&gt;&lt;span class="n"&gt;_recyclebin&lt;/span&gt;&lt;span class="err"&gt;”&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="k"&gt;FALSE&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="k"&gt;SCOPE&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="k"&gt;BOTH&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;ORACLE 10g RELEASE 2&lt;/strong&gt; the following syntax to turn the recycle bin off is:&lt;/p&gt;</description></item><item><title>Emptying the Oracle Recycle Bin in Oracle 10g Release 2</title><link>https://www.billbrown.info/post/empty-oracle-recycle-bin/</link><pubDate>Thu, 04 Jan 2007 00:00:00 +0000</pubDate><guid>https://www.billbrown.info/post/empty-oracle-recycle-bin/</guid><description>
&lt;h2 id="empty-oracle-recycle-bin"&gt;Empty Oracle Recycle Bin&lt;/h2&gt;
&lt;hr&gt;
&lt;p&gt;A new feature in Oracle 10g Release 2 was the Reycycle Bin. The recycle bin in the Oracle database is where all dropped objects reside. Underneath the covers the object are taking up the same space when they were created.   &lt;/p&gt;
&lt;p&gt; &amp;quot;DROP TABLE mytable&amp;quot;, it doesn't really drop it. It instead renames it to e.g.: BIN$67815682942.&lt;/p&gt;
&lt;p&gt;Dropped objects are not deleted they are just rename with a prefix of BIN$$. One can get access to the data in a dropeed table or even use a Flashback Query if you have this feature enabled on your version of Oracle.&lt;/p&gt;</description></item><item><title>Relink Oracle Database Software on a Unix/Linux RAC Cluster</title><link>https://www.billbrown.info/post/relink-oracle-database-software-on-unix-linux-rac-cluster/</link><pubDate>Mon, 01 Jan 2007 00:00:00 +0000</pubDate><guid>https://www.billbrown.info/post/relink-oracle-database-software-on-unix-linux-rac-cluster/</guid><description>
&lt;h1 id="relink-oracle-database-software-on-unix-linux-rac-cluster"&gt;Relink Oracle Database Software on Unix Linux RAC Cluster&lt;/h1&gt;
&lt;p&gt;Had problems with running Oracle RAC on a cluster on &lt;a href="https://www.readhat.com/"&gt;Redhat Release 3 AS&lt;/a&gt;. So we started the conversion to Redhat Release 4 AS. We run a 2 node &lt;a href="https://www.oracle.com/"&gt;RAC Cluster&lt;/a&gt; on &lt;a href="https://www.hpe.com/"&gt;iSCSI Lefthand Networks SAN.&lt;/a&gt; The Oracle software is installed on a lun on each machine and the database is on lun’s of RAW disk manged by ASM. This allows flexability by moving the luns from OS to OS and recompiling the Oracle binaries when we need to move the Oracle Cluster to a new version of the OS.&lt;/p&gt;</description></item><item><title>Installation Issue with Oracle Enterprise Edition Release 2</title><link>https://www.billbrown.info/post/oracle-enterprise-edition-release-2/</link><pubDate>Thu, 15 Dec 2005 00:00:00 +0000</pubDate><guid>https://www.billbrown.info/post/oracle-enterprise-edition-release-2/</guid><description>
&lt;h2 id="oracle-enterprise-edition-release-2"&gt;Oracle Enterprise Edition Release 2&lt;/h2&gt;
&lt;hr&gt;
&lt;p&gt;Downloaded Oracle Enterprise Edition Release 2 from the &lt;a href="https://www.oracle.com/technology/index.html"&gt;oracle technology network&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It was 3 cds. Unzipped them into the oracle directory d1 d2 d3 for the 3 cds and tried install. Got Error.&lt;br&gt;
Nothing but trouble.&lt;/p&gt;
&lt;script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1012089347386563"
crossorigin="anonymous"&gt;&lt;/script&gt;
&lt;ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-1012089347386563"
data-ad-slot="9168865232"
data-ad-format="auto"
data-full-width-responsive="true"&gt;&lt;/ins&gt;
&lt;script&gt;
(adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
&lt;p&gt;Found a post on &lt;a href="https://metalink.oracle.com/"&gt;metalink&lt;/a&gt; that indicated a bug in the software and one needs to unzip all 3 cd’s into the same directory.&lt;/p&gt;</description></item><item><title>Oracle RAC ASM ORACLE Home, Challenges and Recommendations</title><link>https://www.billbrown.info/post/oracle-rac-asm-oracle-home/</link><pubDate>Fri, 19 Aug 2005 00:00:00 +0000</pubDate><guid>https://www.billbrown.info/post/oracle-rac-asm-oracle-home/</guid><description>
&lt;h2 id="oracle-rac-asm-oracle-home"&gt;Oracle RAC ASM ORACLE Home&lt;/h2&gt;
&lt;hr&gt;
&lt;p&gt;Oracle RAC Standard Edition Release 2 is up but not without a struggle getting ASM in its own Oracle Home as recommended by the Installation manual&lt;/p&gt;
&lt;script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1012089347386563"
crossorigin="anonymous"&gt;&lt;/script&gt;
&lt;ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-1012089347386563"
data-ad-slot="9168865232"
data-ad-format="auto"
data-full-width-responsive="true"&gt;&lt;/ins&gt;
&lt;script&gt;
(adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;</description></item><item><title>Oracle RAC Standard Edition Installation Issues and Problems</title><link>https://www.billbrown.info/post/oracle-rac/</link><pubDate>Fri, 19 Aug 2005 00:00:00 +0000</pubDate><guid>https://www.billbrown.info/post/oracle-rac/</guid><description>
&lt;h2 id="oracle-rac-standard-edition-installation-planning"&gt;Oracle RAC Standard Edition Installation Planning&lt;/h2&gt;
&lt;p&gt;Started planning new Oracle database using &lt;a href="https://www.oracle.com/technology/products/database/oracle10g/index.html"&gt;Oracle 10g RAC Standard Edtion&lt;/a&gt;. It has been interesting so far. Running &lt;a href="https://www.redhat.com/"&gt;Linux Red Hat AS 3.0&lt;/a&gt; and data is being put out on a &lt;a href="https://www.hpe.com/"&gt;LeftHand Networks SAN&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Configured the SAN and NSM to layout disks. Than used ISCSI drivers to connect the SAN Lun’s and Linux togather so we could stat building Oracle RAC. The hardest thing to come to terms with for Oracle 10g RAC Standard Edition is that the require the use of Oracle Automatic Storage Manger or Oracle ASM.&lt;/p&gt;</description></item></channel></rss>