OBIEE - Populate Statement

Obi Edition

About

Populate Write-Back statement

Syntax

POPULATE "myTableName" MODE 
(
   CREATE TABLE CONNECTION POOL Database."Primary Connection"
)
AS 
select 
   employee_id as EID 
from 
   employee 
where
   employee_id <> 4 





Discover More
Obiee 11g Connection Pool Connection Script Timesten
OBIEE - Aggregate Persistence (Script)

The Aggregate Persistence functionality is the ability to: create and populate aggregate tables, and map them to the metadata repository in order to use the aggregate navigation capability of the...



Share this page:
Follow us:
Task Runner