<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Enzee Universe</title>
    <link>http://www.enzeecommunity.com/groups/enzee-universe/blog</link>
    <description>The Enzee Universe group is for all Netezza users, partners, prospective users and employees that are interested in sharing information, suggesting topics for discussion and staying in the loop about Netezza's annual user conference.</description>
    <pubDate>Mon, 23 Aug 2010 17:33:47 GMT</pubDate>
    <generator>Clearspace 2.5.3 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2010-08-23T17:33:47Z</dc:date>
    <item>
      <title>Getting SQLException ,I Expect BatchUpdate Exception</title>
      <link>http://www.enzeecommunity.com/groups/enzee-universe/blog/2010/08/23/getting-sqlexception-i-expect-batchupdate-exception</link>
      <description>&lt;!-- [DocumentBodyStart:476f3ba9-8c0f-4bed-99f7-aa9ddf0b6e16] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p style="text-align: left;"&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="text-align: left;"&gt;  following is my code, I am using netezza JDBC driver 5.0.10,this  driver support BATCH UPDATES, so with the following code i should get BatchUpdateException but I am getting SQLException would any  one please help me.I am first time working with Netezza&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Courier New; color: #7f0055; font-size: 10pt;"&gt;&lt;span style="font-family: Courier New; color: #7f0055; font-size: 10pt;"&gt;&lt;span style="font-family: Courier New; color: #7f0055; font-size: 10pt;"&gt;&lt;span style="font-family: Courier New; color: #7f0055; font-size: 10pt;"&gt;&lt;span style="font-family: Courier New; color: #7f0055; font-size: 10pt;"&gt;&lt;span style="font-family: Courier New; color: #7f0055; font-size: 10pt;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: left;"&gt;&lt;span style="font-family: Courier New; color: #7f0055; font-size: 10pt;"&gt;&lt;span style="font-family: Courier New; color: #7f0055; font-size: 10pt;"&gt;&lt;span style="font-family: Courier New; color: #7f0055; font-size: 10pt;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: Courier New; color: #7f0055; font-size: 10pt;"&gt;&lt;span style="font-family: Courier New; color: #7f0055; font-size: 10pt;"&gt;                             &lt;/span&gt;&lt;/span&gt; &lt;span&gt;&lt;/span&gt;&lt;span style="font-family: Courier New; color: #7f0055; font-size: 10pt;"&gt;&lt;span style="font-family: Courier New; color: #7f0055; font-size: 10pt;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: left;"&gt;&lt;span style="font-family: Courier New; color: #7f0055; font-size: 10pt;"&gt;&lt;span style="font-family: Courier New; color: #7f0055; font-size: 10pt;"&gt;                             &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="text-align: left;"&gt;                                                      try{&lt;/p&gt;&lt;p style="text-align: left;"&gt;                                                                     for(String dBstat: DbStatments)&lt;/p&gt;&lt;p style="text-align: left;"&gt;                                                                    {&lt;/p&gt;&lt;p style="text-align: left;"&gt;                                                                            statement.addBatch(dBstat);&lt;/p&gt;&lt;p style="text-align: left;"&gt;                                                                    }&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="text-align: left;"&gt;                                                                   noOfRecordsUpdated=statement.executeBatch();&lt;/p&gt;&lt;p style="text-align: left;"&gt;                                                              &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: left;"&gt;                                                         }&lt;/p&gt;&lt;p style="text-align: left;"&gt;                                                         catch(BatchUpdateException  bue)&lt;/p&gt;&lt;p style="text-align: left;"&gt;                                                        {&lt;/p&gt;&lt;p style="text-align: left;"&gt;                                                               logger.error(bue.getMessage());&lt;/p&gt;&lt;p style="text-align: left;"&gt;                                                        }&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="text-align: left;"&gt;                                                       catch(SQLException sql)&lt;/p&gt;&lt;p style="text-align: left;"&gt;                                                       {&lt;/p&gt;&lt;p style="text-align: left;"&gt;                                                               logger.error(sql.exception);&lt;/p&gt;&lt;p style="text-align: left;"&gt;                                                      }&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="text-align: center;"&gt;&lt;span style="color: #0000c0; font-size: 10pt;"&gt;&lt;span style="color: #0000c0; font-size: 10pt;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:476f3ba9-8c0f-4bed-99f7-aa9ddf0b6e16] --&gt;</description>
      <pubDate>Mon, 23 Aug 2010 17:33:47 GMT</pubDate>
      <author>vgss</author>
      <guid>http://www.enzeecommunity.com/groups/enzee-universe/blog/2010/08/23/getting-sqlexception-i-expect-batchupdate-exception</guid>
      <dc:date>2010-08-23T17:33:47Z</dc:date>
      <clearspace:dateToText>1 week, 3 days ago</clearspace:dateToText>
      <wfw:comment>http://www.enzeecommunity.com/groups/enzee-universe/blog/comment/getting-sqlexception-i-expect-batchupdate-exception</wfw:comment>
      <wfw:commentRss>http://www.enzeecommunity.com/groups/enzee-universe/blog/feeds/comments?blogPost=1167</wfw:commentRss>
    </item>
    <item>
      <title>Access Netezza using JDBC</title>
      <link>http://www.enzeecommunity.com/groups/enzee-universe/blog/2010/08/13/access-netezza-using-jdbc</link>
      <description>&lt;!-- [DocumentBodyStart:93444c6a-0639-427d-8a32-6ce47a6e7a28] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;  would any one please tell me how to get the list of SQLErrorCODES netezza  will return&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thx&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:93444c6a-0639-427d-8a32-6ce47a6e7a28] --&gt;</description>
      <pubDate>Fri, 13 Aug 2010 13:21:48 GMT</pubDate>
      <author>vgss</author>
      <guid>http://www.enzeecommunity.com/groups/enzee-universe/blog/2010/08/13/access-netezza-using-jdbc</guid>
      <dc:date>2010-08-13T13:21:48Z</dc:date>
      <clearspace:dateToText>2 weeks, 6 days ago</clearspace:dateToText>
      <wfw:comment>http://www.enzeecommunity.com/groups/enzee-universe/blog/comment/access-netezza-using-jdbc</wfw:comment>
      <wfw:commentRss>http://www.enzeecommunity.com/groups/enzee-universe/blog/feeds/comments?blogPost=1165</wfw:commentRss>
    </item>
    <item>
      <title>Netezza SQL ERROR Codes</title>
      <link>http://www.enzeecommunity.com/groups/enzee-universe/blog/2010/08/10/netezza-sql-error-codes</link>
      <description>&lt;!-- [DocumentBodyStart:a94d3303-3379-4be6-be4f-604d1691bfeb] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;  I am trying to access Netezza from my JDBC code, would any one please tell me as where can I look for  NETEZZA SQL ERROR CODES&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;THX&lt;/p&gt;&lt;p&gt;vgss&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a94d3303-3379-4be6-be4f-604d1691bfeb] --&gt;</description>
      <category domain="http://www.enzeecommunity.com/groups/enzee-universe/blog/tags">error</category>
      <category domain="http://www.enzeecommunity.com/groups/enzee-universe/blog/tags">codes</category>
      <category domain="http://www.enzeecommunity.com/groups/enzee-universe/blog/tags">sql</category>
      <pubDate>Tue, 10 Aug 2010 19:16:18 GMT</pubDate>
      <author>vgss</author>
      <guid>http://www.enzeecommunity.com/groups/enzee-universe/blog/2010/08/10/netezza-sql-error-codes</guid>
      <dc:date>2010-08-10T19:16:18Z</dc:date>
      <clearspace:dateToText>3 weeks, 2 days ago</clearspace:dateToText>
      <wfw:comment>http://www.enzeecommunity.com/groups/enzee-universe/blog/comment/netezza-sql-error-codes</wfw:comment>
      <wfw:commentRss>http://www.enzeecommunity.com/groups/enzee-universe/blog/feeds/comments?blogPost=1164</wfw:commentRss>
    </item>
    <item>
      <title>Encryption of data between Oracle and Netezza</title>
      <link>http://www.enzeecommunity.com/groups/enzee-universe/blog/2010/05/15/encryption-of-data-between-oracle-and-netezza</link>
      <description>&lt;!-- [DocumentBodyStart:360afd10-b9bd-4893-ad97-b67f2fc1144a] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;We have data in Oracle and Netezza, planning to encrypt some fields on both the platforms.&lt;/p&gt;&lt;p&gt;Does any one has experience in using AES 128 or AES 256 (advanced encryption) on both the platforms.&lt;/p&gt;&lt;p&gt;If so is it compatible.&lt;/p&gt;&lt;p&gt;For Example : if an encrypted values is sent from oracle to entezza with the same key, is the value decrypted properly.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:360afd10-b9bd-4893-ad97-b67f2fc1144a] --&gt;</description>
      <pubDate>Sat, 15 May 2010 04:07:02 GMT</pubDate>
      <author>Dallas</author>
      <guid>http://www.enzeecommunity.com/groups/enzee-universe/blog/2010/05/15/encryption-of-data-between-oracle-and-netezza</guid>
      <dc:date>2010-05-15T04:07:02Z</dc:date>
      <clearspace:dateToText>3 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <wfw:comment>http://www.enzeecommunity.com/groups/enzee-universe/blog/comment/encryption-of-data-between-oracle-and-netezza</wfw:comment>
      <wfw:commentRss>http://www.enzeecommunity.com/groups/enzee-universe/blog/feeds/comments?blogPost=1134</wfw:commentRss>
    </item>
    <item>
      <title>Select data from table insert into flat file...</title>
      <link>http://www.enzeecommunity.com/groups/enzee-universe/blog/2009/08/25/select-data-from-table-insert-into-flat-file</link>
      <description>&lt;!-- [DocumentBodyStart:03302133-50fe-4bd1-9fb9-7f985f652c8b] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am using below sql to load the data from flat file to Netezza&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;INSERT INTO A&lt;br/&gt;SELECT * FROM EXTERNAL 'c:\data\a.txt'&lt;br/&gt;USING ( BOOLSTYLE '1_0' COMPRESS FALSE CRINSTRING FALSE CTRLCHARS FALSE DATEDELIM '-' DATESTYLE 'YMD' DELIMITER 'TAB' ENCODING 'latin9'&lt;br/&gt;FILLRECORD FALSE IGNOREZERO FALSE LOGDIR 'c:\data'&lt;br/&gt;MAXERRORS 1 MAXROWS 0 NULLVALUE 'NULL' QUOTEDVALUE 'NO' REMOTESOURCE 'jdbc' REQUIREQUOTES FALSE SKIPROWS 0&lt;br/&gt;SOCKETBUFSIZE 8388608 TIMEDELIM ':' TIMEEXTRAZEROS FALSE TIMESTYLE '24HOUR' TRUNCSTRING FALSE Y2BASE 0)&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I want in reverse order I mean I want select the data from table and place in flat file.&lt;/p&gt;&lt;p&gt;Please some one could help me.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks&lt;/p&gt;&lt;p&gt;Babu&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:03302133-50fe-4bd1-9fb9-7f985f652c8b] --&gt;</description>
      <pubDate>Tue, 25 Aug 2009 22:21:31 GMT</pubDate>
      <author>sriband</author>
      <guid>http://www.enzeecommunity.com/groups/enzee-universe/blog/2009/08/25/select-data-from-table-insert-into-flat-file</guid>
      <dc:date>2009-08-25T22:21:31Z</dc:date>
      <clearspace:dateToText>1 year, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <wfw:comment>http://www.enzeecommunity.com/groups/enzee-universe/blog/comment/select-data-from-table-insert-into-flat-file</wfw:comment>
      <wfw:commentRss>http://www.enzeecommunity.com/groups/enzee-universe/blog/feeds/comments?blogPost=1107</wfw:commentRss>
    </item>
    <item>
      <title>ERROR [08S02] Unexpected protocol character/message</title>
      <link>http://www.enzeecommunity.com/groups/enzee-universe/blog/2009/08/25/error-08s02-unexpected-protocol-charactermessage</link>
      <description>&lt;!-- [DocumentBodyStart:619791d3-1a70-42dd-93a0-c03fc2013ab4] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi .&lt;/p&gt;&lt;p&gt;I am .Net [C#] developer and using Netezza as database in my Latest application.&lt;/p&gt;&lt;p&gt;I wrote a small application to get the data from Netezza and using odbc driver.&lt;/p&gt;&lt;p&gt;Its returning the rows and in middle I am getting below msg.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;ERROR [08S02] Unexpected protocol character/message&lt;/p&gt;&lt;p&gt;System.Data.Odbc.OdbcConnection.HandleError(OdbcHandle hrHandle, RetCode retcode)&lt;br/&gt;at System.Data.Odbc.OdbcDataReader.Read()&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Source is nsqlodbc.dll.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please some could help me.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks&lt;/p&gt;&lt;p&gt;Babu&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:619791d3-1a70-42dd-93a0-c03fc2013ab4] --&gt;</description>
      <pubDate>Tue, 25 Aug 2009 21:48:47 GMT</pubDate>
      <author>sriband</author>
      <guid>http://www.enzeecommunity.com/groups/enzee-universe/blog/2009/08/25/error-08s02-unexpected-protocol-charactermessage</guid>
      <dc:date>2009-08-25T21:48:47Z</dc:date>
      <clearspace:dateToText>1 year, 1 week ago</clearspace:dateToText>
      <wfw:comment>http://www.enzeecommunity.com/groups/enzee-universe/blog/comment/error-08s02-unexpected-protocol-charactermessage</wfw:comment>
      <wfw:commentRss>http://www.enzeecommunity.com/groups/enzee-universe/blog/feeds/comments?blogPost=1106</wfw:commentRss>
    </item>
    <item>
      <title>Sync problem from SQL Server to Netezza</title>
      <link>http://www.enzeecommunity.com/groups/enzee-universe/blog/2009/08/17/sync-problem-from-sql-server-to-netezza</link>
      <description>&lt;!-- [DocumentBodyStart:9a78662b-63bb-4f14-85e5-3eec495a8dd1] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi Good Monring all,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;We are syncing the Data from SQL Server to Netezza and some special charactes are not converting&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For Example  -&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; color: #000080; font-family: Verdana;"&gt;&lt;span style="font-size: 10pt; color: #000080; font-family: Verdana;"&gt;MC21-‘90s [SQL Server]               MC21-&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #ff0000; font-family: Verdana;"&gt;&lt;span style="font-size: 10pt; color: #ff0000; font-family: Verdana;"&gt;?&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 10pt; color: #000080; font-family: Verdana;"&gt;&lt;span style="font-size: 10pt; color: #000080; font-family: Verdana;"&gt;90s [Netezza]&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; color: #000080; font-family: Verdana;"&gt;&lt;span style="font-size: 10pt; color: #000080; font-family: Verdana;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; color: #000080; font-family: Verdana;"&gt;&lt;span style="font-size: 10pt; color: #000080; font-family: Verdana;"&gt;Please can some one help me&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; color: #000080; font-family: Verdana;"&gt;&lt;span style="font-size: 10pt; color: #000080; font-family: Verdana;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; color: #000080; font-family: Verdana;"&gt;&lt;span style="font-size: 10pt; color: #000080; font-family: Verdana;"&gt;thanks&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 10pt; color: #000080; font-family: Verdana;"&gt;&lt;span style="font-size: 10pt; color: #000080; font-family: Verdana;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9a78662b-63bb-4f14-85e5-3eec495a8dd1] --&gt;</description>
      <pubDate>Mon, 17 Aug 2009 20:00:43 GMT</pubDate>
      <author>sriband</author>
      <guid>http://www.enzeecommunity.com/groups/enzee-universe/blog/2009/08/17/sync-problem-from-sql-server-to-netezza</guid>
      <dc:date>2009-08-17T20:00:43Z</dc:date>
      <clearspace:dateToText>1 year, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <wfw:comment>http://www.enzeecommunity.com/groups/enzee-universe/blog/comment/sync-problem-from-sql-server-to-netezza</wfw:comment>
      <wfw:commentRss>http://www.enzeecommunity.com/groups/enzee-universe/blog/feeds/comments?blogPost=1104</wfw:commentRss>
    </item>
    <item>
      <title>Data Integration Musings!!!!!!!!!</title>
      <link>http://www.enzeecommunity.com/groups/enzee-universe/blog/2009/06/12/data-integration-musings</link>
      <description>&lt;!-- [DocumentBodyStart:a015715e-4ccf-4ec3-9b1d-915e77d78a20] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Wonder Why Wonder How!!!!!!!!!!!!!!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Am Raj Guthikonda I've been a Chief Architect in th Oracle BI &amp;amp; Data warehouse  arena&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This blog post is my initial musingin the Netezza arena  to do soe thought provocation&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I wonder why data has so many silos and how can we overcome this silos&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Business data is an invaluable commodity in today's fast changing analytic World where we figure out how to beat our customers &amp;amp; how can we leverrage the data that a business has&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have been recently associated with one of the biggest financial services mergers in the mid atlantic region of greater Pittsburgh area&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This client of mine was using an analytics tool / application coming from a formidable provider who has the chunk o the market share&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;but we lacked te basic adapters to bring in the data from various types of data sources such as VSAM &amp;amp; IDM&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I hope the next level determining a best of breed business intelligence data base server or the tool should have all this great features where in we can overcome the application silos and build our enterprise wide data warehouses in an efficient way&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br/&gt;The next breed should have great analytics capabilities great user interfaces and also could be used to do data integration &amp;amp; data quality assessments&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a015715e-4ccf-4ec3-9b1d-915e77d78a20] --&gt;</description>
      <category domain="http://www.enzeecommunity.com/groups/enzee-universe/blog/tags">data</category>
      <category domain="http://www.enzeecommunity.com/groups/enzee-universe/blog/tags">guthikonda</category>
      <category domain="http://www.enzeecommunity.com/groups/enzee-universe/blog/tags">warehouse</category>
      <category domain="http://www.enzeecommunity.com/groups/enzee-universe/blog/tags">musings</category>
      <category domain="http://www.enzeecommunity.com/groups/enzee-universe/blog/tags">raj</category>
      <category domain="http://www.enzeecommunity.com/groups/enzee-universe/blog/tags">integration</category>
      <pubDate>Sat, 13 Jun 2009 03:49:41 GMT</pubDate>
      <author>gsnraj1@gmail.com</author>
      <guid>http://www.enzeecommunity.com/groups/enzee-universe/blog/2009/06/12/data-integration-musings</guid>
      <dc:date>2009-06-13T03:49:41Z</dc:date>
      <clearspace:dateToText>1 year, 2 months ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <wfw:comment>http://www.enzeecommunity.com/groups/enzee-universe/blog/comment/data-integration-musings</wfw:comment>
      <wfw:commentRss>http://www.enzeecommunity.com/groups/enzee-universe/blog/feeds/comments?blogPost=1088</wfw:commentRss>
    </item>
    <item>
      <title>The Future of Financial Reporting XBRL</title>
      <link>http://www.enzeecommunity.com/groups/enzee-universe/blog/2009/01/18/the-future-of-financial-reporting-xbrl</link>
      <description>&lt;!-- [DocumentBodyStart:b6ca30ad-3df5-4309-b2b4-16511d057eeb] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;The Future of Financial Reporting &amp;amp; Dashboarding&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;This are my view points on the next generation of Financial reporting:&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;The present day financial &amp;amp; banking investor has grown into a vehicle for a  stricter pragmatic approach towards financial reporting focussing on publicly held companies after the debacle of major fannie mae &amp;amp;  livedooor to name a few.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;Financial account AVP's &amp;amp; executives need to understand &amp;amp; adapt to a more demanding approach of the investors hence to suceed the companies need to understand this new requirements &amp;amp; leverage the compliance factors to enhance transparency.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;in the present day a stakeholder is no more a novice he is interested in knowing how the companies are run at a dogma level for example he is interested in knowing how much is an executive paid, what are the costs associated with social &amp;amp; charitable initiatives by the company &amp;amp; more.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;This change in the investors thought process had lead to major compliance initiatives like SOX, J SOX, &amp;amp; Basel two t name a few,  this compliances have lead to to a more novel concentration of stake holders on indices depending up on corporate governance, integrity of the audit process, executive compensation &amp;amp; stock ownership.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;Now one of the primary initiatives in the past few Years are IFRS reporting based upon the directives of International accounting standard board (IASB) which is music to the ears of prospective investors &amp;amp; stack holders as they can analyze &amp;amp; invest in the companies with more confidence at the same point in time this structure brings more complex requirements for the account executives etc.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;So the FASB &amp;amp; IFRS are focussing on a principles based approach rather than a rule based one &amp;amp; this makes the financial executives uneasy due to complex processes but at the same time IFRS has a fair value accounting approach where in assets &amp;amp; liabilities are marked to a market proposition or value rather than a historical value.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;So the core focus of investors has been to gain an insight into the financial &amp;amp; non financial metric's of business continuity to maintain the business and sustain the business in a long run.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;A large chunk of the fortune companies like Alcoa, PNC, Citigroup, Kia, Walmart to name a few  are now interested in having a better public image so they are also interested in business indicators &amp;amp; metric's belonging to social activities such as diversity hiring, working conditions work force retirement etc&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;“&lt;span style="font-size: 12pt;"&gt;ACHTUNG BABY”&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;So here comes the pivotal point ( Ice cream for our thought) of this musing &amp;amp; success&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;What is the next generation of financial reporting?&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;Well to me it seems like XBRL which comes from the family of XML which is a taxonomic hierarchical semantic tagged based markup language built upon formula, XML  elements &amp;amp; XSLT transformations.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;Source: &lt;a class="jive-link-external-small" href="http://www.xbrl.org/"&gt;www.XBRL.org&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;So lets look at a sample XBRL code snippet&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;&amp;lt;formula:formula xlink:type="resource" xlink:label="formula" implicitFiltering="true" aspectModel="dimensional" source="eg:variable1"&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;&amp;lt;formula:aspects&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;&amp;lt;formula:entityIdentifier value="'AXYZ-1234'"/&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;&amp;lt;/formula:aspects&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;&amp;lt;formula:aspects source="eg:variable 2"&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;&amp;lt;formula:period/&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;&amp;lt;formula:unit source="eg:variable3"&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;&amp;lt;formula:AddBy source="eg:variable4"/&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;&amp;lt;/formula:unit&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;&amp;lt;/formula:aspects&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;&amp;lt;/formula:formula&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;So basically here our source variable which is “1” Source&lt;/span&gt;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;Variable  2 is an period entity&lt;/span&gt;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;Variable 3 is a unit entity &amp;amp;&lt;/span&gt;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;Variable 4 is a additive entity&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;So the next generation of best of breed reporting architectures may be built on this uniformed reporting language known as XBRL&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;&lt;strong&gt;So the best practices for the next generation of financial reporting :-&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;Actively participate towards the XBRL community.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;Storing the Business specific data in XBRL format for reporting.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;Oracle, Netezza, Cognos etc should Leverage this standard of financial reporting architecture and should come up with novel ideas of sourcing tis data into their business intelligence tools.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;Building a compliant &amp;amp; competent Business Intelligence tool that could leverage upon XBRL format &amp;amp; access the XBRL data in to the Business Model &amp;amp; Mappings.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;Reduce the dependency on excel reporting it is known to the Oracle business Intelligence community that the most replaced tool today in the market for business data analysis &amp;amp; financial analysis is MS Excel.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;Aligning the process of sourcing &amp;amp; collecting the operational results, financial results, social results  &amp;amp; environmental results into a unified process.&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;Disclaimer:&lt;/span&gt;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;This are my basic view points on the best practices as an individual.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;References: Dowjones Sustainability Indices&lt;/span&gt;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;Standard &amp;amp; Poor's&lt;/span&gt;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;&lt;a class="jive-link-external-small" href="http://www.xbrl.org/"&gt;www.xbrl.org&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;&lt;a class="jive-link-external-small" href="http://www.oracle.com/"&gt;www.oracle.com&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="background: #e6e6e6 none repeat scroll 0% 0%; margin-bottom: 0in; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; line-height: 200%;"&gt;&lt;span style="font-size: 12pt;"&gt;IFRS &amp;amp; IABS website&lt;/span&gt;&lt;/p&gt;&lt;br/&gt;&lt;br/&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b6ca30ad-3df5-4309-b2b4-16511d057eeb] --&gt;</description>
      <category domain="http://www.enzeecommunity.com/groups/enzee-universe/blog/tags">analytics</category>
      <category domain="http://www.enzeecommunity.com/groups/enzee-universe/blog/tags">the_future_of_financial_reporting</category>
      <category domain="http://www.enzeecommunity.com/groups/enzee-universe/blog/tags">business_</category>
      <category domain="http://www.enzeecommunity.com/groups/enzee-universe/blog/tags">intelligence_best_</category>
      <category domain="http://www.enzeecommunity.com/groups/enzee-universe/blog/tags">practices</category>
      <category domain="http://www.enzeecommunity.com/groups/enzee-universe/blog/tags">obiee_blog</category>
      <category domain="http://www.enzeecommunity.com/groups/enzee-universe/blog/tags">financial</category>
      <pubDate>Mon, 19 Jan 2009 02:52:05 GMT</pubDate>
      <author>gsnraj1@gmail.com</author>
      <guid>http://www.enzeecommunity.com/groups/enzee-universe/blog/2009/01/18/the-future-of-financial-reporting-xbrl</guid>
      <dc:date>2009-01-19T02:52:05Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <wfw:comment>http://www.enzeecommunity.com/groups/enzee-universe/blog/comment/the-future-of-financial-reporting-xbrl</wfw:comment>
      <wfw:commentRss>http://www.enzeecommunity.com/groups/enzee-universe/blog/feeds/comments?blogPost=1093</wfw:commentRss>
    </item>
  </channel>
</rss>

