<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">

  <channel>
    <title>iDevelopment.info News</title>
    <description>RSS Feed for iDevelopment.info News</description>
    <copyright>"Copyright (c) 1998-2008 Jeffrey M. Hunter. All rights reserved."</copyright>
    <link>http://www.idevelopment.info</link>
    <language>en-us</language>
    <pubdate>Wed, 11 Oct 2006 14:59:06 GMT</pubdate>

    <image>
      <title>iDevelopment.info</title>
      <width>302</width>
      <height>60</height>
      <link>http://www.idevelopment.info</link>
      <url>http://www.idevelopment.info/gifs/idevelopment_database_logo.jpg</url>
    </image>

    <item>
      <title>Snapshot Database - (Producing DBA Reports in HTML)</title>
      <link>http://www.idevelopment.info/data/Oracle/DBA_tips/Database_Administration/DBA_50.shtml</link>
      <description>
      <p>DBA's rely on Oracle's data dictionary views and dynamic performance views in 
      order to support and better manage their databases. Although these views 
      provide a simple and easy mechanism to query critical information regarding the 
      database, it helps to have a collection of accurate and readily available SQL 
      scripts to query these views.</p>
      
      <p>Over the years, I have published a vast array of 
      <a href="http://www.idevelopment.info/cgi/ORACLE_dba_scripts.cgi">Oracle DBA scripts</a> that can be 
      used to manage many aspects of the database including space management, 
      performance, backups, security, and session management. Once the scripts have 
      been put in place, they can be easily run from within SQL*Plus while logged in 
      as a DBA user.</p>
      
      <p>The following article provides a new approach to SQL scripting that allows the 
      Oracle DBA to collect a wide array of metrics and statistics using a single 
      script. This "Snapshot Database" script will contain a collection of useful 
      queries that run as a whole and produce an eye-catching HTML report. The report 
      will contain critical database information including installed options, 
      storage, performance data, and security.</p>
      
      <p>The featured "Snapshot Database" article is available at:</p>
      
      <p><a href="http://www.idevelopment.info/data/Oracle/DBA_tips/Database_Administration/DBA_50.shtml">http://www.idevelopment.info/data/Oracle/DBA_tips/Database_Administration/DBA_50.shtml</a></p>
      
      <p>Currently, I have three separate Snapshot Database scripts available for each 
      major Oracle release (8i, 9i, and 10g). The release for Oracle Database 11g 
      will be released soon.</p>
      </description>
      <pubDate>Fri, 18 Apr 2008 12:31:18 GMT</pubDate>
    </item>

    <item>
      <title>Removing a Node from an Oracle RAC 10g Release 2 Cluster on Linux - (CentOS 4.5 / iSCSI)</title>
      <link>http://www.idevelopment.info/data/Oracle/DBA_tips/Oracle10gRAC/CLUSTER_23.shtml</link>
      <description>
      <p>Although not as exciting as building an Oracle RAC or adding a new node and
      instance to a clustered database; removing a node from a clustered environment
      is just as important to understand for a DBA managing Oracle RAC 10g. While it
      is true that most of the attention in a clustered database environment is
      focused on extending the database tier to support increased demand, the exact
      opposite is just as likely to be encountered where the DBA needs to remove a
      node from an existing RAC environment. It may be that a server is being
      underutilized in the database cluster and could be better served in another
      business unit. Another scenario is a node failure. In this case, a node can be
      removed from the cluster while the remaining nodes continue to service ongoing
      requests.</p>

      <p>I recently published an extension to two of my articles:</p>

      <p>"<a href="http://www.idevelopment.info/data/Oracle/DBA_tips/Oracle10gRAC/CLUSTER_11.shtml">Building an Inexpensive Oracle RAC 10g Release 2 on Linux - (CentOS 4.5 / iSCSI)</a>"</p>

      <p>and</p>

      <p>"<a href="http://www.idevelopment.info/data/Oracle/DBA_tips/Oracle10gRAC/CLUSTER_20.shtml">Adding a Node to an Oracle RAC 10g Release 2 Cluster on Linux - (CentOS 4.5 / iSCSI)</a>".</p>

      <p>Contained in this new article are the steps required to remove a single node
      from an already running and configured three-node Oracle RAC 10g Release 2
      environment on the CentOS 32-bit (x86) platform. The node being removed is the
      third node I added in the <a href="http://www.idevelopment.info/data/Oracle/DBA_tips/Oracle10gRAC/CLUSTER_20.shtml">second article</a>. Although this article was written and
      tested on CentOS 4.5 Linux, it should work unchanged with Red Hat Enterprise
      Linux 4 Update 5.</p>
      </description>
      <pubDate>Tue, 04 Mar 2008 12:28:38 GMT</pubDate>
    </item>

    <item>
      <title>Adding a Node to an Oracle RAC 10g Release 2 Cluster on Linux - (CentOS 4.5 / iSCSI)</title>
      <link>http://www.idevelopment.info/data/Oracle/DBA_tips/Oracle10gRAC/CLUSTER_20.shtml</link>
      <description>
      <p>As your organization grows so too does your need for more application and 
      database resources to support the company's IT systems. Oracle RAC 10g 
      provides a scalable framework which allows DBA's to effortlessly extend the 
      database tier to support this increased demand. As the number of users and 
      transactions increase, additional Oracle instances can be added to the Oracle 
      database cluster to distribute the extra load.</p>
      <p>I recently published an extension to my article 
      "<a href="http://www.idevelopment.info/data/Oracle/DBA_tips/Oracle10gRAC/CLUSTER_11.shtml">Building an Inexpensive Oracle RAC 10<i>g</i> Release 2 on Linux - <i>(CentOS 4.5 / iSCSI)</i></a>". 
      Contained in this new article are the steps required to add a single node to an 
      already running and configured two-node Oracle RAC 10g Release 2 environment on 
      the CentOS 32-bit (x86) platform. Although this article was written and tested on 
      CentOS 4.5 Linux, it should work unchanged with Red Hat Enterprise Linux 4 
      Update 5.</p>
      </description>
      <pubDate>Wed, 27 Feb 2008 00:03:46 GMT</pubDate>
    </item>

    <item>
      <title>Connecting to ASM through the TNS Listener from a Client Desktop</title>
      <link>http://www.idevelopment.info/data/Oracle/DBA_tips/Automatic_Storage_Management/ASM_45.shtml</link>
      <description>
      <p>By default, the Oracle Database Configuration Assistant (DBCA) does not configure the 
      TNS listener to accept client requests to an ASM instance running 
      from a different node. Access will be denied for clients like SQL*Plus, 
      Perl DBI:DBD, and JDBC when attempting to connect to an ASM instance 
      from a node other than the node running the ASM instance. When the service 
      is created for an ASM instance, its status is BLOCKED:</p>

      <pre>[oracle@linux1 ~]$ <b>lsnrctl status LISTENER_LINUX1 | grep ASM</b>
