Ok, so I do have one more post before the weekend.
There is a news story (link), "Informatica and Oracle Renew OEM Partnership",that "extends the companies' existing OEM agreement for four years".
When Siebel had first introduced in 2004 its "cross-enterprise, prebuilt applications beyond the traditional legs of CRM, sales, service and marketing. The new tools move into financial analytics, workforce/employee performance management and supply chain, and supplier analytics." (see news story), they had "teamed with Redwood City, Calif.-based Informatica Corp. to provide an interface to a range of enterprise applications such as SAP, PeopleSoft and Oracle."
As an aside, Informatica is headed by Sohaib Abbasi (link), an ex-Oracle senior vice president, and who was my boss's boss's boss's boss's boss (I think, or maybe a couple of more bosses removed) when I joined Oracle in 2002.
Friday, October 20, 2006
Portlets with many rows
In a galaxy far, far away, during a time long, long back (in Bangalore, and on Aug 10 2005 actually), one of my first posts when I started the Oracle BI Blog was "Why You Should NOT Publish Large Worksheets to Portal".
This, then, can be seen as a followup post to that one.
Here, I show how it is possible to increase the number of rows that you want displayed in a Discoverer portlet in Oracle Portal.
As is my preference, I shall let the pictures say the thousand words (which, btw, if you were to try and apply to a data warehousing world, would be woefully inadequate... anyway - I digress).
I have a workbook called "Long Table", which has two worksheets. "200 Rows" returns only 200 rows, while "3300 Rows" returns surprise, surprise, 3300 rows (see the screenshot below).

So, if I publish both worksheets to an Oracle Portal page, I find that the "200 Rows" worksheet portlet displays without any problem. You can also notice the text next to the page drop down that says that you are viewing "Rows 1-25 of 200"'.
With the long table however, I have a problem. Since the default limit on the number of rows for a Discoverer portlet is 1000, there is an error text at the bottom of the portlet that says "Portlet data limits exceeded. Data shown may be incomplete".

The remedy is simple, though not something I would advise you pursue in haste.
If however you do want to do that, then, do this:
In the Oracle home where Discoverer has been installed - in this case it is "C:\ias", go to the discoverer/config folder, and locate the "configuration.xml" file.
Locate the lines that say maxDataRows='1000'.
Change it to some other value - in this case I changed it to 5000. Not advisable, I repeat, but the gun's in your hands, as are your feet, and I am only helping you point one in the direction of the other.
Restart your OC4J BI Forms service, reconnect to Oracle Portal, and refresh the portlet. I need to do that because when publishing the portlet I had specified that I never wanted to refresh the portlet.

