OBIEE - XML Data Source

Bi Server Architecture With Client

About

Xml is a build-in drivers to be able to connect/read XML files in a specific format.

See OBIEE - Connection Pool

Management

Connection URL

  • 12C
VALUEOF(NQ_SESSION.SERVICEINSTANCEROOT)/data/
  • Local file
c:\obieeXml\

File format

Example

<?xml version="1.0" encoding="UTF-8"?>
<Table Name="CON_DATA">
<CON_DATA>
<CON_NAME>15</CON_NAME>
<CON_DSN>1</CON_DSN>
<CON_USER>1</CON_USER>
<CON_PWD>1</CON_PWD>
</CON_DATA>
</Table>

or

<XML ID="12345">
    <test>
        <row>
            <field1>00</field1>
            <field2>01</field2>
        </row>
        <row>
            <field1>10</field1>
            <field2>11</field2>
        </row>
        <row>
            <field1>20</field1>
            <field2>21</field2>
        </row>
    </test>
</XML>

Documentation / Reference





Discover More
Obiee Connection Pool
OBIEE - Connection Pool

This articles regroups all the articles and talk the connection pool features of the BI Server such as: the connection script tab ... see below 10G 11G To automate connection pool changes...
Bi Server Architecture With Client
OBIEE - Data Source (Oracle Analytics Adapter)

Oracle BI Server has an extensible and open connectivity layer with a set of adapters that are responsible for communicating with source data servers. An Oracle Analytics Adapter is a dynamically loaded...
Obiee Agent Cache Seeding
OBIS 10G/11G - BI Server (Logical Query|Result) Cache

Query caching is a persistent cache mechanism. When you ask for data with a query, the data are retrieved from the cache instead to ask again the data source. The BI Server Query Cache The Presentation...



Share this page:
Follow us:
Task Runner