Service "+ASM" has 1 instance(s).
  Instance "+ASM1", status <b><font color="#ff0000">BLOCKED</font></b>, has 1 handler(s) for this service...
Service "+ASM_XPT" has 1 instance(s).
  Instance "+ASM1", status <b><font color="#ff0000">BLOCKED</font></b>, has 1 handler(s) for this service...</pre>

      <p>This limitation puts restrictions on scripts and other client tools 
      that want to monitor and manage an ASM instance from a different 
      node. Getting around this restriction, however, is an easy task that 
      involves manually creating a service name for the ASM instance.</p>

      <p>This article presents the steps required to access an ASM instance
      through the TNS listener from a client desktop. The database used in
      this article is a two-node Oracle RAC 10<i>g</i> clustered database  
      where in fact there will two ASM instances (one ASM instance
      for each Oracle instance in the cluster). The database version
      is Oracle 10<i>g</i> Release 2 (10.2.0.3.0) running on CentOS 4.5 (or RHEL 4.5).</p>
      </description>
      <pubDate>Wed, 17 Jan 2008 23:02:12 GMT</pubDate>
    </item>

    <item>
      <title>Installing Oracle Database 11g Release 1 on Linux - (RHEL 5)</title>
      <link>http://www.idevelopment.info/data/Oracle/DBA_tips/Linux/LINUX_20.shtml</link>
      <description>
        <p>Comprehensive article on installing Oracle Database 11g Release 1 on Linux - (CentOS 5.1).
           This article should also work unchanged with the latest Red Hat Enterprise Linux 5.1.
        </p>
        <p>Included in the article are detailed instructions for installing and configuring 
           the Linux operating system to host the Oracle Database 11g Release 1 software and database. 
           I also incorporated many tips that go beyond just simply installing the software 
           to help newcomers to Oracle Database 11g better manage their database environment.
        </p>
      </description>
      <pubDate>Wed, 17 Jan 2008 23:02:12 GMT</pubDate>
    </item>

    <item>
      <title>Installing Oracle Database 10g Release 2 on Linux - (RHEL 5)</title>
      <link>http://www.idevelopment.info/data/Oracle/DBA_tips/Linux/LINUX_15.shtml</link>
      <description>
        <p>Comprehensive article on installing Oracle Database 10g Release 2 on Linux - (CentOS 5.1).
           This article should also work unchanged with the latest Red Hat Enterprise Linux 5.1.
        </p>
        <p>Included in the article are detailed instructions for installing and configuring 
           the Linux operating system to host the Oracle Database 10g Release 2 software and database. 
           I also incorporated many tips that go beyond just simply installing the software 
           to help newcomers to Oracle Database 10g better manage their database environment.
        </p>
      </description>
      <pubDate>Wed, 10 Jan 2008 00:04:38 GMT</pubDate>
    </item>

    <item>
      <title>Building an Inexpensive Oracle RAC 11g Release 1 on Linux - (CentOS 5.1 / iSCSI)</title>
      <link>http://www.idevelopment.info/data/Oracle/DBA_tips/Oracle11gRAC/CLUSTER_10.shtml</link>
      <description>
        <p>Learn how to configure an inexpensive Oracle RAC 11<i>g</i> 
           environment on Linux using iSCSI technologies from Openfiler.</p>
        <p><i>(For educational purposes only!)</i></p>
      </description>
      <pubDate>Wed, 09 Jan 2008 11:27:45 GMT</pubDate>
    </item>

    <item>
      <title>Free Computer Magazines!</title>
      <link>http://www.idevelopment.info/data/Oracle/DBA_tips/Database_Administration/DBA_48.shtml</link>
      <description>
        <p>
        Computer professionals can now take advantage of receiving popular magazines 
        online. Best of all, it's FREE! The revenue stream for magazine companies come 
        from the ads placed inside the magazine as well as the subscription costs. As the 
        subscriber base grows for a magazine so does the amount they can charge for ads 
        which results in more money for the magazine company. In an effort to increase 
        their subscriber base, magazine companies often give away subscriptions online. 
        To take advantage of this exciting new opportunity, please visit 
        <a target="_blank" href="http://idevelopment.tradepub.com">http://idevelopment.tradepub.com</a> to sign up for your free subscriptions today.</p>
      </description>
      <pubDate>Tue, 22 May 2007 16:15:48 GMT</pubDate>
    </item>

    <item>
      <title>Create an Oracle10g R2 RAC using VMware Workstation 5 and Red Hat 4.4</title>
      <link>http://www.idevelopment.info/data/Oracle/DBA_tips/VMware_Workstation_50/VMWARE_31.shtml</link>
      <description>
        <p>Learn how to configure an inexpensive Oracle10<i>g</i> RAC 
           environment using VMware Workstation 5.5.3 and Red Hat 4 Update 4.</p>
        <p><i>(For educational purposes only!)</i></p>
      </description>
      <pubDate>Tue, 20 Feb 2007 16:08:00 GMT</pubDate>
    </item>

    <item>
      <title>Swingbench - A Free Oracle Load Generator and Benchmark Utility</title>
      <link>http://www.dominicgiles.com/swingbench.html</link>
      <description>
        <p>Written by Dominic Giles, Swingbench is a free load generator 
           (and benchmarks) designed to stress test an Oracle database (9i or 10g)</p>
        <p>SwingBench consists of a load generator, a coordinator and a cluster \
           overview. The software enables a load to be generated and the 
           transactions/response times to be charted.</p>
      </description>
      <pubDate>Mon, 30 Oct 2006 13:45:39 GMT</pubDate>
    </item>

    <item>
      <title>Oracle10g New Features By Example - SkillBuilders.com</title>
      <link>http://www.idevelopment.info/data/Oracle/DBA_tips/Database_Administration/DBA_47.shtml#Oracle10g%20New%20Features%20by%20Example</link>
      <description>
        <p>The essential step-by-step Oracle10g new features course for experienced 
           Developers and Database Administrators.</p>
        <p>This course book presents - in a succinct and practical fashion - an 
           introduction to more than 120 new features introduced with Oracle Database 10g.</p>
        <p>Release 1 and Release 2 features are covered.</p>
      </description>
      <pubDate>Thu, 12 Oct 2006 21:59:39 GMT</pubDate>
    </item>

    <item>
      <title>Building an Inexpensive Oracle RAC 10g Release 2 on Linux - (CentOS 4.5 / iSCSI)</title>
      <link>http://www.idevelopment.info/data/Oracle/DBA_tips/Oracle10gRAC/CLUSTER_11.shtml</link>
      <description>
        <p>Learn how to configure an inexpensive Oracle RAC 10<i>g</i>
           environment on Linux using iSCSI technologies from Openfiler.</p>
        <p><i>(For educational purposes only!)</i></p>
      </description>
      <pubDate>Thu, 16 Oct 2006 21:59:39 GMT</pubDate>
    </item>

    <item>
      <title>FireWire 800 Support for Inexpensive Oracle10g R2 RAC</title>
      <link>http://www.idevelopment.info/data/Oracle/DBA_tips/Oracle10gRAC/CLUSTER_10.shtml</link>
      <description>
        <p>Learn how to configure an inexpensive Oracle10<i>g</i> RAC 
           environment using FireWire 800 for shared storage.</p>
        <p><i>(For educational purposes only!)</i></p>
      </description>
      <pubDate>Thu, 12 Oct 2006 21:59:39 GMT</pubDate>
    </item>

  </channel>
</rss> 