While it is refreshing, and since it has to do the 'things' to process several thousand rows of data, it takes bit. If you see your task manager, you shall find that memory and cpu usage are not pretty sights. Therefore, another reason not to raise these limit values indiscriminately (have I said before that's not such a good idea?).
Anyway, once the portlet has refreshed, the long one mind you, you shall see that (i) it now says it is indeed capable of displaying the last row of data in the table (the 3300th row), and (ii) there is no error message at the bottom of the portlet saying that not all data was retrieved, because all data --was-- fetched.

And that's my last post for the week; I wish you a very happy Diwali, and see you in a bit.
Mike Durran shall be talking about and showing a very nice, useful, and frankly a very darn cool Discoverer feature that we have been working on for some time now. After his session is over (that would be next Thursday), I shall post more on that feature here.
Update: I forgot to add - thanks to Chandan for helping me with the information in this post.
This, then, can be seen as a followup post to that one.
Here, I show how it is possible to increase the number of rows that you want displayed in a Discoverer portlet in Oracle Portal.
As is my preference, I shall let the pictures say the thousand words (which, btw, if you were to try and apply to a data warehousing world, would be woefully inadequate... anyway - I digress).
I have a workbook called "Long Table", which has two worksheets. "200 Rows" returns only 200 rows, while "3300 Rows" returns surprise, surprise, 3300 rows (see the screenshot below).




The remedy is simple, though not something I would advise you pursue in haste.
If however you do want to do that, then, do this:
In the Oracle home where Discoverer has been installed - in this case it is "C:\ias", go to the discoverer/config folder, and locate the "configuration.xml" file.




While it is refreshing, and since it has to do the 'things' to process several thousand rows of data, it takes bit. If you see your task manager, you shall find that memory and cpu usage are not pretty sights. Therefore, another reason not to raise these limit values indiscriminately (have I said before that's not such a good idea?).


And that's my last post for the week; I wish you a very happy Diwali, and see you in a bit.
Mike Durran shall be talking about and showing a very nice, useful, and frankly a very darn cool Discoverer feature that we have been working on for some time now. After his session is over (that would be next Thursday), I shall post more on that feature here.
Update: I forgot to add - thanks to Chandan for helping me with the information in this post.
Tuesday, October 17, 2006
IDC Ranks Oracle No 1 in Business Analytics
According to this IDC report - "Worldwide Business Analytics Software 2006-2010 Forecast and 2005 Vendor Share" - that is also available on Oracle.com here (PDF), Oracle has been ranked #1 in the overall business analytics category.





View this blog in multiple languages
Thanks to the Oracle Data Mining Technologies blog, I have added links to this blog to allow you to view it in different languages - the translation is provided by Google.com
Wednesday, September 27, 2006
Spreadsheet Add-in - Refreshing multiple queries
This is a commonly requested new feature in the upcoming OracleBI Spreadsheet Add-in 10.1.2.2.
A new menu option now makes it easier to work with workbooks that contain more than one query.
As you might know, it is possible to create more than one query in a worksheet in a workbook. Each query can have it's own connection, so it is even possible to run against more than one database from within one workbook or worksheet!
Of course, if you have multiple queries, you might want to reconnect/ refresh them all in one step. This new feature in version 10.1.2.2 does exactly that.
When you open a workbook with multiple queries, you now have following menu options available: OracleBI->Refresh data, then Workbook, Worksheet or Query.
If you pick Workbook or Worksheet and multiple queries are involved, the login dialog will be displayed. It might be displayed multiple times, if the queries have different connections.
Once you have typed in username/ password, the add-in will loop through all the queries, and reconnect/ refresh the data.
In the lower left corner you will see a message on the status bar, that will display the name of the query being refreshed. As Abhinav mentioned, you can now rename queries, so instead of seeing "Refreshing Query 2..." you might see "Refreshing Sales Query 2006..." and so on.
A new menu option now makes it easier to work with workbooks that contain more than one query.
As you might know, it is possible to create more than one query in a worksheet in a workbook. Each query can have it's own connection, so it is even possible to run against more than one database from within one workbook or worksheet!
Of course, if you have multiple queries, you might want to reconnect/ refresh them all in one step. This new feature in version 10.1.2.2 does exactly that.
When you open a workbook with multiple queries, you now have following menu options available: OracleBI->Refresh data, then Workbook, Worksheet or Query.
If you pick Workbook or Worksheet and multiple queries are involved, the login dialog will be displayed. It might be displayed multiple times, if the queries have different connections.
Once you have typed in username/ password, the add-in will loop through all the queries, and reconnect/ refresh the data.
In the lower left corner you will see a message on the status bar, that will display the name of the query being refreshed. As Abhinav mentioned, you can now rename queries, so instead of seeing "Refreshing Query 2..." you might see "Refreshing Sales Query 2006..." and so on.
Tuesday, September 19, 2006
Why Is the blog getting so many hits

Some blog stats
Following up on my last post ("Why Is the blog getting so many hits"), and in response to William Robertson's comment, here are some stats from StatCounter.
As you can see, a lot of links are coming from Google, so looks people are searching for stuff, and finding the blog appear on the search results, and find their way here.
For example, if you search for "oracle business intelligence", while the first couple of results are from Oracle.com, the third hit is from the BI Blog.
Also, Mark Rittman's blog is a popular blog that people come from.
At the risk of extrapolating the last 100 hits to be representative, it seems that more and more hits to the blog are coming from searches. Though I can't figure out just how someone searching for "dog food bar graphs" landed on this blog! Search and you find that this post is the culprit, and that too it is the second search result!
The home page of the blog is very popular, and now the last post too...
As you can see, a lot of links are coming from Google, so looks people are searching for stuff, and finding the blog appear on the search results, and find their way here.
For example, if you search for "oracle business intelligence", while the first couple of results are from Oracle.com, the third hit is from the BI Blog.




Spreadsheet Add-In - non modal wizard
Short post before I get to work (am visiting Oracle at Redwood Shores in the US this week, so thanks to jet lag, getting in to work by 7AM is a breeze!).
One of the many improvemnents in the area of usability to the upcoming release of the Oracle BI Spreadsheet Add-In (10.1.2.2) is in the ability to work with your query editor wizard while making changes to your spreadsheet. In the current release of the Add-In the query editor is modal, so that once you launch it, you cannot go back into your sheet and make any formatting changes etc...
This mode of using the query wizard is not enabled by default. To enable it, you have to go to the Add-In default options screen, to the 'General' tab, and check the option that says "Keep Query Editor visible while query is active".
Once you do that, the next time you launch the query editor wizard (edit the query, add a calculation, change the layout, add a saved selection (more on that later - yes, you can now add and save and reuse saved selections from your Discoverer D4O catalog!! Yippee!), etc...) a smaller sized query editor is launced, placed at the right bottom corner of the Excel window.
Even while the query editor is active, you can drill (I drilled into Q1 of 2005), or select cells and apply a format, even as you change your query layout, or add/remove items, etc...

Pretty nice, eh?
One of the many improvemnents in the area of usability to the upcoming release of the Oracle BI Spreadsheet Add-In (10.1.2.2) is in the ability to work with your query editor wizard while making changes to your spreadsheet. In the current release of the Add-In the query editor is modal, so that once you launch it, you cannot go back into your sheet and make any formatting changes etc...
This mode of using the query wizard is not enabled by default. To enable it, you have to go to the Add-In default options screen, to the 'General' tab, and check the option that says "Keep Query Editor visible while query is active".



Pretty nice, eh?

Monday, September 18, 2006
Oracle Discoverer at OpenWorld
Thanks Abhinav for that welcome to the Oracle BI Blog.
By way of introduction, I've been at Oracle for nearly 10yrs - in fact, it will be almost 10yrs to the day while at OpenWorld. I can safely say that no two days have been the same and it is still an exciting place to work.
I started out in BI consulting and worked on various projects implementing relational data warehouses, and OLAP systems using the Express multi-dimensional data base - this was mostly for Sales Analyzer implementations. I also started using the Discoverer 3.0.7 limited production release. The great thing about working on BI projects is that you get to learn about a lot of different industries and I found myself working in banking, telecomms, travel and the pharmaceutical industry. I made the move into BI product management 6yrs ago. Prior to Oracle, I completed a PhD in computational chemistry.
Finally, I'd like to mention my upcoming session at Oracle OpenWorld. I'll be talking about Discoverer Futures around three key themes:
- Protecting existing Discoverer investments
- Extending Discoverer functionality
- Integration with the OracleBI Enterprise Edition
If you are attending this years OpenWorld, then please come along and say 'Hi'. My recommendation is to book your place at any sessions you are interested in well in advance. I know that mine is already half-full. See you in October!
By way of introduction, I've been at Oracle for nearly 10yrs - in fact, it will be almost 10yrs to the day while at OpenWorld. I can safely say that no two days have been the same and it is still an exciting place to work.
I started out in BI consulting and worked on various projects implementing relational data warehouses, and OLAP systems using the Express multi-dimensional data base - this was mostly for Sales Analyzer implementations. I also started using the Discoverer 3.0.7 limited production release. The great thing about working on BI projects is that you get to learn about a lot of different industries and I found myself working in banking, telecomms, travel and the pharmaceutical industry. I made the move into BI product management 6yrs ago. Prior to Oracle, I completed a PhD in computational chemistry.
Finally, I'd like to mention my upcoming session at Oracle OpenWorld. I'll be talking about Discoverer Futures around three key themes:
- Protecting existing Discoverer investments
- Extending Discoverer functionality
- Integration with the OracleBI Enterprise Edition
If you are attending this years OpenWorld, then please come along and say 'Hi'. My recommendation is to book your place at any sessions you are interested in well in advance. I know that mine is already half-full. See you in October!
Mere Paas BI Hai
Ok, so most people not crazy about Hindi movies will miss this post's title (translated, it means "I have BI"). For some background see this Wikipedia post (link to entry).
Anyway, the recent issue of Intelligent Enterprise has this Oracle BI ad on the back cover.
Anyway, the recent issue of Intelligent Enterprise has this Oracle BI ad on the back cover.

Sunday, September 17, 2006
Welcoming Mike Durran as the new BI blogger
Welcome Mike Durran, Discoverer and BI product manager, based out of Orace's Bristol development center in the UK, and the latest to join the BI blogworld!
Thursday, September 14, 2006
X-Treme at Oracle OpenWorld

This year, the X-Treme program (link) offers highly technical, deep-dive content through a series of intense breakout sessions and X-Treme hands-on workshops. It covers twelve tracks on various topics including business intelligence. The BI track (link) shall cover Oracle BI Suite Enterprise Edition (link to product page on OTN). There, "you will learn how to use the components of Oracle BI EE, including Oracle BI Answers, BI Dashboards, BI Advanced Reporting, BI Delivers, and BI Server Administration. Join us for deep-dive BI hands-on workshops that you won't find on the regular OpenWorld agenda."
This is an awesome way to learn more about the products and meet the people behind the products (except me, I shall not be attending OpenWorld this year

Click on the banner above or click this link to learn more about and register for X-Treme.
Here is a link to all the special programs on offer at this year's OpenWorld.
Wednesday, September 13, 2006
Rename queries in Spreadsheet Add-In 10.1.2.2

I finally got round to installing the latest internal build (see screenshot) and playing around with it a bit. The install process is as easy as it was before. Since the Add-In runs on Excel, and since Excecl is available only on Windows, the installer also is a native Windows installer that does its job in less than a minute.
One specific feature I shall look at in this post is the "Rename Query" feature.

Look at the screenshot of a query I have in Excel that connects to an Oracle Database 10.2.0.2 Analytic Workspace. By default the name given to BI queries in an Excel workbook are "Query n", where 'n' keeps incrementing by 1 whenever you add a new query to the sheet. As you would suspect, lots of scope for making it more usable - especially if you happen to have several queries in your sheet. And that is exactly what we have done in this update.


A small dialog pops up that lets you enter in a more user-friendly, descriptive name for the query. In this case I decide to name it "Yearly Measures". Click 'OK' and go back to the AddIn menu dropdown and select "Properties".

To verify that the name change has been effected, click the "Properties" menu option from the Add-In menu, and the new name will be visible.

So, to take this example below, where on a single sheet I have four BI queries, the three that I added later all have the generic name:



Discoverer 4i desupport for EBS 11i
Friday, September 08, 2006
Office - Excel, Word, PowerPoint, Outlook, and more
See Michael's post (link) - if you use any Office applications like Word, Excel, Outlook, PowerPoint, Project, Visio, InfoPath, SharePoint, etc... in the context of viewing business intelligence data - like pulling data from a data mart or data warehouse or even an ODS; if you then embellish it with Excel calculations, or charts, or create Pivot Tables; if you create PowerPoint presentations from the data; if you regularly receive emails containing summarized data or reports - let Michael or myself know. Drop me an email at abhinav.oracle@gmail.com.
And oh yes - if you are interested in and think have what it takes to be a product manager and want to work in Oracle's BI product management group - do let me know (again, drop an email at abhinav.oracle@gmail.com).
Have a great weekend!
And oh yes - if you are interested in and think have what it takes to be a product manager and want to work in Oracle's BI product management group - do let me know (again, drop an email at abhinav.oracle@gmail.com).
Have a great weekend!
Subscribe to:
Posts (Atom)