<?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>Rittman Mead Consulting &#187; Rittman Mead</title>
	<atom:link href="http://www.rittmanmead.com/category/rittman-mead/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rittmanmead.com</link>
	<description>Delivered Intelligence</description>
	<lastBuildDate>Wed, 10 Mar 2010 08:49:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Atlanta BI Users Group Meeting</title>
		<link>http://www.rittmanmead.com/2010/02/23/atlanta-bi-users-group-meeting/</link>
		<comments>http://www.rittmanmead.com/2010/02/23/atlanta-bi-users-group-meeting/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 05:08:19 +0000</pubDate>
		<dc:creator>Stewart Bryson</dc:creator>
				<category><![CDATA[Oracle Warehouse Builder]]></category>
		<category><![CDATA[Rittman Mead]]></category>
		<category><![CDATA[User Groups & Conferences]]></category>

		<guid isPermaLink="false">http://www.rittmanmead.com/?p=4394</guid>
		<description><![CDATA[Rittman Mead is proud to announce our sponsorship of the February meeting of the Atlanta BI Users Group, a regional special interest group with involvement from IOUG, ODTUG the IOUG BIWA SIG, and the Georgia Oracle Users Group (GOUSER). I&#8217;d like to thank Greg Lancaster and the entire BI team at Cox Communications for hosting [...]]]></description>
			<content:encoded><![CDATA[<p>Rittman Mead is proud to announce our sponsorship of the February meeting of the <a href="http://communities.ioug.org/Home/BIRUGs/AtlantaBIUsersGroup/tabid/104/Default.aspx">Atlanta BI Users Group</a>, a regional special interest group with involvement from IOUG, ODTUG the IOUG BIWA SIG, and the Georgia Oracle Users Group (GOUSER). I&#8217;d like to thank Greg Lancaster and the entire BI team at Cox Communications for hosting the event, which will take place at Cox Enterprises, Daytona B Conference Room, 6205 Peachtree Dunwoody Road, Atlanta, GA from 3:00 PM to 6:00 PM on February 24th. I&#8217;ll be giving a presentation similar to the one Mark Rittman and I gave at the RMOUG Training Days event described by Mark <a href="http://www.rittmanmead.com/2010/02/19/owb-rmoug-and-odtug-in-denver/">here</a>.</p>
<p>With involvement from diverse groups, I wanted to make sure the presentation would be interesting from a lot of perspectives, so involving core database functionality like OWB seemed important. And this particular presentation is directed at DBAs and developers, so the non-BI representation from GOUSER might be interested in what&#8217;s going on.</p>
<p>If you&#8217;re new to OWB, don&#8217;t be alarmed by the focus on the newest release: 11gR2. I&#8217;ll explain in general what OWB is and how it&#8217;s positioned, moving into some of the new features that make this release the best OWB yet. Also speaking at the event will be Mitch Campbell, Director of Business Intelligence with Oracle, who will be talking about Oracle&#8217;s BI product roadmap. Following both talks, I&#8217;ll be sitting for a BI panel discussion with Mitch and Greg, to give responses to attendees questions, hopefully representing the perspectives of Oracle, their partners, and their customers.</p>
<p>The event is free, with snacks and refreshments provided, so hopefully we&#8217;ll see you there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rittmanmead.com/2010/02/23/atlanta-bi-users-group-meeting/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Transcend and Index Maintenance</title>
		<link>http://www.rittmanmead.com/2009/12/21/transcend-and-index-maintenance/</link>
		<comments>http://www.rittmanmead.com/2009/12/21/transcend-and-index-maintenance/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 14:51:01 +0000</pubDate>
		<dc:creator>Stewart Bryson</dc:creator>
				<category><![CDATA[Data Warehousing]]></category>
		<category><![CDATA[Oracle Database]]></category>
		<category><![CDATA[Rittman Mead]]></category>

		<guid isPermaLink="false">http://www.rittmanmead.com/?p=3932</guid>
		<description><![CDATA[Before joining up with the guys across the pond, I ran my own consulting company based in Atlanta called Transcendent Data. With each new data warehouse I built, I realized I was engineering the same processes over and over again with each client. So I developed a framework of best-practices for ETL development, encompassing such [...]]]></description>
			<content:encoded><![CDATA[<p>Before joining up with the guys across the pond, I ran my own consulting company based in Atlanta called Transcendent Data. With each new data warehouse I built, I realized I was engineering the same processes over and over again with each client. So I developed a framework of best-practices for ETL development, encompassing such things as auditing and logging, index and constraint maintenance, complex load scenarios, slowly-changing dimensions (SCD&#8217;s), and other things. The product is called Transcend, and now we&#8217;ve decided to start offering it here at Rittman Mead, so I&#8217;ll be blogging about some of the functionality from time-to-time. It&#8217;s written entirely in PL/SQL, object-relational types, and Java stored procedures, so it installs completely within the database, supporting versions 10gR2 and forward.</p>
<p>Though the most requested aspect of Transcend is it&#8217;s support for loading SCD&#8217;s in set-based mode, including combinations of Type 1 and Type 2 attributes in the same table, this aspect depends on a lot of core features in the product, so it&#8217;s prudent that I demonstrate some of these core features first, and then build up to the more advanced features in future postings. So the first thing I&#8217;d like to demonstrate is Transcend&#8217;s support for index maintenance in an ETL context. I&#8217;ll also use some of Transcend&#8217;s other features in setting up the test case.</p>
<p>First, I&#8217;ll build a table just like the SH.SALES table, but I&#8217;ll create it in another schema. I&#8217;ll include  the partitioning information, the indexes, and all the rows. The combination of parameters below dictates which table properties to include in the cloning process:</p>
<pre>SQL&gt; BEGIN
  2     trans_etl.build_table(
  3                            p_table          =&gt; 'sales_fact',
  4                            p_owner          =&gt; 'target',
  5                            p_source_table   =&gt; 'sales',
  6                            p_source_owner   =&gt; 'sh',
  7                            p_tablespace     =&gt; 'users',
  8                            p_partitioning   =&gt; 'yes',
  9                            p_rows           =&gt; 'yes',
 10                            p_indexes        =&gt; 'yes',
 11                            p_constraints    =&gt; 'no',
 12                            p_statistics     =&gt; 'transfer'
 13                          );
 14  END;
 15  /
Table TARGET.SALES_FACT created
Number of records inserted into TARGET.SALES_FACT: 918843
Statistics from SH.SALES transfered to TARGET.SALES_FACT
Index SALES_FACT_CHANNEL_BIX built
Index SALES_FACT_CUST_BIX built
Index SALES_FACT_PROD_BIX built
Index SALES_FACT_PROMO_BIX built
Index SALES_FACT_TIME_BIX built
5 index creation processes executed for TARGET.SALES_FACT

PL/SQL procedure successfully completed.

Elapsed: 00:00:14.92
SQL&gt;</pre>
<p>I also need a version of the table without the rows, the indexes, or the partitioning information. Then, I&#8217;ll insert only the rows from the SH.SALES table from the year 1998:</p>
<pre>SQL&gt; BEGIN
  2     trans_etl.build_table(
  3                            p_table          =&gt; 'sales_stg',
  4                            p_owner          =&gt; 'target',
  5                            p_source_table   =&gt; 'sales',
  6                            p_source_owner   =&gt; 'sh',
  7                            p_tablespace     =&gt; 'users',
  8                            p_partitioning   =&gt; 'no',
  9                            p_rows           =&gt; 'no',
 10                            p_indexes        =&gt; 'no',
 11                            p_constraints    =&gt; 'no',
 12                            p_statistics     =&gt; 'transfer'
 13                          );
 14  END;
 15  /
Table TARGET.SALES_STG created
Statistics from SH.SALES transfered to TARGET.SALES_STG

PL/SQL procedure successfully completed.

Elapsed: 00:00:00.77
SQL&gt; insert into target.sales_stg select * from sh.sales where to_char(time_id,'yyyy') = '1998';

178834 rows created.

Elapsed: 00:00:00.95
SQL&gt; commit;

Commit complete.

Elapsed: 00:00:00.04
SQL&gt;</pre>
<p>With these two tables set up, I&#8217;ll demonstrate some of the options Transcend provides for index maintenance. First is the ability to mark indexes on a particular table unusable by a variety of the attributes. First, I&#8217;ll mark all bitmaps unusable, and then I&#8217;ll rebuild them:</p>
<pre>SQL&gt; BEGIN
  2     trans_etl.unusable_indexes(
  3                                 p_table          =&gt; 'sales_fact',
  4                                 p_owner          =&gt; 'target',
  5                                 p_index_type     =&gt; 'bitmap'
  6                          );
  7  END;
  8  /
5 indexes and 0 local index partitions affected on table TARGET.SALES_FACT

PL/SQL procedure successfully completed.

Elapsed: 00:00:03.07
SQL&gt;
SQL&gt; BEGIN
  2     trans_etl.usable_indexes(
  3                               p_table          =&gt; 'sales_fact',
  4                               p_owner          =&gt; 'target'
  5                          );
  6  END;
  7  /
Rebuild processes for unusable indexes on 28 partitions of table TARGET.SALES_FACT executed
No matching unusable global indexes found

PL/SQL procedure successfully completed.

Elapsed: 00:00:04.77
SQL&gt;
SQL&gt;</pre>
<p>Now, I&#8217;ll mark indexes unusable that match a particular regular expression:</p>
<pre>SQL&gt; BEGIN
  2     trans_etl.unusable_indexes(
  3                                 p_table          =&gt; 'sales_fact',
  4                                 p_owner          =&gt; 'target',
  5                                 p_index_regexp   =&gt; 'prod'
  6                          );
  7  END;
  8  /
1 index and 0 local index partitions affected on table TARGET.SALES_FACT

PL/SQL procedure successfully completed.

Elapsed: 00:00:01.25
SQL&gt;
SQL&gt; BEGIN
  2     trans_etl.usable_indexes(
  3                               p_table          =&gt; 'sales_fact',
  4                               p_owner          =&gt; 'target'
  5                          );
  6  END;
  7  /
Rebuild processes for unusable indexes on 28 partitions of table TARGET.SALES_FACT executed
No matching unusable global indexes found

PL/SQL procedure successfully completed.

Elapsed: 00:00:02.69
SQL&gt;
SQL&gt;</pre>
<p>Now, I just want to mark bitmaps unusable for a particular partition: SALES_Q4_2003. I also want to change up the rebuild of the indexes. Instead of rebuilding the indexes one after another&#8230; I&#8217;d like to have them all rebuild at the same time. Thankfully, Transcend supports this, by sending the rebuild statements to the Oracle Scheduler, DBMS_SCHEDULER. The TRANS_ETL package will wait for the conclusion of all rebuild processes before continuing. All of this is done by simply passing a value of &#8216;yes&#8217; to the P_CONCURRENT parameter.</p>
<pre>SQL&gt; BEGIN
  2     trans_etl.unusable_indexes(
  3                                 p_table          =&gt; 'sales_fact',
  4                                 p_owner          =&gt; 'target',
  5                                 p_partname       =&gt; 'sales_q4_2003'
  6                          );
  7  END;
  8  /
0 indexes and 5 local index partitions affected on table TARGET.SALES_FACT

PL/SQL procedure successfully completed.

Elapsed: 00:00:00.67
SQL&gt;
SQL&gt; BEGIN
  2     trans_etl.usable_indexes(
  3                               p_table          =&gt; 'sales_fact',
  4                               p_owner          =&gt; 'target',
  5                               p_concurrent     =&gt; 'yes'
  6                          );
  7  END;
  8  /
Oracle scheduler job USABLE_INDEXES61 created
Oracle scheduler job USABLE_INDEXES61 enabled
Rebuild processes for unusable indexes on 1 partition of table TARGET.SALES_FACT submitted to the Oracle scheduler
No matching unusable global indexes found

PL/SQL procedure successfully completed.

Elapsed: 00:00:06.19
SQL&gt;
SQL&gt;</pre>
<p>Finally, the most complicated bit in index maintenance&#8230; and the reason I built the staging table with only the rows from 1998 in it. When loading a fact table, we rarely want to affect all the local index partitions on that table. As a matter of fact, we usually want to mark unusable only a very small number of the local index partitions, and this is usually dependent on which rows we are loading into the fact table.</p>
<p>Transcend supports this notion by allowing the specification of a particular table or view, using P_SOURCE_OWNER and P_SOURCE_OBJECT, to determines which partitions to mark as unusable on the target table. Remember that the SALES_STG table contains only the rows from the SH.SALES table for 1998. First, I&#8217;ll turn up the logging level for Transcend slightly so we can see the actual DDL being generated, and then I&#8217;ll affect the local index partitions on SALES_FACT that correspond to the rows in SALES_STG:</p>
<pre>SQL&gt; BEGIN
  2
  3     trans_adm.set_module_conf(
  4                                p_logging_level=&gt; 3
  5                              );
  6
  7  END;
  8  /

PL/SQL procedure successfully completed.

Elapsed: 00:00:00.01
SQL&gt;
SQL&gt; BEGIN
  2
  3     trans_etl.unusable_indexes(
  4                                 p_table          =&gt; 'sales_fact',
  5                                 p_owner          =&gt; 'target',
  6                                 p_source_object   =&gt; 'sales_stg',
  7                                 p_source_owner   =&gt; 'target'
  8                               );
  9
 10  END;
 11  /
SQL: alter index TARGET.SALES_FACT_CHANNEL_BIX modify partition SALES_Q1_1998 unusable
SQL: alter index TARGET.SALES_FACT_CHANNEL_BIX modify partition SALES_Q2_1998 unusable
SQL: alter index TARGET.SALES_FACT_CHANNEL_BIX modify partition SALES_Q3_1998 unusable
SQL: alter index TARGET.SALES_FACT_CHANNEL_BIX modify partition SALES_Q4_1998 unusable
SQL: alter index TARGET.SALES_FACT_CUST_BIX modify partition SALES_Q1_1998 unusable
SQL: alter index TARGET.SALES_FACT_CUST_BIX modify partition SALES_Q2_1998 unusable
SQL: alter index TARGET.SALES_FACT_CUST_BIX modify partition SALES_Q3_1998 unusable
SQL: alter index TARGET.SALES_FACT_CUST_BIX modify partition SALES_Q4_1998 unusable
SQL: alter index TARGET.SALES_FACT_PROD_BIX modify partition SALES_Q1_1998 unusable
SQL: alter index TARGET.SALES_FACT_PROD_BIX modify partition SALES_Q2_1998 unusable
SQL: alter index TARGET.SALES_FACT_PROD_BIX modify partition SALES_Q3_1998 unusable
SQL: alter index TARGET.SALES_FACT_PROD_BIX modify partition SALES_Q4_1998 unusable
SQL: alter index TARGET.SALES_FACT_PROMO_BIX modify partition SALES_Q1_1998 unusable
SQL: alter index TARGET.SALES_FACT_PROMO_BIX modify partition SALES_Q2_1998 unusable
SQL: alter index TARGET.SALES_FACT_PROMO_BIX modify partition SALES_Q3_1998 unusable
SQL: alter index TARGET.SALES_FACT_PROMO_BIX modify partition SALES_Q4_1998 unusable
SQL: alter index TARGET.SALES_FACT_TIME_BIX modify partition SALES_Q1_1998 unusable
SQL: alter index TARGET.SALES_FACT_TIME_BIX modify partition SALES_Q2_1998 unusable
SQL: alter index TARGET.SALES_FACT_TIME_BIX modify partition SALES_Q3_1998 unusable
SQL: alter index TARGET.SALES_FACT_TIME_BIX modify partition SALES_Q4_1998 unusable
0 indexes and 20 local index partitions affected on table TARGET.SALES_FACT

PL/SQL procedure successfully completed.

Elapsed: 00:00:03.65
SQL&gt;
SQL&gt; BEGIN
  2
  3     trans_etl.usable_indexes(
  4                               p_table          =&gt; 'sales_fact',
  5                               p_owner          =&gt; 'target',
  6                               p_concurrent     =&gt; 'yes'
  7                          );
  8  END;
  9  /
SQL: alter table TARGET.SALES_FACT modify partition SALES_Q1_1998 rebuild unusable local indexes
Oracle scheduler job USABLE_INDEXES62 created
Oracle scheduler job USABLE_INDEXES62 enabled
SQL: alter table TARGET.SALES_FACT modify partition SALES_Q2_1998 rebuild unusable local indexes
Oracle scheduler job USABLE_INDEXES63 created
Oracle scheduler job USABLE_INDEXES63 enabled
SQL: alter table TARGET.SALES_FACT modify partition SALES_Q3_1998 rebuild unusable local indexes
Oracle scheduler job USABLE_INDEXES64 created
Oracle scheduler job USABLE_INDEXES64 enabled
SQL: alter table TARGET.SALES_FACT modify partition SALES_Q4_1998 rebuild unusable local indexes
Oracle scheduler job USABLE_INDEXES65 created
Oracle scheduler job USABLE_INDEXES65 enabled
Rebuild processes for unusable indexes on 4 partitions of table TARGET.SALES_FACT submitted to the Oracle scheduler
No matching unusable global indexes found

PL/SQL procedure successfully completed.

Elapsed: 00:00:05.88
SQL&gt;</pre>
<p>That&#8217;s pretty much it for unusable and usable index functionality. Transcend also supports cloning indexes and dropping indexes, with many of the same parameters mentioned above.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rittmanmead.com/2009/12/21/transcend-and-index-maintenance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rittman Mead Are Recruiting for Great OBIEE Consultants</title>
		<link>http://www.rittmanmead.com/2009/11/09/rittman-mead-are-recruiting-for-great-obiee-consultants/</link>
		<comments>http://www.rittmanmead.com/2009/11/09/rittman-mead-are-recruiting-for-great-obiee-consultants/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 09:00:22 +0000</pubDate>
		<dc:creator>Mark Rittman</dc:creator>
				<category><![CDATA[Rittman Mead]]></category>

		<guid isPermaLink="false">http://www.rittmanmead.com/?p=3617</guid>
		<description><![CDATA[If you&#8217;ve been keeping an eye on our progress this year, you&#8217;ll probably be aware that 2009 has been a very exciting year for us. We&#8217;ve opened an office in the USA, and earlier in the year Adrian Ward and Daniel Bosman from Majendi, and Venkat J from India, joined us to strengthen our presence [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve been keeping an eye on our progress this year, you&#8217;ll probably be aware that 2009 has been a very exciting year for us. We&#8217;ve opened an office in the USA, and earlier in the year Adrian Ward and Daniel Bosman from Majendi, and Venkat J from India, joined us to strengthen our presence in the UK and Europe. We&#8217;re at the point now where we&#8217;re on the look out for more great OBIEE consultants, and we&#8217;d be interested in hearing from anyone with exceptional OBIEE skills who&#8217;d be interested in joining our team.</p>
<p>We have a number of ongoing projects in London and around the UK and Europe based around OBIEE, quite often with Essbase or the BI Applications in the background. Looking specifically at OBIEE,  successful candidates will typically be responsible for:</p>
<ol>
<li>Converting end user requirements into system design</li>
<li>Developing an appropriate solution</li>
<li>Testing the proposed solution against the individual requirements</li>
</ol>
<p>Tool sets you will be required to use include:</p>
<ol>
<li>The OBIEE adminstration tool</li>
<li>Dashboard development tools, including answers, delivers and catalogue manager</li>
<li>Database tools such as Toad, Warehouse Builder, ODI</li>
</ol>
<p>Other useful skills are Essbase or Oracle OLAP, Cognos, PL/SQL, ApEx and ADF.</p>
<p>Whilst we would prefer permanent employees we are reasonably flexible about our relationship with our consultants, and can typically start with either an employed or contract arrangement which we can discuss at a later stage if appropriate. You will need to either be based in the UK or already have the right to work here, and as our work involves a high level of customer interaction, excellent English language and written skills are a must.</p>
<p>If you are interested in working with us, please provide details of where and how you have done the following </p>
<ol>
<li>Repository development</li>
<li>Webcat development</li>
<li>Database modelling</li>
<li>Testing</li>
</ol>
<p>and when you provide details, could you please outline how you went about:</p>
<ol>
<li>Converting user requirements</li>
<li>Creating the design</li>
<li>Developing the solution</li>
<li>Testing</li>
<li>Implementation</li>
</ol>
<p>For successful candidates at this stage, the next step will be a technical interview. In anticipation, could you please provide in your reply your availability for a telephone interview of approximately 30 &#8211; 45 mins for the week following your application. </p>
<p>Rittman Mead are an equal opportunities employer and does not discriminate in terms of gender, religion, disability or ethnic background.</p>
<p>If you are interested, drop us a line to <a href="mailto:careers@rittmanmead.com">careers@rittmanmead.com</a>, and one of us will be in contact by return. If you know OBIEE inside-out and want to work with the best team in the industry, get in touch now and you could be working with us by the end of the year!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rittmanmead.com/2009/11/09/rittman-mead-are-recruiting-for-great-obiee-consultants/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Start of Open World Day 3</title>
		<link>http://www.rittmanmead.com/2009/10/14/the-start-of-open-world-day-3/</link>
		<comments>http://www.rittmanmead.com/2009/10/14/the-start-of-open-world-day-3/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 16:26:32 +0000</pubDate>
		<dc:creator>Stewart Bryson</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Rittman Mead]]></category>

		<guid isPermaLink="false">http://www.rittmanmead.com/?p=3370</guid>
		<description><![CDATA[While Mark and Venkat are keeping us all informed on the BI sessions going on at Open World, I wanted to take a minute to provide a quick update concerning what&#8217;s going on in the exhibition hall.
We&#8217;re located at Booth 124, Moscone South, which is on the perimeter of the outer track of booths. Basically, [...]]]></description>
			<content:encoded><![CDATA[<p>While Mark and Venkat are keeping us all informed on the BI sessions going on at Open World, I wanted to take a minute to provide a quick update concerning what&#8217;s going on in the exhibition hall.</p>
<p>We&#8217;re located at Booth 124, Moscone South, which is on the perimeter of the outer track of booths. Basically, when you walk in through the main exhibition doors, you take an immediate left, and walk all the way down until you see the Tap and Brew, which I should point gives away free beer in the afternoons. So depending on the timing, grab a beer, and then take a right and go about three quarters of the way down until you see the Rittman Mead booth on your left. Most likely, you&#8217;ll see either Joe or myself, and probably Venkat as well. Jon and Mark will be in and out of the booth depending on how their schedules of presentations and other things go.</p>
<div style="text-align:center"><img src="http://www.rittmanmead.com/wp2/wp-content/uploads/2009/10/booth1.jpg" alt="booth1.jpg" border="0" width="500" height="286" /></div>
<p>It&#8217;s been interesting speaking to attendees about their BI needs, and hearing the different ways that Oracle customers are using the products and the challenges they are facing. It&#8217;s also been gratifying when customers seek out our booth with their latest technical dilemma because they think we are the one&#8217;s that can help them solve it.</p>
<p>Today is the last day of exhibition hours, so take a minute to stop in and say hello.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rittmanmead.com/2009/10/14/the-start-of-open-world-day-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beginning Day 2 at Open World</title>
		<link>http://www.rittmanmead.com/2009/10/13/beginning-day-2-at-open-world/</link>
		<comments>http://www.rittmanmead.com/2009/10/13/beginning-day-2-at-open-world/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 19:32:05 +0000</pubDate>
		<dc:creator>Stewart Bryson</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Rittman Mead]]></category>

		<guid isPermaLink="false">http://www.rittmanmead.com/?p=3358</guid>
		<description><![CDATA[As Mark pointed out this morning, the weather in San Francisco is terrible. Having endured the recent flooding conditions in the Atlanta area, I can&#8217;t help but feel like I brought the rain with me. However, I&#8217;m inside a huge conference center, with tents between all the physical buildings, so I should stay dry. Though [...]]]></description>
			<content:encoded><![CDATA[<p>As Mark pointed out this morning, the weather in San Francisco is terrible. Having endured the recent flooding conditions in the Atlanta area, I can&#8217;t help but feel like I brought the rain with me. However, I&#8217;m inside a huge conference center, with tents between all the physical buildings, so I should stay dry. Though the Rittman Mead Mints have been successful, maybe we should have invested in Rittman Mead umbrellas instead.</p>
<div style="text-align:center"><img src="http://www.rittmanmead.com/wp2/wp-content/uploads/2009/10/rm_mints1.jpg" alt="rm_mints.jpg" border="0" width="500" height="350" /></div>
<p></p>
<p>It&#8217;s an exciting time for the company, as this is the first Open World with the US branch established and operating. Joe Leva and I are here along with a few other guys you may have heard of: Mark Rittman, Jon Mead and Venkatakrishnan Janakiraman. As we all travel so much, and hail from such disparate locations, we don&#8217;t often get to be in the same place at the same time, so it should be good fun to see the guys from across the pond (and across the world in Venkat&#8217;s case).</p>
<p>Another first for us at Open World: Rittman Mead is exhibiting this year, so come by and see us at Booth 124, Moscone South. Because I&#8217;m spending so much time at the booth, speaking to attendees about their BI and data warehousing needs, I haven&#8217;t had much time to see many technical sessions, though I did get a chance to see Mark and Venkat&#8217;s presentation yesterday&#8230; a &#8220;Deep Dive&#8221; into OBIEE and Essbase integration. There were a lot of good questions from the audience, especially those that stayed behind to speak to us, and it does appear that there are customers out there trying to make this work. It&#8217;s also evident that there is a real desire for people to get their hands on OBIEE 11g.</p>
<p>Joe and I will be at the booth all day&#8230; and after the Oracle Press event that will last most of the morning, Jon and Mark should be by in the afternoon. So if you have any Oracle product questions, general BI questions, or just want to come by and meet the team, we&#8217;d be glad to see you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rittmanmead.com/2009/10/13/beginning-day-2-at-open-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated and Expanded Training Curriculum</title>
		<link>http://www.rittmanmead.com/2009/09/14/updated-and-expanded-training-curriculum/</link>
		<comments>http://www.rittmanmead.com/2009/09/14/updated-and-expanded-training-curriculum/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 20:29:14 +0000</pubDate>
		<dc:creator>Mark Rittman</dc:creator>
				<category><![CDATA[Rittman Mead]]></category>

		<guid isPermaLink="false">http://www.rittmanmead.com/?p=3031</guid>
		<description><![CDATA[At Rittman Mead, apart from consulting our other main line of business is training. We were one of the first organizations to offer Oracle BI EE training, and over the past few years we have helped train up a large number of internal development teams, for both customers and partners, to quickly bring them up [...]]]></description>
			<content:encoded><![CDATA[<p>At Rittman Mead, apart from consulting our other main line of business is <a href="http://www.rittmanmead.com/training">training</a>. We were one of the first organizations to offer Oracle BI EE training, and over the past few years we have helped train up a large number of internal development teams, for both customers and partners, to quickly bring them up to speed with Oracle BI EE development.</p>
<p>As Oracle BI EE has matured, and more organizations have taken on the technology, our course materials have expanded to take on subjects such as Hyperion Essbase integration, Oracle BI Applications development, tuning and optimizing and project deployment. Up until recently we have tried to cram this into our two main Oracle BI EE and Oracle BI Applications courses, but in response to demand we&#8217;ve now taken this wider set of material and made it into a <a href="http://www.rittmanmead.com/training/listing-of-courses/">new series of Oracle BI EE and Oracle BI Applications courses</a>. In addition, we are currently developing new courseware around Oracle Warehouse Builder 11gR2 and Oracle BI EE 11g, and we will still continue to offer intensive, 5-day &#8220;boot camp&#8221; courses for those customers to want to learn a product intensively in a short period of time.</p>
<p>If you&#8217;re interested, here&#8217;s our new course curriculum:</p>
<p>Special Events:</p>
<ul>
<li><a href="/trainingdays2009/" class="current">SPC02: Oracle BI Training Days, London October 27th &#8211; 29th 2009</a></li>
</ul>
<p>Oracle BI Enterprise Edition Courses:</p>
<ul>
<li>
		<a href="/training/listing-of-courses/trn-201-oracle-bi-ee-bootcamp">TRN 201 : Oracle BI EE 10g &#8220;Bootcamp&#8221;</a>
	</li>
<li>
		<a href="/training/listing-of-courses/trn-202-oracle-bi-ee-10g-basic-administration">TRN 202 : Oracle BI EE 10g Basic Administration</a>
	</li>
<li>
		<a href="/training/listing-of-courses/trn-203-oracle-bi-ee-10g-advanced-administration">TRN 203 : Oracle BI EE 10g Advanced Administration</a>
	</li>
<li>
		<a href="/training/listing-of-courses/trn-204-oracle-bi-ee-10g-reporting">TRN 204 : Oracle BI EE 10g Create Reports, Dashboards and Alerts</a>
	</li>
<li>
		<a href="/training/listing-of-courses/trn-205-obiee-essbase-integration">TRN 205 : Oracle BI EE 10g, Essbase and Hyperion Integration<br />
</a>
	</li>
</ul>
<p>Oracle BI Applications Courses</p>
<ul>
<li>
		<a href="/training/listing-of-courses/trn-301-oracle-bi-apps-bootcamp">TRN 301 : Oracle BI Applications 7.9.5  &#8220;Bootcamp&#8221;</a>
	</li>
<li>
		<a href="/training/listing-of-courses/trn-302-oracle-bi-apps-basic-administration">TRN 302 : Oracle BI Applications 7.9.5 Basic Administration</a>
	</li>
<li>
		<a href="/training/listing-of-courses/trn-303-oracle-bi-apps-customization">TRN 303 : Oracle BI Applications 7.9.5 Customization and Advanced Administration</a>
	</li>
</ul>
<p>Oracle Data Warehousing Courses:</p>
<ul>
<li>
		<a href="/training/listing-of-courses/trn-401-oracle-warehouse-builder-10gr2-development-and-deployment">TRN 401 : Oracle Warehouse Builder 10gR2/11gR1 Development and Deployment</a>
	</li>
<li>
		<a href="/training/listing-of-courses/oracle-data-warehouse-design">TRN 501 : Oracle 11g Data Warehouse Design </a>
	</li>
</ul>
<p>We typically run our courses in-house, for internal development teams of between 4 &#8211; 10 developers. Courses are all instructor-led, and (apart from the data warehousing one) all come with labs and examples so you can have a practice. Prices usually work out at about half the cost of sending your development team on a public course, and of course you are only paying the travel expenses of our instructor, not your entire team. Best of all though, you&#8217;re being taught by someone who develops using these tools when they are not delivering courses, which means we can discuss your particular issues and talk about how we&#8217;ve solved similar ones on other engagements.</p>
<p>If you&#8217;re interested in our new training courses, drop us a line and we&#8217;d be pleased to provide more information. We can provide trainers out of our UK, USA and Indian offices, which means we&#8217;ve got most places covered.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rittmanmead.com/2009/09/14/updated-and-expanded-training-curriculum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BI Training Days &#8211; BI EE, ODI, Essbase and BI Apps</title>
		<link>http://www.rittmanmead.com/2009/08/05/bi-training-days-bi-ee-odi-essbase-and-bi-apps/</link>
		<comments>http://www.rittmanmead.com/2009/08/05/bi-training-days-bi-ee-odi-essbase-and-bi-apps/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 21:20:52 +0000</pubDate>
		<dc:creator>Venkatakrishnan J</dc:creator>
				<category><![CDATA[Rittman Mead]]></category>

		<guid isPermaLink="false">http://www.rittmanmead.com/?p=2728</guid>
		<description><![CDATA[As you might have seen from Mark’s note here, we would be running the training days event this year from Oct 27th to Oct 29th in London . Mark, Myself and Christian would be personally delivering the training. If you are around during those days, do not forget to register for the event here. The [...]]]></description>
			<content:encoded><![CDATA[<p>As you might have seen from Mark’s note <a href="http://www.rittmanmead.com/trainingdays2009/">here</a>, we would be running the training days event this year from Oct 27th to Oct 29th in London . Mark, Myself and Christian would be personally delivering the training. If you are around during those days, do not forget to register for the event <a href="http://www.regonline.co.uk/rmtrainingdays2009" target="_blank">here</a>. The training details are given as below to serve as a remainder</p>
<p><strong>Training Days Agenda:</strong></p>
<ul>
<li>Day 1
<ul>
<li>Oracle BI and EPM architecture overview – Mark Rittman</li>
<li>Oracle BI EE Data Modeling against DW and 3NF sources – Mark Rittman</li>
<li>Oracle BI Delivers + Integration with Java and BI Publisher – Venkat Janakiraman</li>
<li>What’s new in Oracle BI, DW and EPM from Oracle Open World – Mark Rittman</li>
</ul>
</li>
<li>Day 2
<ul>
<li>Oracle BI EE Data Modeling against Essbase – Venkat Janakiraman</li>
<li>Leveraging MDX functions and calculations in OBIEE – Christian Berg</li>
<li>Integrating Security across OBIEE and EPM – Venkat Janakiraman</li>
<li>I can do this in Hyperion – how do I do it in OBIEE? – Christian Berg and Venkat Janakiraman</li>
</ul>
</li>
<li>Day 3
<ul>
<li>OBIEE Systems Management with OEM BI Mgmt Pack – Mark Rittman</li>
<li>OBIEE Configuration Management Best Practices – Christian Berg</li>
<li>ODI functionality in Oracle BI Applications – Mark Rittman</li>
<li>ODI Integration with Essbase, Planning and Oracle EPM Suite – Venkat Janakiraman</li>
</ul>
</li>
</ul>
<p>Looking forward to meeting you all over there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rittmanmead.com/2009/08/05/bi-training-days-bi-ee-odi-essbase-and-bi-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Update on Rittman Mead</title>
		<link>http://www.rittmanmead.com/2009/07/09/an-update-on-rittman-mead/</link>
		<comments>http://www.rittmanmead.com/2009/07/09/an-update-on-rittman-mead/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 11:00:15 +0000</pubDate>
		<dc:creator>Mark Rittman</dc:creator>
				<category><![CDATA[Oracle BI Suite EE]]></category>
		<category><![CDATA[Rittman Mead]]></category>

		<guid isPermaLink="false">http://www.rittmanmead.com/?p=2332</guid>
		<description><![CDATA[Things have been pretty busy for us at Rittman Mead over the last six months, and so I thought it&#8217;d be a good opportunity to bring everyone up to speed as to where we are.
Rittman Mead now has two offices, one in the UK run by Jon Mead and myself and another in the USA, [...]]]></description>
			<content:encoded><![CDATA[<p>Things have been pretty busy for us at Rittman Mead over the last six months, and so I thought it&#8217;d be a good opportunity to bring everyone up to speed as to where we are.</p>
<p>Rittman Mead now has two offices, one in the UK run by Jon Mead and myself and another in the <a href="http://www.rittmanmead.com/america">USA</a>, run by Joe Leva and Stewart Bryson. Both parts of Rittman Mead are focused on Oracle Business Intelligence &#038; Data Warehousing, offering consulting, training and mentoring for customers in Europe and the Americas.</p>
<p>Since Jon and I started the company back in 2007, our aim has been to work with the best Oracle BI&#038;W consultants and trainers from around the world. By recruiting only the best people, with the most experience, our aim has been to carve out a name for ourselves as the most capable Oracle BI&#038;W implementors in the industry. Since the start of 2009, we&#8217;ve been joined by such famous names as Venkat Janakiraman, Stewart Bryson and Adrian Ward, and all told we now have eleven consultants in the UK and two in the USA, with most of us contributing to the <a href="http://www.rittmanmead.com/blog">company blog</a> and presenting at conferences and events.</p>
<p>Our main activity is <a href="http://www.rittmanmead.com/consulting">consulting</a>, with projects running around the world and a particular focus these days on Oracle BI EE, Oracle Essbase, Oracle Exadata/Database Machine and Oracle Data Warehousing. As we only recruit senior, experienced consultants we tend to mix and match roles on projects, with Jon, Joe, Adrian and I usually providing the project lead and colleagues such as Peter Scott, Borkur Steingrimsson, Venkat, Ragnar Wessels and Stewart Bryson leading the technical implementation. We also have Jennifer Albu leading our methodology and project governance function, ensuring that our projects deliver as expected and within the required timeframe and budget.</p>
<p>Our other area of focus is <a href="http://www.rittmanmead.com/training">training</a>, with our courses on Oracle BI EE Development and Administration, Oracle Warehouse Builder Development and Oracle BI Applications Development being the most popular. Our courses are run by our consultants which means that you get real project experience from your trainer as well as a superb understanding of the products, which means that once we&#8217;ve trained up your development team the same trainer can come back later and help with the project, if you ever need a helping hand. Here&#8217;s a list of our current courses:</p>
<ul>
<li>
		<a href="/training/listing-of-courses/oracle-warehouse-builder-10gr2-development-and-deployment-5-days/">TRN01: Oracle Warehouse Builder 10gR2 Development and Deployment (3-5 Days)</a>
	</li>
<li>
		<a href="/training/listing-of-courses/oracle-bi-suite-enterprise-edition-design-build-and-dashboards-5-days/">TRN02: Oracle BI Suite Enterprise Edition: Design, Build and Dashboards (3-5 Days)</a>
	</li>
<li>
		<a href="/training/listing-of-courses/oracle-data-warehouse-design-3-days/">TRN05: Oracle Data Warehouse Design (3 Days)</a>
	</li>
<li>
		<a href="/training/listing-of-courses/oracle-bi-publisher-development-and-administration-2-days/">TRN06: Oracle BI Publisher Development and Administration (2 Days)</a>
	</li>
<li>
		<a href="/training/listing-of-courses/oracle-bi-applications-development-and-administration-3-days/">TRN07: Oracle BI Applications Development and Administration (3-5 Days)</a>
	</li>
<li>
		<a href="/training/listing-of-courses/oracle-bi-discoverer-administration-reporting-3-days/">TRN08: Oracle BI Discoverer Administration &amp; Reporting (3 Days)</a>
	</li>
</ul>
<p>One final area that I&#8217;m particularly involved in is organizing events and conferences. Earlier in the year we ran our first <a href="http://www.rittmanmead.com/2009/05/17/the-rittman-mead-bi-forum-2009-brighton/">Rittman Mead BI Forum</a>, an excellent three-day technical event in Brighton focusing on Oracle BI EE, Oracle Essbase and Oracle Data Integrator. Later on in 2009 we&#8217;re planning to run another one of our three-day intensive Training Days events, with sessions run by myself, Venkat and Christian Berg, where we&#8217;ll be focusing on the deep technical details of OBIEE and Essbase development.</p>
<p>With all of this activity, we&#8217;re very keen to speak to any experienced Oracle BI EE, Oracle Essbase, Oracle Data Integrator and Oracle Warehouse Builder developers who might be interested in working with us. We&#8217;ve got a young, dynamic team that works all around the world, our focus is solely on Oracle BI&#038;W and our aim is to assemble the best team of implementors and trainers around the world. If you&#8217;re interested in working for us either in Europe or in the USA, or indeed if you&#8217;d like us to help with your project or training, <a href="mailto:info@rittmanmead.com">drop us an email</a> and we&#8217;d be pleased to speak with you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rittmanmead.com/2009/07/09/an-update-on-rittman-mead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Breaking News &#8211; Venkat Joining Rittman Mead</title>
		<link>http://www.rittmanmead.com/2009/06/22/breaking-news-venkat-joining-rittman-mead/</link>
		<comments>http://www.rittmanmead.com/2009/06/22/breaking-news-venkat-joining-rittman-mead/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 15:07:23 +0000</pubDate>
		<dc:creator>Mark Rittman</dc:creator>
				<category><![CDATA[Rittman Mead]]></category>

		<guid isPermaLink="false">http://www.rittmanmead.com/2009/06/22/breaking-news-venkat-joining-rittman-mead/</guid>
		<description><![CDATA[Well this year has certainly seen some interesting and exciting developments for Rittman Mead. Earlier in the year we launched Rittman Mead in America, along with our colleagues Joe Leva and Stewart Bryson; shortly after that Adrian Ward and the team from Majendi joined us to further expand our OBIEE coverage in the UK. Now [...]]]></description>
			<content:encoded><![CDATA[<p>Well this year has certainly seen some interesting and exciting developments for Rittman Mead. Earlier in the year we launched <a href="http://www.rittmanmead.com/america/">Rittman Mead in America</a>, along with our colleagues Joe Leva and Stewart Bryson; shortly after that <a href="http://www.rittmanmead.com/2009/04/06/rittman-mead-and-majendi-join-forces/">Adrian Ward and the team from Majendi joined us</a> to further expand our OBIEE coverage in the UK. Now I have great pleasure in announcing that Venkatakrishnan J, who I&#8217;m sure you&#8217;ll all know through his excellent <a href="http://oraclebizint.wordpress.com">OBIEE and Essbase blog</a>, has kindly agreed to join us at Rittman Mead.</p>
<p>We&#8217;ve known Venkat now for a couple of years, firstly through our mutual interest in Oracle&#8217;s BI, DW and Performance Management technologies, and recently through his attendance at our <a href="http://www.rittmanmead.com/2009/05/17/the-rittman-mead-bi-forum-2009-brighton/">BI Forum in Brighton</a>. We&#8217;d spoken informally about Venkat joining us before the event and when we all met up, it was clear we all shared a similar passion for Oracle technology. Venkat joins us from Oracle India where he provided consulting support and assistance on some high-profile projects, and brings his unsurpassed knowledge of OBIEE, Hyperion and DW integration and development to our team. At Rittman Mead, our approach since Jon and I started the company was to try and work with the best people in the Oracle BI&amp;DW industry, bringing out join skills and project approach to customer engagements to ensure the success of their projects. Venkat joining us really adds significant weight to our project abilities and we&#8217;re all super-excited about his joining us, and in future contributing to the Rittman Mead blog.</p>
<p>I&#8217;m sure you&#8217;ll all join us in welcoming Venkat to the team, and keep an eye out on this site for news of the second of our <a href="http://www.rittmanmead.com/oracle-bi-training-days-october-22nd-24th-london-uk/">Training Days events in London</a> for later in the year, where Venkat, myself and Christian Berg will be running three days of advanced-level training on OBIEE and the Hyperion EPM stack.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rittmanmead.com/2009/06/22/breaking-news-venkat-joining-rittman-mead/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>BI Forum Registrations Closing April 17th</title>
		<link>http://www.rittmanmead.com/2009/04/09/bi-forum-registrations-closing-april-17th/</link>
		<comments>http://www.rittmanmead.com/2009/04/09/bi-forum-registrations-closing-april-17th/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 08:56:39 +0000</pubDate>
		<dc:creator>Mark Rittman</dc:creator>
				<category><![CDATA[Rittman Mead]]></category>
		<category><![CDATA[User Groups & Conferences]]></category>

		<guid isPermaLink="false">http://www.rittmanmead.com/2009/04/09/bi-forum-registrations-closing-april-17th/</guid>
		<description><![CDATA[Just a quick note to say that registrations will close on April 17th for the expert-level BI Forum in Brighton.
If you&#8217;re still looking to come along or know someone who&#8217;s thinking of it, you&#8217;ll need to register before that date to get in. So far we have 43 registrations and we can take up to [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick note to say that registrations will close on April 17th for the expert-level <a href="http://www.rittmanmead.com/rittman-mead-bi-forum-brighton-may-14th-15th-2009/">BI Forum</a> in Brighton.</p>
<p>If you&#8217;re still looking to come along or know someone who&#8217;s thinking of it, you&#8217;ll need to <a href="http://www.regonline.co.uk/Checkin.asp?EventId=706332">register</a> before that date to get in. So far we have 43 registrations and we can take up to a maximum of 50, so there are still a few places left if anyone is interested.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rittmanmead.com/2009/04/09/bi-forum-registrations-closing-april-17th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
