<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Oracle ApEx and BI Publisher</title>
	<atom:link href="http://www.rittmanmead.com/2008/04/21/oracle-apex-and-bi-publisher/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rittmanmead.com/2008/04/21/oracle-apex-and-bi-publisher/</link>
	<description>Delivered Intelligence</description>
	<lastBuildDate>Wed, 17 Mar 2010 13:47:41 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nathan Morgan</title>
		<link>http://www.rittmanmead.com/2008/04/21/oracle-apex-and-bi-publisher/comment-page-1/#comment-5199</link>
		<dc:creator>Nathan Morgan</dc:creator>
		<pubDate>Thu, 15 May 2008 13:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.rittmanmead.com/2008/04/21/oracle-apex-and-bi-publisher/#comment-5199</guid>
		<description>Francis, for APEX and BIP integration the minimum versions are APEX 10.3 with BIP 10.1.3.2 
&quot;Application Express 3.0 introduced the ability to export a report region to PDF - essentially, printing a report.&quot;
&quot; The minimum required version of BI Publisher, that supports integration with Oracle Application Express, is version 10.1.3.2. XML Publisher was renamed to BI Publisher with the 10.1.3.2 release. XML Publisher 5.6.2 does not support integration with Oracle Application Express, it cannot be used as the PDF rendering engine.&quot; 
from 
http://www.oracle.com/technology/products/database/application_express/html/configure_printing.html</description>
		<content:encoded><![CDATA[<p>Francis, for APEX and BIP integration the minimum versions are APEX 10.3 with BIP 10.1.3.2<br />
&#8220;Application Express 3.0 introduced the ability to export a report region to PDF &#8211; essentially, printing a report.&#8221;<br />
&#8221; The minimum required version of BI Publisher, that supports integration with Oracle Application Express, is version 10.1.3.2. XML Publisher was renamed to BI Publisher with the 10.1.3.2 release. XML Publisher 5.6.2 does not support integration with Oracle Application Express, it cannot be used as the PDF rendering engine.&#8221;<br />
from<br />
<a href="http://www.oracle.com/technology/products/database/application_express/html/configure_printing.html" rel="nofollow">http://www.oracle.com/technology/products/database/application_express/html/configure_printing.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linda</title>
		<link>http://www.rittmanmead.com/2008/04/21/oracle-apex-and-bi-publisher/comment-page-1/#comment-5196</link>
		<dc:creator>Linda</dc:creator>
		<pubDate>Thu, 15 May 2008 01:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.rittmanmead.com/2008/04/21/oracle-apex-and-bi-publisher/#comment-5196</guid>
		<description>I forgot to say that I was able to get this to work by joining the 2 tables in my query 1 and group by the id in query 1. I pulled the &quot;master&quot; columns out of the grouped table and placed them in the section above the table with the ID column. The mutliple details for each master then displayed in a table below the master. My concern though, is that in the next iteration of our product, there will be additional types of details that will also need to display. I did not think that I could join all of these in query 1 and do multiple group by&#039;s. So I was wondering if I could have multiple queries instead that are linked to the master query within bi pub. thx, Linda</description>
		<content:encoded><![CDATA[<p>I forgot to say that I was able to get this to work by joining the 2 tables in my query 1 and group by the id in query 1. I pulled the &#8220;master&#8221; columns out of the grouped table and placed them in the section above the table with the ID column. The mutliple details for each master then displayed in a table below the master. My concern though, is that in the next iteration of our product, there will be additional types of details that will also need to display. I did not think that I could join all of these in query 1 and do multiple group by&#8217;s. So I was wondering if I could have multiple queries instead that are linked to the master query within bi pub. thx, Linda</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linda</title>
		<link>http://www.rittmanmead.com/2008/04/21/oracle-apex-and-bi-publisher/comment-page-1/#comment-5195</link>
		<dc:creator>Linda</dc:creator>
		<pubDate>Thu, 15 May 2008 01:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.rittmanmead.com/2008/04/21/oracle-apex-and-bi-publisher/#comment-5195</guid>
		<description>I have a similar question as Sander. I am new to apex and bi pub. I see in apex that I can have multiple queries on the report query section in shared components. How can I link those 2 queries together using the join field as a master detail so that I can print a master/detail one per page for multiple masters sent from apex?</description>
		<content:encoded><![CDATA[<p>I have a similar question as Sander. I am new to apex and bi pub. I see in apex that I can have multiple queries on the report query section in shared components. How can I link those 2 queries together using the join field as a master detail so that I can print a master/detail one per page for multiple masters sent from apex?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sander</title>
		<link>http://www.rittmanmead.com/2008/04/21/oracle-apex-and-bi-publisher/comment-page-1/#comment-5031</link>
		<dc:creator>Sander</dc:creator>
		<pubDate>Thu, 24 Apr 2008 13:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.rittmanmead.com/2008/04/21/oracle-apex-and-bi-publisher/#comment-5031</guid>
		<description>Oops, the XML of my example in the previous post is &#039;interpreted&#039; ...

I meant something like this:
G_INVOICE_LIST
  G_INVOICE
    TAG1
    TAG2
    G_INVOICE_LINE_LIST
      G_INVOICE_LINE
        LINENUMBER
        TAG3
        TAG4
      /G_INVOICE_LINE
      G_INVOICE_LINE
        LINENUMBER
        TAG3
        TAG4
      /G_INVOICE_LINE
    /G_INVOICE_LINE_LIST
  /G_INVOICE
/G_INVOICE_LIST

Sorry  :)

Thx,
   Sander</description>
		<content:encoded><![CDATA[<p>Oops, the XML of my example in the previous post is &#8216;interpreted&#8217; &#8230;</p>
<p>I meant something like this:<br />
G_INVOICE_LIST<br />
  G_INVOICE<br />
    TAG1<br />
    TAG2<br />
    G_INVOICE_LINE_LIST<br />
      G_INVOICE_LINE<br />
        LINENUMBER<br />
        TAG3<br />
        TAG4<br />
      /G_INVOICE_LINE<br />
      G_INVOICE_LINE<br />
        LINENUMBER<br />
        TAG3<br />
        TAG4<br />
      /G_INVOICE_LINE<br />
    /G_INVOICE_LINE_LIST<br />
  /G_INVOICE<br />
/G_INVOICE_LIST</p>
<p>Sorry  :)</p>
<p>Thx,<br />
   Sander</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sander</title>
		<link>http://www.rittmanmead.com/2008/04/21/oracle-apex-and-bi-publisher/comment-page-1/#comment-5030</link>
		<dc:creator>Sander</dc:creator>
		<pubDate>Thu, 24 Apr 2008 13:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.rittmanmead.com/2008/04/21/oracle-apex-and-bi-publisher/#comment-5030</guid>
		<description>Hi Mark,

Currently I am using BIP happily in an APEX application. Although my setup is a bit different, BIP indeed gives me great reports.
But how does one formulate a query that returns a XML structure that contains multiple nested groups?

For example something line this:

  
    bla
    bla
    
      
        1
        bla
        bla
      
      
        2
        bla
        bla
      
    
  


Right now I use a stored procedure for this but a single query is perhaps (!?) more convenient.

BTW: Have you ever tried to generated a Table Of Contents using a RTF file? My experience is that it always pops up at the bottom of the document and not were I put it: at the top of te document.

Thx,
   Sander</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>Currently I am using BIP happily in an APEX application. Although my setup is a bit different, BIP indeed gives me great reports.<br />
But how does one formulate a query that returns a XML structure that contains multiple nested groups?</p>
<p>For example something line this:</p>
<p>    bla<br />
    bla</p>
<p>        1<br />
        bla<br />
        bla</p>
<p>        2<br />
        bla<br />
        bla</p>
<p>Right now I use a stored procedure for this but a single query is perhaps (!?) more convenient.</p>
<p>BTW: Have you ever tried to generated a Table Of Contents using a RTF file? My experience is that it always pops up at the bottom of the document and not were I put it: at the top of te document.</p>
<p>Thx,<br />
   Sander</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Rittman</title>
		<link>http://www.rittmanmead.com/2008/04/21/oracle-apex-and-bi-publisher/comment-page-1/#comment-5017</link>
		<dc:creator>Mark Rittman</dc:creator>
		<pubDate>Wed, 23 Apr 2008 19:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.rittmanmead.com/2008/04/21/oracle-apex-and-bi-publisher/#comment-5017</guid>
		<description>Hi Manish,

I&#039;ve seen BIP used on a few client sites now, my understanding is that most of them are very happy with BI Publisher. They often tend to manually add tags and so on to templates rather than rely on the wizards etc, but for general client-side reporting, it&#039;s fine (and they&#039;re generally much happier than when they used Reports).

Francis - not sure about licensing, I think you&#039;ll find that there are minimum named user levels, it&#039;s usually around a minumum of five named users, but it can often be higher (10,25 or so) - unfortunately your Oracle sales rep is the best source of this information. In terms of version, I&#039;ve been using BIP 10.1.3.2 and higher for ApEx integration, not sure about earlier releases.

regards, Mark</description>
		<content:encoded><![CDATA[<p>Hi Manish,</p>
<p>I&#8217;ve seen BIP used on a few client sites now, my understanding is that most of them are very happy with BI Publisher. They often tend to manually add tags and so on to templates rather than rely on the wizards etc, but for general client-side reporting, it&#8217;s fine (and they&#8217;re generally much happier than when they used Reports).</p>
<p>Francis &#8211; not sure about licensing, I think you&#8217;ll find that there are minimum named user levels, it&#8217;s usually around a minumum of five named users, but it can often be higher (10,25 or so) &#8211; unfortunately your Oracle sales rep is the best source of this information. In terms of version, I&#8217;ve been using BIP 10.1.3.2 and higher for ApEx integration, not sure about earlier releases.</p>
<p>regards, Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francis</title>
		<link>http://www.rittmanmead.com/2008/04/21/oracle-apex-and-bi-publisher/comment-page-1/#comment-5011</link>
		<dc:creator>Francis</dc:creator>
		<pubDate>Wed, 23 Apr 2008 13:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.rittmanmead.com/2008/04/21/oracle-apex-and-bi-publisher/#comment-5011</guid>
		<description>Hi Mark,

Very interesting.

In order to use BI Publisher with APEX, what version of BIP do we need ? 

Can we have a 1 user license to develop the templates and use a runtime version for production ?

Thanks

Francis.

P.S. Talking to Oracle Sales about APEX is sometimes complicated since they don&#039;t really know the product.</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>Very interesting.</p>
<p>In order to use BI Publisher with APEX, what version of BIP do we need ? </p>
<p>Can we have a 1 user license to develop the templates and use a runtime version for production ?</p>
<p>Thanks</p>
<p>Francis.</p>
<p>P.S. Talking to Oracle Sales about APEX is sometimes complicated since they don&#8217;t really know the product.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler Muth</title>
		<link>http://www.rittmanmead.com/2008/04/21/oracle-apex-and-bi-publisher/comment-page-1/#comment-4977</link>
		<dc:creator>Tyler Muth</dc:creator>
		<pubDate>Mon, 21 Apr 2008 20:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.rittmanmead.com/2008/04/21/oracle-apex-and-bi-publisher/#comment-4977</guid>
		<description>Manish,

I just finished my first REAL project with BI Publisher and APEX (internal app at Oracle).  I have to say that I was really impressed with how easy it was to produce exactly the output I was looking for.  Now, anyone who knows me knows that I work for Oracle (at least my badge still worked today), but all BS and marketing aside, this product really works.

Tyler</description>
		<content:encoded><![CDATA[<p>Manish,</p>
<p>I just finished my first REAL project with BI Publisher and APEX (internal app at Oracle).  I have to say that I was really impressed with how easy it was to produce exactly the output I was looking for.  Now, anyone who knows me knows that I work for Oracle (at least my badge still worked today), but all BS and marketing aside, this product really works.</p>
<p>Tyler</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manish</title>
		<link>http://www.rittmanmead.com/2008/04/21/oracle-apex-and-bi-publisher/comment-page-1/#comment-4972</link>
		<dc:creator>Manish</dc:creator>
		<pubDate>Mon, 21 Apr 2008 16:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.rittmanmead.com/2008/04/21/oracle-apex-and-bi-publisher/#comment-4972</guid>
		<description>Mark,

While Oracle is marketing BIP heavily, I have heard/read comments in various avenues about how using BIP Desktop (MS-Word) to layout reports is NOT really production-ready (to put it mildly).

In your travels, have you seen BIP successfully being used in place of Oracle Reports for production reporting to generate customer facing as well as operational reports?

Manish</description>
		<content:encoded><![CDATA[<p>Mark,</p>
<p>While Oracle is marketing BIP heavily, I have heard/read comments in various avenues about how using BIP Desktop (MS-Word) to layout reports is NOT really production-ready (to put it mildly).</p>
<p>In your travels, have you seen BIP successfully being used in place of Oracle Reports for production reporting to generate customer facing as well as operational reports?</p>
<p>Manish</p>
]]></content:encoded>
	</item>
</channel>
</rss>
