<?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>DBAToolZ &#187; Linux</title>
	<atom:link href="http://www.dbatoolz.com/c/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dbatoolz.com</link>
	<description>Lightweight Oracle DBA Tools</description>
	<lastBuildDate>Tue, 16 Feb 2010 01:17:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>OEL 5.4 Unresolvable chain of dependencies on kernel-headers</title>
		<link>http://www.dbatoolz.com/t/oel-5-4-unresolvable-chain-of-dependencies.html</link>
		<comments>http://www.dbatoolz.com/t/oel-5-4-unresolvable-chain-of-dependencies.html#comments</comments>
		<pubDate>Fri, 06 Nov 2009 03:18:04 +0000</pubDate>
		<dc:creator>MVE</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[OEL 5.4]]></category>
		<category><![CDATA[oracle-validated]]></category>

		<guid isPermaLink="false">http://www.dbatoolz.com/?p=547</guid>
		<description><![CDATA[I just finished installing Oracle Enterprise Linux (OEL) 5 update 4 (5.4) and ran into the following issue installing oracle-validated from ULN Network:

[root@hercules1 rhn]# up2date oracle-validated
&#160;
Fetching Obsoletes list for channel: el5_i386_latest...
########################################
&#160;
Fetching Obsoletes list for channel: el5_i386_oracle...
########################################
&#160;
Fetching rpm headers...
########################################
&#160;
Name                  [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I just finished installing Oracle Enterprise Linux (OEL) 5 update 4 (5.4) and ran into the following issue installing oracle-validated from ULN Network:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">[root@hercules1 rhn]# up2date oracle-validated
&nbsp;
Fetching Obsoletes list for channel: el5_i386_latest...
########################################
&nbsp;
Fetching Obsoletes list for channel: el5_i386_oracle...
########################################
&nbsp;
Fetching rpm headers...
########################################
&nbsp;
Name                                    Version        Rel
----------------------------------------------------------
oracle-validated                        1.0.0          18.el5            i386
&nbsp;
&nbsp;
Testing package set / solving RPM inter-dependencies...
There was a package dependency problem. The message was:
&nbsp;
Unresolvable chain of dependencies:
glibc-headers  2.5-42                    requires kernel-headers
glibc-headers-2.5-42                     requires kernel-headers &gt;= 2.2.1
oracle-validated  1.0.0-18.el5           requires kernel-headers
&nbsp;
&nbsp;
The following packages were added to your selection to satisfy dependencies:
Package                                Required by
----------------------------------------------------------------------------
cpp-4.1.2-46.el5_4.1.i386               gcc-4.1.2-46.el5_4.1                    cpp
gcc-4.1.2-46.el5_4.1.i386               oracle-validated-1.0.0-18.el5           gcc
gcc-c++-4.1.2-46.el5_4.1.i386           oracle-validated-1.0.0-18.el5           gcc-c++
libgcc-4.1.2-46.el5_4.1.i386            gcc-4.1.2-46.el5_4.1                    libgcc
libstdc++-4.1.2-46.el5_4.1.i386         libstdc++-devel-4.1.2-46.el5_4.1        libstdc++
libstdc++-4.1.2-46.el5_4.1.i386         gcc-c++-4.1.2-46.el5_4.1                libstdc++
libstdc++-devel-4.1.2-46.el5_4.1.i386   oracle-validated-1.0.0-18.el5           libstdc++-devel
&nbsp;
&nbsp;
&nbsp;
## note that if you try to manually up2date kernel-headers it will fail:
##
   ## 
   ## 
   ## [root@hercules1 rhn]# up2date kernel-headers
   ## 
   ## Fetching Obsoletes list for channel: el5_i386_latest...
   ## 
   ## Fetching Obsoletes list for channel: el5_i386_oracle...
   ## 
   ## Fetching rpm headers...
   ## ########################################
   ## 
   ## Name                                    Version        Rel
   ## ----------------------------------------------------------
   ## 
   ## The following Packages were marked to be skipped by your configuration:
   ## 
   ## Name                                    Version        Rel  Reason
   ## -------------------------------------------------------------------------------
   ## kernel                                  2.6.18         164.6.1.0.1.el5Pkg name/pattern
   ## kernel-headers                          2.6.18         164.6.1.0.1.el5Pkg name/pattern
   ## 
   ## 
   ## The following packages you requested were marked to be skipped by your configuration:
   ## kernel-headers
   ## [root@hercules1 rhn]#</pre></div></div>

<p>Solution?  Use &#8220;&#8211;force&#8221; flag calling up2date:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">   ## [root@hercules1 rhn]#
   ## [root@hercules1 rhn]# up2date --force kernel-headers
   ## 
   ## Fetching Obsoletes list for channel: el5_i386_latest...
   ## 
   ## Fetching Obsoletes list for channel: el5_i386_oracle...
   ## 
   ## Name                                    Version        Rel
   ## ----------------------------------------------------------
   ## kernel-headers                          2.6.18         164.6.1.0.1.el5   i386
   ## 
   ## 
   ## Testing package set / solving RPM inter-dependencies...
   ## ########################################
   ## kernel-headers-2.6.18-164.6 ########################## Done.
   ## Preparing              ########################################### [100%]
   ## 
   ## Installing...
   ##    1:kernel-headers         ########################################### [100%]
&nbsp;
&nbsp;
## Now oracle-validated works
##
&nbsp;
[root@hercules1 rhn]# up2date oracle-validated
&nbsp;
Fetching Obsoletes list for channel: el5_i386_latest...
&nbsp;
Fetching Obsoletes list for channel: el5_i386_oracle...
&nbsp;
Fetching rpm headers...
########################################
&nbsp;
Name                                    Version        Rel
----------------------------------------------------------
oracle-validated                        1.0.0          18.el5            i386
&nbsp;
&nbsp;
Testing package set / solving RPM inter-dependencies...
########################################
compat-db-4.2.52-5.1.i386.r ########################## Done.
compat-gcc-34-3.4.6-4.i386. ########################## Done.
compat-gcc-34-c++-3.4.6-4.i ########################## Done.
elfutils-libelf-devel-0.137 ########################## Done.
gcc-4.1.2-46.el5_4.1.i386.r ########################## Done.
gcc-c++-4.1.2-46.el5_4.1.i3 ########################## Done.
gdb-6.8-37.el5.i386.rpm:    ########################## Done.
glibc-devel-2.5-42.i386.rpm ########################## Done.
glibc-headers-2.5-42.i386.r ########################## Done.
libXp-1.0.0-8.1.el5.i386.rp ########################## Done.
libaio-devel-0.3.106-3.2.i3 ########################## Done.
libstdc++-devel-4.1.2-46.el ########################## Done.
oracle-validated-1.0.0-18.e ########################## Done.
sysstat-7.0.2-3.el5.i386.rp ########################## Done.
unixODBC-2.2.11-7.1.i386.rp ########################## Done.
unixODBC-devel-2.2.11-7.1.i ########################## Done.
cpp-4.1.2-46.el5_4.1.i386.r ########################## Done.
elfutils-libelf-devel-stati ########################## Done.
libgcc-4.1.2-46.el5_4.1.i38 ########################## Done.
libgomp-4.4.0-6.el5.i386.rp ########################## Done.
libstdc++-4.1.2-46.el5_4.1. ########################## Done.
Preparing              ########################################### [100%]
&nbsp;
Installing...
   1:libgcc                 ########################################### [100%]
   2:libstdc++              ########################################### [100%]
   3:unixODBC               ########################################### [100%]
   4:compat-db              ########################################### [100%]
   5:libgomp                ########################################### [100%]
   6:cpp                    ########################################### [100%]
   7:sysstat                ########################################### [100%]
   8:libXp                  ########################################### [100%]
   9:gdb                    ########################################### [100%]
  10:libstdc++-devel        ########################################### [100%]
  11:glibc-headers          ########################################### [100%]
  12:glibc-devel            ########################################### [100%]
  13:unixODBC-devel         ########################################### [100%]
  14:libaio-devel           ########################################### [100%]
  15:compat-gcc-34          ########################################### [100%]
  16:gcc                    ########################################### [100%]
  17:gcc-c++                ########################################### [100%]
  18:compat-gcc-34-c++      ########################################### [100%]
  19:elfutils-libelf-devel  ########################################### [100%]
  20:oracle-validated       ########################################### [100%]
  21:elfutils-libelf-devel-s########################################### [100%]
The following packages were added to your selection to satisfy dependencies:
&nbsp;
Name                                    Version        Release
--------------------------------------------------------------
compat-db                               4.2.52         5.1
compat-gcc-34                           3.4.6          4
compat-gcc-34-c++                       3.4.6          4
elfutils-libelf-devel                   0.137          3.el5
gcc                                     4.1.2          46.el5_4.1
gcc-c++                                 4.1.2          46.el5_4.1
gdb                                     6.8            37.el5
glibc-devel                             2.5            42
glibc-headers                           2.5            42
libXp                                   1.0.0          8.1.el5
libaio-devel                            0.3.106        3.2
libstdc++-devel                         4.1.2          46.el5_4.1
sysstat                                 7.0.2          3.el5
unixODBC                                2.2.11         7.1
unixODBC-devel                          2.2.11         7.1
cpp                                     4.1.2          46.el5_4.1
elfutils-libelf-devel-static            0.137          3.el5
libgcc                                  4.1.2          46.el5_4.1
libgomp                                 4.4.0          6.el5
libstdc++                               4.1.2          46.el5_4.1
&nbsp;
[root@hercules1 rhn]#</pre></div></div>

<p>HTH,<br />
- Vitaliy</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.dbatoolz.com/t/oel-5-4-unresolvable-chain-of-dependencies.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Oracle on Solaris is making a come back?</title>
		<link>http://www.dbatoolz.com/t/is-oracle-on-solaris-making-come-back.html</link>
		<comments>http://www.dbatoolz.com/t/is-oracle-on-solaris-making-come-back.html#comments</comments>
		<pubDate>Tue, 13 Oct 2009 22:49:22 +0000</pubDate>
		<dc:creator>MVE</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[SUN vs Linux]]></category>

		<guid isPermaLink="false">http://www.dbatoolz.com/?p=539</guid>
		<description><![CDATA[Oracle has just announced a new world record TPC-C benchmark result claiming that Oracle and Sun Are Faster than IBM: Proof Now Available.  What&#8217;s really interesting is that they used Solaris OS instead of Oracle EL for this benchmark, specifically: &#8220;Oracle® Database 11g  running on Sun SPARC® servers with CMT technology and the [...]


Related posts:<ol><li><a href='http://www.dbatoolz.com/t/11gr2-is-here.html' rel='bookmark' title='Permanent Link: 11gR2 is here!'>11gR2 is here!</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>Oracle has just announced a new world record TPC-C benchmark result claiming that <a href="http://www.oracle.com/us/corporate/press/036544">Oracle and Sun Are Faster than IBM: Proof Now Available</a>.  What&#8217;s really interesting is that they used Solaris OS instead of Oracle EL for this benchmark, specifically: &#8220;<em>Oracle® Database 11g  running on Sun SPARC® servers with CMT technology and the Sun Solaris Operating System</em>&#8220;.</p>
<p>John Fowler (executive vice-president, Systems Group, Sun Microsystems) had this to say:</p>
<blockquote><p>
No other vendor today is shipping fully-integrated flash-based hardware and software that leverages a <strong>world-class operating system &#8211; Solaris</strong> &#8211; to deliver these breakthrough world record performance results.
</p></blockquote>
<p>This is getting very interesting &#8230; Goodbye Oracle Linux?</p>


<p>Related posts:<ol><li><a href='http://www.dbatoolz.com/t/11gr2-is-here.html' rel='bookmark' title='Permanent Link: 11gR2 is here!'>11gR2 is here!</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbatoolz.com/t/is-oracle-on-solaris-making-come-back.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quick How-To on vncserver for Oracle DBA</title>
		<link>http://www.dbatoolz.com/t/quick-how-to-on-vncserver-for-oracle-dba.html</link>
		<comments>http://www.dbatoolz.com/t/quick-how-to-on-vncserver-for-oracle-dba.html#comments</comments>
		<pubDate>Wed, 16 Sep 2009 20:14:30 +0000</pubDate>
		<dc:creator>MVE</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operations]]></category>
		<category><![CDATA[vncserver]]></category>

		<guid isPermaLink="false">http://www.dbatoolz.com/?p=464</guid>
		<description><![CDATA[I don&#8217;t normally use vncserver, I prefer SSH X11 tunneling/forwarding due to it&#8217;s inherited security, but sometimes there have been issues with X11/SSH and it&#8217;s nice to know an alternative.  This quick how-to is meant for an Oracle DBA looking for a quick way to run GUI tools from the Oracle stack, such as [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t normally use vncserver, I prefer SSH X11 tunneling/forwarding due to it&#8217;s inherited security, but sometimes there have been issues with X11/SSH and it&#8217;s nice to know an alternative.  This quick how-to is meant for an Oracle DBA looking for a quick way to run GUI tools from the Oracle stack, such as runInstaller, dbca, dbua, etc..  It is not meant to serve as a step by step guide to setup a secure, reusable vncserver setup in your environment, I do however provide some additional references where you can find additional information (see the end of this post).</p>
<p>Lets get to it then &#8212; the good news is that vncserver should already be installed on your RHEL / OEL.  All you have to do is start it up and tell it the display number like so:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">[root@rac1 ~]# su - oracle
rac1.XRACP1-&gt; vncserver :12
&nbsp;
You will require a password to access your desktops.
&nbsp;
Password:
Verify:
&nbsp;
New 'rac1.mydomain.com:12 (oracle)' desktop is rac1.mydomain.com:12
&nbsp;
Creating default startup script /u01/app/oracle/.vnc/xstartup
Starting applications specified in /u01/app/oracle/.vnc/xstartup
Log file is/u01/app/oracle/.vnc/rac1.mydomain.com:12.log
&nbsp;
rac1.XRACP1-&gt; ps -ef | grep vnc
oracle   31123     1  0 13:04 pts/1    00:00:00 Xvnc :12 -desktop rac1.mydomain.com:12 (oracle) -httpd /usr/share/vnc/classes -auth /u01/app/oracle/.Xauthority -geometry 1024x768 -depth 16 -rfbwait 30000 -rfbauth /u01/app/oracle/.vnc/passwd -rfbport 5912 -pn
oracle   31158     1  0 13:04 pts/1    00:00:00 vncconfig -iconic
oracle   32309 31078  0 13:05 pts/1    00:00:00 grep vnc
rac1.XRACP1-&gt;</pre></div></div>

<p><strong>If you want to kill vncserver use &#8220;vncserver -kill :12&#8243; command where :12 is the display number you specified when starting it:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">vncserver -kill :12
&nbsp;
rac1.XRACP1-&gt; ps -ef | grep vnc
oracle    9597     1  1 17:50 pts/3    00:00:00 Xvnc :12 -desktop rac1.mydomain.com:12 (oracle) -httpd /usr/share/vnc/classes -auth /u01/app/oracle/.Xauthority -geometry 1024x768 -depth 16 -rfbwait 30000 -rfbauth /u01/app/oracle/.vnc/passwd -rfbport 5912 -pn
oracle   10065     1  0 17:50 pts/3    00:00:00 vncconfig -iconic
oracle   10303  9514  0 17:50 pts/3    00:00:00 grep vnc
&nbsp;
rac1.XRACP1-&gt; vncserver -kill :12
Killing Xvnc process ID 9597
&nbsp;
rac1.XRACP1-&gt; ps -ef | grep vnc
oracle   14396  9514  0 17:52 pts/3    00:00:00 grep vnc
rac1.XRACP1-&gt;</pre></div></div>

<p>That&#8217;s all to it, next you can access the display via http://host:58XX where XX is the screen number you specified when starting the vncserver:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">http://rac1.mydomain.com:5812</pre></div></div>

<p>REFERENCE:<br />
   Note: 551711.1 Linux OS Service &#8216;vncserver&#8217;<br />
   Note: 735767.1 How to Setup VNC Server with Clipboard Support on RHEL/OEL<br />
   APRESS Book: <a href="http://www.amazon.com/gp/product/1430215755?ie=UTF8&#038;tag=dbatoolz&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=1430215755">Linux Recipes for Oracle DBAs</a><img src="http://www.assoc-amazon.com/e/ir?t=dbatoolz&#038;l=as2&#038;o=1&#038;a=1430215755" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.dbatoolz.com/t/quick-how-to-on-vncserver-for-oracle-dba.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>11gR2 is here!</title>
		<link>http://www.dbatoolz.com/t/11gr2-is-here.html</link>
		<comments>http://www.dbatoolz.com/t/11gr2-is-here.html#comments</comments>
		<pubDate>Thu, 10 Sep 2009 06:04:38 +0000</pubDate>
		<dc:creator>MVE</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[11gR2]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[SUN vs Linux]]></category>

		<guid isPermaLink="false">http://www.dbatoolz.com/?p=424</guid>
		<description><![CDATA[In case you didn&#8217;t get this via oracle.com news updates &#8212; 11gR2 is out and available for download from here &#8230;.
And as I have predicted, the first distro is Linux x86 and Linux x86-64.  So if you are a die-hard Solaris fan it should now be obvious (if it wasn&#8217;t already) that Linux is [...]


Related posts:<ol><li><a href='http://www.dbatoolz.com/t/is-oracle-on-solaris-making-come-back.html' rel='bookmark' title='Permanent Link: Oracle on Solaris is making a come back?'>Oracle on Solaris is making a come back?</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>In case you didn&#8217;t get this via oracle.com news updates &#8212; 11gR2 is out and available for download from <a href="http://www.oracle.com/technology/software/products/database/index.html">here &#8230;</a>.</p>
<p>And as I have predicted, the first distro is Linux x86 and Linux x86-64.  So if you are a die-hard Solaris fan it should now be obvious (if it wasn&#8217;t already) that Linux is now officially the preferred platform (as Solaris once was but no longer is).</p>
<p>I actually wasn&#8217;t expecting this in September &#8212; I thought it was going to get announced closer to Oracle Open World but I am not complaining here <img src='http://www.dbatoolz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>


<p>Related posts:<ol><li><a href='http://www.dbatoolz.com/t/is-oracle-on-solaris-making-come-back.html' rel='bookmark' title='Permanent Link: Oracle on Solaris is making a come back?'>Oracle on Solaris is making a come back?</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbatoolz.com/t/11gr2-is-here.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No more SUN</title>
		<link>http://www.dbatoolz.com/t/no-more-solaris-welcome-linux.html</link>
		<comments>http://www.dbatoolz.com/t/no-more-solaris-welcome-linux.html#comments</comments>
		<pubDate>Fri, 08 Aug 2008 02:26:30 +0000</pubDate>
		<dc:creator>MVE</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[SUN vs Linux]]></category>

		<guid isPermaLink="false">http://www.orapros.com/?p=13</guid>
		<description><![CDATA[After running ORACLE on SUN for over 7 years and being the big proponent of it I have finally said enough is enough.  Starting this summer our shop made a switch to Linux (HP) and so far I could not be happier.  I just don&#8217;t get it with SUN anymore they keep digging [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>After running ORACLE on SUN for over 7 years and being the big proponent of it I have finally said enough is enough.  Starting this summer our shop made a switch to Linux (HP) and so far I could not be happier.  I just don&#8217;t get it with SUN anymore they keep digging a deeper whole by separating themselves further and further from ORACLE.  And with ORACLE now offering Linux support I just don&#8217;t see why would someone <strong>not yet invested in SUN hardware</strong> would want to choose them over Linux.</p>
<div class="wp-caption alignleft" style="width: 210px"><img title="Overpriced SUN Hardware is replaced by powerful and reasonably priced HP Boxes (Front)" src="http://mve.smugmug.com/photos/361300872_3mVeU-S.jpg" alt="Overpriced SUN Hardware is replaced by powerful and reasonably priced HP Boxes" width="200" height="300" /><p class="wp-caption-text">Overpriced SUN Hardware is replaced by powerful and reasonably priced HP Boxes  (Front)</p></div>
<div class="wp-caption alignleft" style="width: 210px"><img title="Overpriced SUN Hardware is replaced by powerful and reasonably priced HP Boxes (Back)" src="http://mve.smugmug.com/photos/361290332_z2YMC-S.jpg" alt="Overpriced SUN Hardware is replaced by powerful and reasonably priced HP Boxes (Back)" width="200" height="300" /><p class="wp-caption-text">Overpriced SUN Hardware is replaced by powerful and reasonably priced HP Boxes (Back)</p></div>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.dbatoolz.com/t/no-more-solaris-welcome-linux.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
