Siebel Marketing/OBIEE and cache tables

Dear,
Could someone explain to me the mechanism of the cache tables on OBIEE/SIEBEL Marketing.
For example, the MC_ASSET_MK table contains two columns GUID and QUALIFIED_ID. I understand the meaning of the QUALIFIED_ID column. But what is the meaning of the GUID column. Is it a foreign key to another table ? Which table ?
What is the difference between the two tables MC_ASSET_MK and MC_ASSET_SR ?
Thank you very much.

Creating Segments in Siebel Marketing Using Siebel Analytics Create Segment View
The create segment view is for users of the Siebel Marketing operational application, Version 7.7, integrated with Siebel Analytics.
Use the create segment view to display a Create Segment link in the results. Users can click this link to create a segment in their Siebel Marketing operational application, based on the results data.
For more information, see the online help for the Marketing Segmentation interface.
To add or modify a Siebel Analytics create segment view
In Siebel Answers, create or modify the request with which you want to work, and then perform one of the following actions:
To add a new create segment view, click the Results tab and choose Other Views > Create Segment from the views drop-down list.
To edit an existing create segment view, click the Results tab, choose Compound Layout from the views drop-down list, and then click the Edit View button for the create segment view.
When you are done, you can save the request with the create segment view

Similar Messages

  • Three questions regarding DB_KEEP_CACHE_SIZE and caching tables.

    Folks,
    In my Oracle 10g db, which I got in legacy. It has the init.ora parameter DB_KEEP_CACHE_SIZE parameter configured to 4GB in size.
    Also there are bunch of tables that were created with CACHE turned on for them.
    By querying dba_tables table , with CACHE='Y', I can see the name of these tables.
    With time, some of these tables have grown in size (no. of rows) and also some of these tables are not required to be cached any longer.
    So here is my first question
    1) Is there a query I can run , to find out , what tables are currently in the DB_KEEP_CACHE_SIZE.
    2) Also how can I find out if my DB_KEEP_CACHE_SIZE is adqueataly sized or needs to be increased in size,as some of these
    tables have grown in size.
    Third question
    I know for fact, that there are 2 tables that do not need to be cached any longer.
    So how do I make sure they do not occupy space in the DB_KEEP_CACHE_POOL.
    I tried, alter table <table_name> nocache; statement
    Now the cache column value for these in dba_tables is 'N', but if I query the dba_segments tables, the BUFFER_POOL column for them still has value of 'KEEP'.
    After altering these tables to nocache, I did bounce my database.
    Again, So how do I make sure these tables which are not required to be cached any longer, do not occupy space in the DB_KEEP_CACHE_SIZE.
    Would very much appreciate your help.
    Regards
    Ashish

    Hello,
    1) Is there a query I can run , to find out , what tables are currently in the DB_KEEP_CACHE_SIZE:You may try this query:
    select owner, segment_name, segment_type, buffer_pool
    from dba_segments
    where buffer_pool = 'KEEP'
    order by owner, segment_name;
    2) Also how can I find out if my DB_KEEP_CACHE_SIZE is adqueataly sized or needs to be increased in size,as some of these tables have grown in size.You may try to get the total size of the Segments using the KEEP BUFFER:
    select sum(bytes)/(1024*10124) "Mo"
    from dba_segments
    where buffer_pool = 'KEEP';To be sure that all the blocks of these segments (Table / Index) won't be often aged out from the KEEP BUFFER, the total size given by the above query should be less than the size of your KEEP BUFFER.
    I know for fact, that there are 2 tables that do not need to be cached any longer.
    So how do I make sure they do not occupy space in the DB_KEEP_CACHE_POOL.You just have to execute the following statement:
    ALTER TABLE <owner>.<table> STORAGE(BUFFER_POOL DEFAULT);Hope this help.
    Best regards,
    Jean-Valentin

  • Install oracle BI enterprise edition to use it with siebel marketing

    Hi guys.
    I want to install the Oracle BI Enterprise Edition in order to use it (Segmentation) from Siebel Marketing.
    To ensure the correct cooperation, between oracle BI and siebel Marketing, i have to follow some particular procedure?? or i can install Oracle BI normally and after set correctly some parameter in siebel marketing/oracle BI??
    If the answer is PARTICULAR...... WHAT??
    Thanks in advance.
    Best reguards
    Antonio

    For the OBIEE platform itself it's irrelevant whether you use Siebel Marketing or not. The differences are
    a) within Siebel - i.e. the administration screens
    b) within the BIEE rpd - i.e. the Marketing metadata objects
    ad a) Here's the official documentation: "Siebel Marketing Installation and Administration Guide"
    [http://download.oracle.com/docs/cd/B40099_02/books/MKTG_InstallAdmin/booktitle.html|http://download.oracle.com/docs/cd/B40099_02/books/MKTG_InstallAdmin/booktitle.html]
    ad b) In the Administration Tool, go to "Manage" -> "Marketing". Here you'll find the four object types:
    - Target Levels
    - Qualified List Items
    - List Catalogs
    - Conforming Dimension Links
    Cheers,
    Christi@n

  • Siebel Marketing License Key

    Helllo guys,
    We are studying the idea of implementing Siebel Marketing. So I'm trying to find the license key for Siebel Marketing. I have found one link but its for Siebel Marketing Analytics and Marketing Planning Analytics Option. So my question is are these two enough to view all functionality of the Siebel Marketing screens? Or are there any more license keys to enter?
    Regards,

    Thanks for the reply. Yes I have changed the name from <AnalyticsServerName> to the hostname..logged in and out but the Marketing and Marketing Analytics screen is blank and in the corner of the internet browser it says "Error on page"

  • OBIEE marketing and SIEBEL marketing

    Hi,
    I have to get data from Siebel Marketing(OLTP) in OBIEE 11.1.1.5 in marketing,so in OBIEE 11.1.1.5 Analytics Marketing shows no data how to do this can help me on this..

    Creating Segments in Siebel Marketing Using Siebel Analytics Create Segment View
    The create segment view is for users of the Siebel Marketing operational application, Version 7.7, integrated with Siebel Analytics.
    Use the create segment view to display a Create Segment link in the results. Users can click this link to create a segment in their Siebel Marketing operational application, based on the results data.
    For more information, see the online help for the Marketing Segmentation interface.
    To add or modify a Siebel Analytics create segment view
    In Siebel Answers, create or modify the request with which you want to work, and then perform one of the following actions:
    To add a new create segment view, click the Results tab and choose Other Views > Create Segment from the views drop-down list.
    To edit an existing create segment view, click the Results tab, choose Compound Layout from the views drop-down list, and then click the Edit View button for the create segment view.
    When you are done, you can save the request with the create segment view

  • Charts and pivot tables are not generated in Seed Cache using iBots

    Hi,
    I have been working on OBIEE cache. I encountered few issues.
    1. We scheduled ibots to run daily and deliver dashboards to seeding cache. But the cache is not getting created for some reports which have charts and pivot tables in the dashboards .
    We are using OBIEE 10.1.3.3.1.
    2. When an end user logs in and access dashboard, the query is hitting the database.
    3. The sql query for reports which got created in server cache are not the same as sql query generated when an end user logs in to access dashboard. The difference being query generated when an end user is accessing dashboard is using aggregates.
    4. Please let me know if anyone has faced same issue and any solutions.
    Any help is appreciated
    Thanks,
    Swetha

    Hi,
    I have been working on OBIEE cache. I encountered few issues.
    1. We scheduled ibots to run daily and deliver dashboards to seeding cache. But the cache is not getting created for some reports which have charts and pivot tables in the dashboards .
    We are using OBIEE 10.1.3.3.1.
    2. When an end user logs in and access dashboard, the query is hitting the database.
    3. The sql query for reports which got created in server cache are not the same as sql query generated when an end user logs in to access dashboard. The difference being query generated when an end user is accessing dashboard is using aggregates.
    4. Please let me know if anyone has faced same issue and any solutions.
    Any help is appreciated
    Thanks,
    Swetha

  • Physical query issued by Obiee when cache is on is different and slow

    When the same report runs in OBIEE 10g and cache is OFF it takes less then 1min to get results. If cache is turned ON physical query issued by Obiee is totally different and it takes 2h to get results. Has anyone experienced this with having cache on that some queries are performing poorly.
    Thanks,
    Tatjana

    We are using BI Apps Order Management and Fulfillment Analytics and all tables are cached anyway. Dimensions used are not that huge up to 40K rows. What should I check when it comes to DB query? As I said is different than one generated when cache is disabled although both have the almost the explain plan.

  • Tables in which Read mode and Cache settings are stored for Bex

    Hi BI Experts,
    We have a requirement for which we need to know the tables in which the read and cache modes are stored(locally and globally) when we change them in the query properties(In T code RSRT) of a query
    Thanks in advance
    Regards,
    M
    Edited by: madhu marupudi on Feb 5, 2009 5:30 PM

    Hi,
    Check in the following tables, these are related to Reports tables.
    RSZELTDIR Directory of the reporting component elements
    RSZELTTXT Texts of reporting component elements
    RSZELTXREF Directory of query element references
    RSRREPDIR Directory of all reports (Query GENUNIID)
    RSZCOMPDIR Directory of reporting components
    RSZRANGE Selection specification for an element
    RSZSELECT Selection properties of an element
    RSZELTDIR Directory of the reporting component elements
    RSZCOMPIC Assignment reuseable component <-> InfoCube
    RSZELTPRIO Priorities with element collisions
    RSZELTPROP Element properties (settings)
    RSZELTATTR Attribute selection per dimension element
    RSZCALC Definition of a formula element
    RSZCEL Query Designer: Directory of Cells
    RSZGLOBV Global Variables in Reporting
    Thanks
    Reddy

  • Tables for marketing attributes and relationship

    Hi anyone!
    I'm creating InfoSets in CRM and I need the tables containing marketing attributes and relationship for BPs. Does anyone of you know which tables this data is stored in???
    Regards Camilla

    Hi Camilla,
    Another option to reading tables : you can use function module CRM_MKTBP_READ_BP_LIST giving the BP guid in table IT_BP_LIST. This will give you the attribute set along with the attributes and their values assigned to the BP.
    Example call:
    Test for function group      CRM_MKTBP_DB           
    Function module              CRM_MKTBP_READ_BP_LIST 
      Import parameters               Value             
      IV_LANGU                        EN                                                                               
    Tables                          Value             
      IT_BP_LIST                         1 Entry        
                       Result:           1 Entry        
      ET_BP_ALLOCLIST                    1 Entry        
                       Result:           2 Entries      
      ET_RETURN                          0 Entries      
                       Result:           0 Entries

  • ITunes and DNS Cache Table

    I would like to submit the following information to the forum board for feedback. I had the strangest entry hit my cache table in the past hour. At this point I do not know if I have a missing link in my security or if it is time for a program patch. The first entry is the table entry. From there I began a “Whois” search. I have provided three searches for review. The security team may want to have a look.
    93.248.250.17.in-addr.arpa
    Record Name . . . . . : 93.248.250.17.in-addr.arpa
    Record Type . . . . . : 12
    Time To Live . . . . : 84614
    Data Length . . . . . : 4
    Section . . . . . . . : Answer
    PTR Record . . . . . : swquery.apple.com
    C:\>cd whosip
    C:\WhosIP>cd whosip
    C:\WhosIP\whosip>whosip -r 93.248.250.17
    WHOIS Source: RIPE NCC
    IP Address: 93.248.250.17
    Country: Germany
    Network Name: DE-TELEKOM-20080212
    Owner Name: Deutsche Telekom AG
    From IP: 93.192.0.0
    To IP: 93.255.255.255
    Allocated: Yes
    Contact Name: Deutsche Telekom LIR Role Account
    Address: Deutsche Telekom AG, Internet Services, Ammerlaender Heerstrasse 1
    38, DE 26129 Oldenburg, Germany
    Email: [email protected]
    Abuse Email:
    Phone: +49 441 234 4530
    Fax: +49 441 234 4589
    WHOIS Record:
    % This is the RIPE Whois query server #1.
    % The objects are in RPSL format.
    % Rights restricted by copyright.
    % See http://www.ripe.net/db/copyright.html
    % Information related to '93.192.0.0 - 93.255.255.255'
    inetnum: 93.192.0.0 - 93.255.255.255
    org: ORG-DTA2-RIPE
    netname: DE-TELEKOM-20080212
    descr: Deutsche Telekom AG
    country: DE
    admin-c: DTAG-RIPE
    tech-c: DTAG-RIPE
    status: ALLOCATED PA
    notify: [email protected]
    mnt-by: RIPE-NCC-HM-MNT
    mnt-lower: DTAG-NIC
    mnt-routes: DTAG-RR
    mnt-domains: DTAG-NIC
    changed: [email protected] 20080212
    source: RIPE
    organisation: ORG-DTA2-RIPE
    org-name: Deutsche Telekom AG
    org-type: LIR
    address: Deutsche Telekom AG, DT TS
    Zentraler Service
    Ammerlaender Heerstrasse 138
    D-26129 Oldenburg
    GERMANY
    phone: +49 441 234 4530
    fax-no: +49 441 234 4589
    e-mail: [email protected]
    admin-c: AK250-RIPE
    admin-c: BB3803-RIPE
    admin-c: BP32-RIPE
    admin-c: DTAG-RIPE
    admin-c: ES4155-RIPE
    admin-c: HI56-RIPE
    admin-c: HB3076-RIPE
    admin-c: IB1248-RIPE
    admin-c: KK281-RIPE
    admin-c: LB470-RIPE
    admin-c: LF1459-RIPE
    admin-c: MBT1-RIPE
    admin-c: PA3357-RIPE
    admin-c: RF2686-RIPE
    admin-c: RV32
    admin-c: SL7866-RIPE
    admin-c: SH4639-RIPE
    admin-c: VZ56-RIPE
    mnt-ref: DTAG-NIC
    mnt-ref: RIPE-NCC-HM-MNT
    mnt-by: RIPE-NCC-HM-MNT
    changed: [email protected] 20040415
    changed: [email protected] 20040901
    changed: [email protected] 20041104
    changed: [email protected] 20041104
    changed: [email protected] 20041112
    changed: [email protected] 20041112
    changed: [email protected] 20041112
    changed: [email protected] 20041119
    changed: [email protected] 20041126
    changed: [email protected] 20041130
    changed: [email protected] 20050201
    changed: [email protected] 20050207
    changed: [email protected] 20050214
    changed: [email protected] 20050215
    changed: [email protected] 20050316
    changed: [email protected] 20050426
    changed: [email protected] 20050503
    changed: [email protected] 20050509
    changed: [email protected] 20050509
    changed: [email protected] 20050509
    changed: [email protected] 20050510
    changed: [email protected] 20050510
    changed: [email protected] 20050601
    changed: [email protected] 20050609
    changed: [email protected] 20050704
    changed: [email protected] 20050704
    changed: [email protected] 20050915
    changed: [email protected] 20050921
    changed: [email protected] 20051116
    changed: [email protected] 20060103
    changed: [email protected] 20060105
    changed: [email protected] 20060116
    changed: [email protected] 20060201
    changed: [email protected] 20060201
    changed: [email protected] 20060201
    changed: [email protected] 20060201
    changed: [email protected] 20060208
    changed: [email protected] 20060209
    changed: [email protected] 20060223
    changed: [email protected] 20060227
    changed: [email protected] 20060227
    changed: [email protected] 20060310
    changed: [email protected] 20060310
    changed: [email protected] 20060310
    changed: [email protected] 20060310
    changed: [email protected] 20060314
    changed: [email protected] 20060314
    changed: [email protected] 20060314
    changed: [email protected] 20060314
    changed: [email protected] 20060314
    changed: [email protected] 20060320
    changed: [email protected] 20060321
    changed: [email protected] 20060321
    changed: [email protected] 20060327
    changed: [email protected] 20060330
    changed: [email protected] 20060404
    changed: [email protected] 20060615
    changed: [email protected] 20060623
    changed: [email protected] 20060626
    changed: [email protected] 20060626
    changed: [email protected] 20060626
    changed: [email protected] 20060703
    changed: [email protected] 20060922
    changed: [email protected] 20061012
    changed: [email protected] 20061013
    changed: [email protected] 20061023
    changed: [email protected] 20061025
    changed: [email protected] 20061106
    changed: [email protected] 20061114
    changed: [email protected] 20061205
    changed: [email protected] 20061213
    changed: [email protected] 20061229
    changed: [email protected] 20070110
    changed: [email protected] 20070116
    changed: [email protected] 20070118
    changed: [email protected] 20070118
    changed: [email protected] 20070131
    changed: [email protected] 20070320
    changed: [email protected] 20070326
    changed: [email protected] 20070329
    changed: [email protected] 20070402
    changed: [email protected] 20070524
    changed: [email protected] 20070530
    changed: [email protected] 20070530
    changed: [email protected] 20070530
    changed: [email protected] 20070531
    changed: [email protected] 20070604
    changed: [email protected] 20070604
    changed: [email protected] 20070604
    changed: [email protected] 20070605
    changed: [email protected] 20070627
    changed: [email protected] 20070629
    changed: [email protected] 20070702
    changed: [email protected] 20070710
    changed: [email protected] 20070810
    changed: [email protected] 20070810
    changed: [email protected] 20070813
    changed: [email protected] 20070814
    changed: [email protected] 20071011
    changed: [email protected] 20071101
    changed: [email protected] 20080117
    changed: [email protected] 20080229
    changed: [email protected] 20080229
    changed: [email protected] 20080304
    changed: [email protected] 20080901
    changed: [email protected] 20081121
    changed: [email protected] 20081124
    changed: [email protected] 20081124
    changed: [email protected] 20081125
    changed: [email protected] 20090103
    changed: [email protected] 20090220
    changed: [email protected] 20090220
    source: RIPE
    role: Deutsche Telekom LIR Role Account
    address: Deutsche Telekom AG
    address: Internet Services
    address: Ammerlaender Heerstrasse 138
    address: DE 26129 Oldenburg
    address: Germany
    phone: +49 441 234 4530
    fax-no: +49 441 234 4589
    e-mail: [email protected]
    admin-c: RV32
    admin-c: KK281-RIPE
    tech-c: RV32
    tech-c: BP32-RIPE
    tech-c: MBT1-RIPE
    tech-c: AK250-RIPE
    tech-c: KK281-RIPE
    tech-c: HI56-RIPE
    tech-c: LB470-RIPE
    tech-c: IB1248-RIPE
    tech-c: SH4639-RIPE
    tech-c: VZ56-RIPE
    tech-c: ES4155-RIPE
    tech-c: LF1459-RIPE
    tech-c: SL7866-RIPE
    tech-c: RF2686-RIPE
    tech-c: PA3357-RIPE
    tech-c: BB3803-RIPE
    tech-c: HB3076-RIPE
    nic-hdl: DTAG-RIPE
    mnt-by: DTAG-NIC
    changed: [email protected] 20090220
    source: RIPE
    % Information related to '93.192.0.0/10AS3320'
    route: 93.192.0.0/10
    descr: Deutsche Telekom AG
    Internet Service Provider
    origin: AS3320
    member-of: AS3320:RS-PA-TELEKOM
    mnt-by: DTAG-RR
    changed: [email protected] 20080213
    source: RIPE
    ***Broadbandreports.com whois search:*************
    OrgName: RIPE Network Coordination Centre
    OrgID: RIPE
    Address: P.O. Box 10096
    City: Amsterdam
    StateProv:
    PostalCode: 1001EB
    Country: NL
    ReferralServer: whois://whois.ripe.net:43
    NetRange: 93.0.0.0 - 93.255.255.255
    CIDR: 93.0.0.0/8
    NetName: 93-RIPE
    NetHandle: NET-93-0-0-0-1
    Parent:
    NetType: Allocated to RIPE NCC
    NameServer: NS-PRI.RIPE.NET
    NameServer: SEC1.APNIC.NET
    NameServer: SEC3.APNIC.NET
    NameServer: TINNIE.ARIN.NET
    NameServer: SUNIC.SUNET.SE
    NameServer: NS3.NIC.FR
    NameServer: NS-EXT.ISC.ORG
    NameServer: NS.LACNIC.NET
    Comment: These addresses have been further assigned to users in
    Comment: the RIPE NCC region. Contact information can be found in
    Comment: the RIPE database at http://www.ripe.net/whois
    RegDate: 2007-03-27
    Updated: 2007-04-03
    # ARIN WHOIS database, last updated 2009-02-27 19:10
    # Enter ? for additional hints on searching ARIN's WHOIS database
    *******MarkMonitor.com whois search:***************
    % This is the RIPE Whois query server #3.
    % The objects are in RPSL format.
    % Rights restricted by copyright.
    % See http://www.ripe.net/db/copyright.html
    % Note: This output has been filtered.
    % To receive output for a database update, use the "-B" flag.
    % Information related to '93.192.0.0 - 93.255.255.255'
    inetnum: 93.192.0.0 - 93.255.255.255
    org: ORG-DTA2-RIPE
    netname: DE-TELEKOM-20080212
    descr: Deutsche Telekom AG
    country: DE
    admin-c: DTAG-RIPE
    tech-c: DTAG-RIPE
    status: ALLOCATED PA
    mnt-by: RIPE-NCC-HM-MNT
    mnt-lower: DTAG-NIC
    mnt-routes: DTAG-RR
    mnt-domains: DTAG-NIC
    source: RIPE # Filtered
    organisation: ORG-DTA2-RIPE
    org-name: Deutsche Telekom AG
    org-type: LIR
    address: Deutsche Telekom AG, DT TS
    Zentraler Service
    Ammerlaender Heerstrasse 138
    D-26129 Oldenburg
    GERMANY
    phone: +49 441 234 4530
    fax-no: +49 441 234 4589
    e-mail: [email protected]
    admin-c: AK250-RIPE
    admin-c: BB3803-RIPE
    admin-c: BP32-RIPE
    admin-c: DTAG-RIPE
    admin-c: ES4155-RIPE
    admin-c: HI56-RIPE
    admin-c: HB3076-RIPE
    admin-c: IB1248-RIPE
    admin-c: KK281-RIPE
    admin-c: LB470-RIPE
    admin-c: LF1459-RIPE
    admin-c: MBT1-RIPE
    admin-c: PA3357-RIPE
    admin-c: RF2686-RIPE
    admin-c: RV32
    admin-c: SL7866-RIPE
    admin-c: SH4639-RIPE
    admin-c: VZ56-RIPE
    mnt-ref: DTAG-NIC
    mnt-ref: RIPE-NCC-HM-MNT
    mnt-by: RIPE-NCC-HM-MNT
    source: RIPE # Filtered
    role: Deutsche Telekom LIR Role Account
    address: Deutsche Telekom AG
    address: Internet Services
    address: Ammerlaender Heerstrasse 138
    address: DE 26129 Oldenburg
    address: Germany
    phone: +49 441 234 4530
    fax-no: +49 441 234 4589
    e-mail: [email protected]
    admin-c: RV32
    admin-c: KK281-RIPE
    tech-c: RV32
    tech-c: BP32-RIPE
    tech-c: MBT1-RIPE
    tech-c: AK250-RIPE
    tech-c: KK281-RIPE
    tech-c: HI56-RIPE
    tech-c: LB470-RIPE
    tech-c: IB1248-RIPE
    tech-c: SH4639-RIPE
    tech-c: VZ56-RIPE
    tech-c: ES4155-RIPE
    tech-c: LF1459-RIPE
    tech-c: SL7866-RIPE
    tech-c: RF2686-RIPE
    tech-c: PA3357-RIPE
    tech-c: BB3803-RIPE
    tech-c: HB3076-RIPE
    nic-hdl: DTAG-RIPE
    mnt-by: DTAG-NIC
    source: RIPE # Filtered
    % Information related to '93.192.0.0/10AS3320'
    route: 93.192.0.0/10
    descr: Deutsche Telekom AG
    Internet Service Provider
    origin: AS3320
    member-of: AS3320:RS-PA-TELEKOM
    mnt-by: DTAG-RR
    source: RIPE # Filtered

    This updates my report.
    The problem remains with iPhone version 1.1.1.
    I can replicate it consistently. Whenever I change from WiFi to EDGE or vice-versa and the IP address of a URL according to the new network's name server changes accordingly from an inside to an outside IP address or vice-versa, when I again seek to access the same URL the iPhone queries the previous IP address, rather than getting the IP address from the new network's name server. The problem does not exist if I enter the IP address directly into Safari's address bar.
    In my case, the URL is http://utilika.org. Its IP address according to the EDGE name server is 71.216.5.118. Its IP address according to my internal WiFi network's name server is 192.168.1.3.
    If I change between the networks and want the iPhone to ask the new network's name server for the same URL's IP address, I can accomplish this by powering the iPhone off and then on again.
    It would be an intelligent feature for the iPhone to notice when there is a change from one network to another and to realize that the new network's name server may not yield the same IP address as the old one, so it would perform a new DNS query when the user again requests the same URL.

  • 'use dynamic name' and 'caching properites' options for alias table...

    Hello everybody,
    can anybody please explain 'use dynamic name' and 'caching properites' options for alias tables...
    Thanks...
    eagerly waiting for a response..
    Vijay

    You want to create dynamic target table name right?
    You can refresh a variable like #GET_SESSION
    #GET_SESSION= SELECT <%=odiRef.getSession("SESS_NAME")%> FROM DUAL
    My tmp table name like TMP_#GET_SESSION
    then in your package refresh #GET_SESSION variable and you can use it.
    I hope this can be helpful
    Thanks

  • Fact's and dimension tables

    Hi Friend's
    I joined institute to learn OBIEE one of my institute mate has asked me one question that is.
    What will be the Fact and Dimesion tables for Financial projects, please tell me min 6 to 7 tables..
    Regard's
    Anusha

    Hi,
    That depends on the scope and needs.
    I usually have:
    - Account dim
    - Market dim
    - Scenario
    - Year
    - Time
    Then depending on your needsyou might want to add products, etc.

  • Siebel to OBIEE migration - Nested Aggregation Issue

    Hi
    I recently migrated from Siebel to OBIEE, now after migrating i found that i am having consistency errors at RPD level
    Error_:
    [14041] Error in measure definition for column X. Nested aggregate measure definitions are currently not supported.
    Formula for Column X:
    X= Sum(A*B)
    Where A and B are two columns from 2 different logical tables, and both A and B have aggregates like Max or Min or Avg ...
    I need someone to guide me how to fix the error and get the right data, because sometimes when we fix Error we still don't get correct values.
    regards

    Hy,
    Yes, you can't have a sum from a sum as :
    sum(sum(a)*sum(b))I suppose that you want :
    sum(a*b)You need to create a Calculation Measure Using Physical Columns to have
    this calculation a*b
    Check here how to do :
    http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/bi_admin/biadmin.html#t5s5
    And then apply the sum aggregate definition on this column
    Success
    Nico

  • Populating OBIEE event polling table S_NQ_EPT using Informatica/Stored Proc

    Hi,
    We have successfully setup OBIEE event polling Table S_NQ_EPT; and OBIEE cache purging mechanism is working fine.
    If anybody has done any setup for event polling table which gets updated after/in DAC execution Plan run using informatica/Oracle SP.
    Can anybody suggest pointers on how to insert rows in S_NQ_EPT after DAC run using informatica/DAC/Oracle Stored Procedure?
    Thanks in Advance,

    HI Srini,
    Thanks for reply.. yeah we have setup event polling table and all steps mentioned on site are done.. We want to populate event polling table after ETL run, any pointers?
    Thanks,

  • How to integrate Siebel with OBIEE ?

    Hi,
    I need a favor from you guys. Kindly let me know the procedure to integrate Siebel with OBIEE.
    According to our requirement we have to integrate Siebel 8.0 version with OBIEE 10.1.3.4 version. Kindly provide me the necessary steps/inputs so that i can integrate Siebel with OBIEE.
    Thanks in advance.
    Regards,
    Samdev

    Hi all,
    @Stijn: With regards to OBIA-specific screens I definitely agree with you. Not so sure about the basic integration though. The Integration Administration screens are normally available.
    Key item to have is the ROW_ID (or "INTEGRATION_ID" if you're talking OBIA context) in order for the integration to work...i.e. be able to jump from OBIEE to Siebel.
    The responsibilities are the other issue. Your approach is 100% sound and I'd keep that one in mind (@user8681498). I have never tested Siebel integrated OBIEE without OBIA where the security is concerned so I somehow doubt that the hand-over of usernames and the attached responsibilities for transformation into web groups works immediately.
    @user8681498: For the tables missing from the Siebel schema, those are mostly OBIA related tables - i.e. for data loading purposes rather than for authorization or integration mechanisms.
    Cheers,
    C.

Maybe you are looking for

  • Issue with Document from Template

    Hi Friends,   I am using a Document from Template step to display a set of records in my Workflow. For this i have a created a template of type excel sheet and i have linked the multi line container element from my workflow to this template. But i am

  • Import and recognize class error

    The following is a simple welcome.jsp file that I am trying to run on a local J2EE sever. As you can see it tries to import classes one being the FaqCategories.class which is located in the folder Ch03 of the WEB-INF directory. When I call the page u

  • Cloning 11.5.10.2 from RHEL3 to RHEL5

    Hi My application is running fine on RHEL3 and can to cloned to the same OS. Now I got new servers and wanted to shift on RHEL5. I can INSTALL a new instance on it using Rapid Wizard which works fine but when I try to clone my existing instance it gi

  • Find my iphone no longer allows message

    to be sent when sending sound under ios6.....Apple PLEASE PUT THIS FUNCTIONALITY BACK IN!!!!!!

  • Shooting mouse cursor beyond intended straight line between two points.

    I copied this forum question from Lightroom, and I hope this is ok because I did not know how to express the problem I am experiencing: "The photoshop brush tool interprets shift-click as a brush stroke that connects the previous brush mouse-up posit