Type -2 in OBIEE

Guys,
We have type-II dimensions in our warehouse. We are using the start date and end date atttributes in the dimension to preserve the history.
So when we define the joins in the physical layer between fact and dim, I guess simply joining on the primary and foreign keys will not give what i want i guess.
So should i include any of those dim date attributes in the join?
Please guide
Thanks
prash

So I have a surrogate key and start date and end date in my dimension. What would be the generic way of joining to my fact table.
To be elaborate I have a org Dimension
The attributes are Org ID, start date, end date, AU(surrogate/natural key)
So we will have multiple ORG ID's for a particular AU's because of the different date ranges. But my surrogate key is the same in dim table
In my fact table i have my Org FKID and this point i am joining on pk-fk relationalship b/w the ORG and Fact. But i am missing something here
Should I include surrogate key in the fact table and join on the surrogate keys instead?
When the user wanted to see the old hierarchy date (08/15) and with latest fact table info(09/15) how does that work?
Should i join on surrogate key to fact table and expose the start dim and end dim date attributes to the users so that they will select the date of the hierarchies they wanted to see?
I am littile disjointed here on what is the best approach? But obviously i wanted to have one generic join condition b/w the fact and dim in physical that satisfies for every thing
please advice
thanks
prash
Edited by: Prash11 on Sep 14, 2010 5:07 PM

Similar Messages

  • SCD type 2 in OBIEE

    Hi,
    I'm relatively new to OBIEE and trying to implement slowly changing dimension type 2.-- i.e. to look up the correct record in the customer dimension (A_FICC_ACCOUNT) based on the transaction date in the fact table (A_FICC_PROFITABILITY). The customer dimension has two time stamps (start_effective_date, end_effective_date), where end_effective_date will be set to NULL for the most recent record.
    So far I've set this up as a complex join in the physical layer, as follows:
    A_FICC_ACCOUNT.ACCOUNT_ID = A_FICC_PROFITABILITY.ACCOUNT_ID
    AND
    A_FICC_PROFITABILITY.DAYID >= A_FICC_ACCOUNT.START_EFFECTIVE_DATE AND A_FICC_PROFITABILITY.DAYID < A_FICC_ACCOUNT.END_EFFECTIVE_DATE
    OR
    A_FICC_PROFITABILITY.DAYID >= A_FICC_ACCOUNT.START_EFFECTIVE_DATE AND A_FICC_ACCOUNT.END_EFFECTIVE_DATE IS NULL
    When i run a report in Answers, the generated SQL is as follows:
    select distinct T2327.YEARCAPTION as c1,
    T13994.SHORT_NAME as c2,
    T13994.RANK_W12 as c3,
    T13994.RANK_W52 as c4,
    T2327.YEARID as c5
    from
    DIM_FICC_ACCOUNT T13994 /* A_FICC_ACCOUNT */ ,
    DIM_TIME T2327 /* A_FICC_TIME */ ,
    FACT_FICC_PROFITABILITY T13406 /* A_FICC_PROFITABILITY */
    where ( T2327.SKEY = T13406.TIME_ID and T13406.ACCOUNT_ID = T13994.ACCOUNT_ID and T13994.SHORT_NAME = 'PETEROLA' and (T13406.DAYID < T13994.END_EFFECTIVE_DATE or T13994.END_EFFECTIVE_DATE is null) and T13406.DAYID >= T13994.START_EFFECTIVE_DATE )
    order by c5, c2, c3, c4
    Ran directly against the (Oracle) database using an SQL client, it gives meaningful results according to the recorded historical changes in the dimension. (see attached screenshot). In Answers, however, the results are not correct (see attached screenshot).
    http://dl.dropbox.com/u/3345113/output.jpg
    Any tips as to what might be wrong would be greatly appreciated.
    best regards
    Magnus

    Magnus,
    As mentioned customer dimension (A_FICC_ACCOUNT) is a SCD type 2, what is the primary key on this table? I don't think it is ACCOUNT_ID alone.
    Usually there exists a surrogate key to keep track of any changes, thus it is on this surrogate key a join should exist with a fact table and applying a filter end_effective date is null should produce the correct result.
    If the above scenario is not true in your case, do let me know the structure of the customer dimension and fact table (only columns associated with customer dimension), with relation ship information please.
    J
    -bifacts
    http://www.obinotes.com

  • Lookup while you type feature in OBIEE

    Hi
    I am looking for a "lookup while you type" feature for dashboard prompts in OBIEE 11g. The feature should let the user type in the search term for a filter/dimension and should suggest all possible values based on the partial search term the user is typing. Please let me know if anyone knows of any such feature. Thanks.

    You can use jQuery UI autocomplete (http://jqueryui.com/demos/autocomplete/). I use it in 10G. There is post in my blog about jQuery based autocomplete but in Russian :) (http://oracle-blog.ru/blog/16.html)

  • How can we implement scd type 2 in rpd

    Hi Experts,
    Can any one explain how to implement scd type 2  in rpd
    Thanks
    Chandrasekhar

    The Best possible solution is to implement in your DWH using your ETL tool.
    If you wan to do it in the RPD check out this link Current Employee Status with SCD Type 2 in OBIEE | Perficient Multi Shoring Blog
    Thanks,
    JD

  • Configuring OBIEE presentationservices and BI publisherwith IBM HTTP server

    HI All,
    Good evening..
    Can anybody tell me the process to configure our BI presentation services and BI publisher with IBM HTTP server (my current web server). While installation i have selected the Basic installation type and installed OBIEE with OC4J as web application server.
    Thanks a TON..!!
    Vinay

    Check this link, config is more or less same
    http://docs.oracle.com/cd/E12096_01/books/AnyInConfig/AnyInConfigSAW.html#wp1005030

  • How to calculate "same store sales"

    Hi,
    What's the best way to do "same store sales" type calculations in OBIEE? The star schema I'm working from has a "sales" fact that just includes sales per product per store per day. And our "store" dimension includes a "store open date".
    I'm just not sure of the best / fastest / easiest way to do same store sales in OBIEE. Any ideas would be greatly appreciated!
    Thx,
    Scott

    I assume you have a sales date in your fact ... you could alias your fact table to have Fact-Sales and Fact-Sales(YAGO) and then you could have Sales and Sales YAGO columns ... then in your Request select Store and Sales where Sales YAGO > 0 ... I work for a Grocer and our same store sales is a little more complicated where the actual definition of the same store can be overriden so we have a store/week/flag dimension table in addition to the Store dimension and Sales fact tables. We then select Store, Sales, Week where flag =Y ... this gets us the stores designated as same stores and not just stores with sales for the corresponding week(s) last year. We also put the current year and ly sales in columns on one row in the sales fact table so we can do a few different things such as the stores with sales last year (though that isn't the norm).

  • Adding additional font option

    Hi,
    How to add additional font option in the Column properties.
    I have to add new font type to the list, How to do this?
    Please advice.
    Thanks,
    Vino

    Those are available default font types present in OBIEE.
    For any additional formatting options you can use CSS style sheets and classes where you can specify your own Custom styles
    This blog has a good explanation of the available options
    http://obiee101.blogspot.com/2008/09/obiee-custom-css-style-class.html
    hope it helps
    Prash

  • Non-additive time dimension

    Hi, I have an issue modelling the time dimension for one of our facts (employee counts). The problem is this - when a user says "I want to see the count of employees for a given time period" - what they mean is that they want to see the count of employees as of the last day in that time period. i.e. "June employee counts" means employee counts as of 6/30, "Year 2000" employee counts means as of 12/31/2000.
    This is very similar to modelling a "ending balance" inventory type problem in OBIEE.
    I've solved this (poorly) in OBIEE by changing the aggregation to use "LAST" for the time dimension and "count(distinct(emplid))" for everything else. This works....but....the performance is horrible. If I ask for employee counts for year 2000, it appears to bring down employee counts for all 365 days in the year, then sorting them by date, then throwing away all except the last date. In other words, it brings back 364 days worth of records and then throws them away. This makes the query perform absolutely terrible. A 2 or 3 second query ends up running for minutes.
    Does anyone have a different way to solve this issue?
    Thanks,
    Scott

    Hi Christian - agree completely, I just wish OBIEE were smart enough to do the "last" bit on the 2000 row time dimension instead of the mutli-million rows fact table...
    I've thought about trying to materialize the measures, but I have a hidden "twist" on my data. In our fact table, I do NOT write a record for each day for each employee. Instead, I only write a record when something on the employee fact changes. So instead of having a hard "date" column, I instead have a "start date" and "end date", and then need to join to the reporting date dimension using a BETWEEN. I do this because most records stay unchanged for long periods of time, so instead of 365 records per employee per year, I average under 3 records per employee per year.
    I may give the multiple fact LTS a try, but truthfully I'm a big believer in simplicity (mainly because I'm lazy....) so was trying to find something easier.
    And honestly, I'd use a cube if I could, I'm a (very) old Express wiennie.
    Thanks,
    Scott

  • View Selector left position

    Hi Everyone,
    Can somebody help me, for one of my Dashboard reporting(on OBIEE 11g), I am using 'View Selector'(two VIEWS, both are Pivot views) to show an Analysis report. One of the VIEW is really wide, 'View Selector' option is showing up at top center of the report. Is there a way, to show this 'View Selector' option at the top left of the report, rather than top center. I would really appreciate it.
    This is my first posting, please let me know, if I did'nt explained it good enough.
    Jeeva

    Hi Jeeva,
    I have came across the same type of the requirement and i found a new trick to over come this type puzzles in Obiee 11g. Below is the steps for the solution;
    1) Go the the EDIT VIEW of the View Selector
    2) Select the Caption position as 'Right' in the dropdown list.
    3) Go to the Format Caption and in the Additional Formatting Options, put some Right Padding say eg: 1000 or 1500 according to the width of your view.
    4) Select Done and save the view.
    Now you can able to see the view selector in the left top corner of the view and also you can able to do the same for the right most of your view by the same trick. The only thing is that the Label of the view selector is in the right side of the dropdown rather than the left, but that should be fine i guess.
    Please Excuse if its not relevant or the one that you are expected...
    Cheers & Thanks,
    John Nelapatti

  • Can anyone provide Error code list and causes for OBIEE10g/11g ?

    Hi
    Can anyone provide Error code list and causes for OBIEE10g/11g ?
    Regards
    Srini
    Edited by: Srini on Feb 18, 2012 10:41 AM

    Hi,
    List of Bug Fixes Included In OBIEE 11.1.1.5.0
    Admin Tool
    •7538753 SAP BW IMPORT DOES NOT RETRIEVE UNIQUE NAME FOR MEASURE COLUMNS
    •10012297 ADMIN TOOL CRASH ON VERY LARGE EXPRESSIONS – OVERFLOW AT APPROX 3200 CHARACTERS
    •10032385 TABLE MISSING IN SQL “FROM” CLAUSE – FWD PORT 8308443 TO 11G
    •10045212 EQUALITY EXPRESSION IN LTS “WHERE” CAUSES INTERNAL SQORRQLIST ERROR ON QUERY
    •10264475 ADMINISTRATION’S “SHUTDOWN SERVER” MENU SHOULD BE REMOVED
    •10265121 ADMIN TOOL EXPRESSION BUILDER CRASHES ON DOUBLE-BYTE LOGICAL COLUMN NAME
    •10394725 ON-LINE MODE CHECK-IN OF DYNAMIC INIT BLOCK CAUSES [43058] REFRESH LOCK FAILURE
    Answers
    •6521146 ERROR: “NO FILTER” WHEN USING “COMBINE WITH SIMILAR REQUEST” – UNION
    •7534635 INACTIVATING DRILLDOWN ON COLUMN VALUE ALSO INACTIVATES COLUMN HEADER LINK
    •9026854 CLARIFICATION REGARDING DATA FORMAT WHEN COMBINING REQUESTS
    •9107277 KEEP THE NUMBER PRECISION IN DATABASE WHEN “DOWNLOADING TO EXCEL”
    •9524080 PIVOT TOTAL DIFFERENT TO TABLE TOTAL WHEN REPORTAGGREGATEENABLED TRUE
    •9697529 JAPANESE CHARACTER SET NOT PASSED CORRECTLY TO DRILL REPORT IN FIREFOX BROWSER
    •9871470 SORTING ON A NULL VALUED COLUMNS GIVES ASSERTION ERRORS
    •9886904 CORRECT DOC FOR ADDING CUSTOM DATE FORMAT STRING
    •9918283 CORRECT DASHBOARD FORMATTING PROBLEMS WITH SCROLLING
    •9928318 ROW HEADER MISSING AT PIVOT TABLE VIEW FOR MIGRATED REPORTS IN 11G
    •9968574 SOME UPGRADED 10G CHARTS SHOW UP JAVA EXCEPTION
    •10023165 MAPS DO NOT WORK IN MAP VIEWS WHEN JOIN COLUMN CONTAINS A “&” CHARACTER
    •10065166 GAUGE RANGE IS NOT UPDATED WHEN IT CHANGES THE FIELD VALUE
    •10078041 ACTION LINK DOES NOT WORK WHEN COMPOUND LAYOUT ONLY HAS A MAP VIEW
    •10091354 “SCALE MARKERS” OPTION IS MISSING IN VERTICAL AXIS 2
    •10147762 CANNOT SET GAUGE FOOTER (TITLE), KEEPS SHOWING “UNDEFINEDUNDEFINEDUNDEFINED”
    •10182955 BUBBLE CHART IS NOT BEHAVING AS EXPECTED
    •10213761 CONDITIONAL DASHBOARD SECTIONS (GUIDED NAVIGATION) ALWAYS RUNS REPORTS
    •10229397 CANNOT SAVE REQUEST USING STANDARD DATE FORMATS.
    •10282140 CELL IMAGE AT BLANK CELL OF PIVOT TABLE IS NOT DISPLAYED WHEN USING COND FORMAT
    •10296730 UNABLE TO USE PRESENTATION VARIABLE IN SCALE MARKERS
    •10312496 CHARTS. MEASURE LABEL IN GRAPH PROMPTS DOES NOT CHANGE CONTENT OF THE CHART
    •10312795 ACTION LINK ON COLUMN HEADING NAVIGATION DOES NOT CONSIDER PROMPT VALUES
    •10329343 CLICKING A LINE GRAPH BETWEEN TWO DATA POINTS DRILLS TO LAST VALUE IN HORIZONTAL
    •10337649 PIVOT TABLE SHOWS BUTTONS FOR SORTING ON CALCULATED ITEMS.
    •10402102 INCORRECT RESULT WHEN USING [NEW CALCULATED ITEM] PROP IN PIVOT TABLE
    •10414887 DRILL DOWNS NOT WORKING IN CHART PIVOTED TABLE SELECTED FROM VIEW SELECTOR
    •10418875 CHART SIZE IS CHANGING AFTER WEBCAT UPGRADE FROM 10G
    •10634175 GRAPH ENGINE IS NOT RESPONDING
    •10639913 COMPLETE TEXT IS NOT SAVED IN DB IF CURSOR IS MOVED AWAY DURING INSERT
    •11711658 FILTER NEEDS TO SUPPORT UNTYPE LITERAL FOR RANK OPERATOR AS 10G DOES
    •11805468 CUSTOMIZED GAUGE VIEW IS NOT CONSISTENT WHEN EXPORTED AS PDF,HTML AND XLS
    •11817696 INCORRECT FILTER IS BUILT IF FILTER IS CONTRUCTED BEFORE SELECTING REQ. COLUMNS
    •11845286 PIVOT TABLE WITH PERCENTAGES, GRAPHED PERCENTAGE VALUES DISPLAYED ARE INCORRECT
    •11894921 GRAPH LABEL OPTIONS NOT AVAILABLE IN 11G
    •11895279 INCORRECT FILTER VALUE WHEN USING ACTION LINK WITH GRAPH
    •12412666 ALL PAGES LOSES CONDITIONAL FORMATTING
    •12561361 PSE FOR BASE BUG 10295403 ON TOP OF 11.1.1.5.0 FOR GENERIC OS
    CHARTING
    •8990756 MISLEADING INFORMATION IN DOC REGARDING PIVOT TABLE SETTINGS
    DASHBOARDS
    •7459700 ABILITY TO SPECIFY FIXED COLUMN WIDTH TO A DASHBOARD PROMPT
    •10177865 OBIEE 11G : DEFAULT VALUES CANNOT BE DE-SELECTED FROM MULTI SELECT PROMPT
    •10279722 DASHBOARD SLIDER PROMPT SHOWS THUMB VALUES WITH TWO DECIMAL PLACES FOR INTEGERS
    •10279829 DASHBOARD SLIDER PROMPT SHOWS WRONG VALUES FOR “ALL COLUMN VALUES” OR “SPECIFIC
    •10310511 “REQUIRE USER INPUT” MESSAGE APPEARS THE FIRST TIME ONLY FOR THE REQUIRED PROMPT
    •10389799 DASHBOARD NAVIGATION MAY CAUSE GETELEMENTBYTAGNAME ERROR IN IE
    •10411545 PROMPT WITH BETWEEN OPERATOR AND SQL DEFAULT VALUES ARE NOT UPGRADED PROPERLY
    •11056057 ERROR WHILE UPGRADING THE DASHBOARD WITH CERTAIN FILTER FUNCTIONS
    •11076452 ABILITY TO CONSTRAIN PROMPTS AGAINST A SLIDER PROMPT
    •11717024 ERROR 500 OCCURS WHEN SETTING ACCESSIBILITY MODE TO ON
    •12620143 PSE FOR BASE BUG 12561330 ON TOP OF 11.1.1.5.0 FOR LINUX X86 [46] (PSE #602152)
    INSTALL
    •9459177 PREREQUISITES FOR DEPLOYMENT ON SEPARATE MACHINES
    •9540009 UNIXCHK.SH ENCOUNTERS HOST NOT FOUND ERROR WHEN DNS IS NOT AVAILABLE.
    •10071302 ENTERPRISE INSTALL: CONFIGURE PORTS : FORMAT OF INI FILE
    •10126542 OBIEE 11G INSTALATION FAILS AT AS INSTANCE CREATION DUE TO PERM SIZE ERROR
    •10287335 CANNOT START BISERVER1 . SWITCH TO JSSE FRAMEWORK REQUIRED
    •10302421 OBIEE 11G WINDOWS PROMPTS FOR USERNAME / PASSWORD AFTER ENCRYPTING CREDENTIALS
    •11849674 SAG: DISCREPANCY IN DOCUMENTED ORACLE DATABASE REQUIRED FOR MAPVIEWER
    MIGRATION
    •7432799 ORACLE EUL CONVERTER CRASHED WHILE GENERATING A REPOSITORY
    REL_NOTES
    •12604761 TWO STEPS OF THE UPGRADE TO 11.1.1.5.0 ARE NOT CLEARLY DOCUMENTED
    SCHEDULER
    •10036466 “RE-RUN INSTANCE(S) NOW” MENU IS NOT AVAILABLE FOR COMPLETED JOB INSTANCES
    SECURITY
    •8996295 PROVIDE DETAIL INFORMATION TO SETUP WNA(KERBEROS) FOR OBIEE AUTHENTIFICATION
    •9216995 PROVIDE LATEST DETAIL INFORMATION ABOUT HOW TO SETUP LDAP SSL FOR OBIEE
    •10194154 TECHNOTES- PROVIDE DETAIL INFORMATION TO SETUP WNA(KERBEROS) FOR OBIEE AUTHENT
    •10198837 BIEEHOME LOGIN PAGE IS NOT DISABLED EVEN AFTER ENABLING THE SSO
    •10218031 USING EXTERNAL DB TABLE TO SET ROLES SESSION VARIABLE DOESN’T ACCEPT LONG NAMES
    •10373788 IF OBJECTGUID PUBLISHED AND SAMACCOUNTNAME CHANGED USER CANNOT CONNECT ANYMORE
    •11731080 QA:SECURITY GUIDE NEEDS UPDATE FOR DEFINING A USER SESSION VARIABLE
    SERVER
    •6510747 NETWORK FAILURE DURING PHYSICAL QUERY HANGS END USER WITHOUT ERROR MESSAGE
    •6836444 OBIEE SERVER SYSTEM DATE IS WRONG AND DOES NOT MATCH MACHINE SYSTEM DATE
    •8371912 BI SERVER CRASHES ON NAVIGATION SPACE MAP RACE – SR 3-887711721
    •9433198 DOCUMENT SYSLOG ENTRIES IN SYSTEM ADMINISTRATOR’S GUIDE
    •9696424 DOC INSTANCECONFIG PARMS ALLOWEDLANGUAGES & ALLOWEDLOCALES IN SYSADMIN GUIDE
    •9954411 PSR:MOD_SUPPORTED NOT ENABLED FOR TERADATA AND CAUSES CAMPAIGN SLOW PERFORMANCE
    •10258683 REQUEST WITH COMPLEX FILTER IS CONSUMING ALMOST ALL CPU & NO SESSION IS CREATED
    •10258755 EXCEL FAILS TO CONNECT TO 11G BI SERVER USING ODBC DSN
    •10335924 REPORT-BASED TOTALS FAIL ON MEASURES CONTAINING AGGREGATION EXPRS SUCH AS FILTER
    •10374571 NEED FLEXIBILITY TO OVERRIDE HOSTNAMES WHEN CUSTOMER DNS IS INCORRECT OR BROKEN
    •10650122 PIVOT VIEW WITH UNION OF NON – COMPATABLE TYPE ERROR IN OBIEE 11G AFTER UPGRADE
    •11804596 NQQUERY LOG LEVEL 2 IS TOO VERBOSE – BACKPORT 10308263 TO 11.1.1.5
    •11809295 NQUDMLGEN NOT GENERATING UDML FILE IN UTF FORMAT
    UPGRADE
    •9886765 ERRORS ENCOUNTERED WHEN UPGRADING WEB CATALOG USING UA.BAT
    •10121344 ERROR IN LOG USING UA TO UPGRADE BI SCHEDULER SCHEMA ON SQL SERVER DATABASE
    •11069928 UPGRADE SHOULD HANDLE PROMPT WITH INCONSISTENT VALUES AS 10G DOES
    WEB_ADMIN
    •8564456 SHARED FOLDER ACCESS PERMISSION ISSUE
    •9381764 CATALOG MANAGER COPY FUNCTION NOT WORKING AS EXPECTED
    •9739865 EXITING MANAGE SESSION RESULTS IN HTTP ERROR
    •10016252 LACKING INFORMATION ON FORCEABSOLUTECOMMANDURL FOR ABSOLUTECOMMANDURLPREFIX
    •10144989 WEB CATALOG DOES NOT UPGRADE TO 11.1.1.3.0
    •10218524 VALIDATION ERROR AFTER THE UPGRADE OF WEBCATALOG TO OBIEE 11G
    •11723425 INCORRECT DEFAULT VALUE OF DEFAULTROWSDISPLAYED IN THE INSTANCECONFIG.XML
    •11827202 OPMN NOT STARTING AFTER SETTING UP THE REPLICATION AGENT
    WEB_GNRL
    •10191078 FILTER VALUES ARE RESET IN GO URL WHEN COLUMNS ARE SORTED OR RE-ARRANGED
    •10360461 NEED ABILITY TO CONTROL NEW, DASHBOARD AND OTHER HEADER LINKS
    •11780508 10G COLUMN FILTER PROMPT WITH PROMPTCAPTION ATTR NOT UPGRADING
    •12416695 TOOLTIP EMPTY IN MAPVIEWER
    WEB_INTGRT
    •10294759 FMAP-REFERENCED IMAGES IN ANALYSIS HEADERS DON’T APPEAR IN DOWNLOADS TO EXCEL
    WEB_MKTG
    •8692820 DIRECT DATABASE CAMPAIGN LOAD FORMAT COMBINED LISTS FAILS
    •9908019 SAW SERVER CRASH WHEN LOADING A PARTICULAR CAMPAIGN
    •9935859 UNGROUP OF SEGMENT BLOCKS CORRUPTS SEGMENT DEFINTION AND BAD COUNTS
    •10331355 MOVING CRITERIA WITHIN A SEGMENT’S GROUP CORRUPTS THE INCLUSION OPTIONS
    Thanks,
    RM

  • In OBIEE 11g How to Change  Import Type Local Machine to Remote Machine

    Hi All,
    I Have Installed OBIEE 11g Client tools in my Machine and server is in Other Server.when i tried to Import metadata i am getting Connection Falied error.
    When i tried to import metadata in import type option i can see only one option Local Machine that is also in Disable mode.
    how to make import type option to Remote.
    Thanks and Regards
    Kiran Kumar

    In BI EE 10g, there was no Oracle Client bundled along with BI EE. So, BI EE will use your Oracle DB Home client to connect to the database. So, when you try to connect to the database through the Repository or BI Server, it will try to find the tnsnames entry in the Oracle Client of BI EE 11g instead of your database. There are 2 options to work around this
    Copy your tnsnames.ora and Paste it to
    1. Drive:Oracle\Middleware\Oracle_BI1}network\admin
    2 Drive:Oracle\Middleware\oracle_common\network\admin
    TNS File like,
    DBName =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = Your Server IP)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = DBName)
    Thanks,
    Balaa...

  • Essbase Cube Hierarchy Types in OBIEE 11g

    All,
    Is there any documentation anywhere that explains what the different hierarchy types are for Essbase? I see the following listed, but am totally confused as to what each means and when it should be used.
    1. Fully balanced - Basically a flattened out equal level, no skips, hierarchy
    2. Unbalanced - ?
    3. Ragged Balanced - Isn't this an oxymoron?
    4. Network - ?
    5. Value - I'm seeing in blogs this is basically a Parent-Child; if so, what are 2 and 3 used for then since you can pick Ragged and Skipped Levels on the BMM layer?
    At this point, I'm trying to test out the DMDemo cube from 9.3.3 and have the Fully balanced dims working fine. I'm putting my Accounts as Value, but it won't drill past the 2nd generation. I'm putting Products as Unbalanced, but I'm not sure if this is correct. When I put Products as Ragged balanced it works, but lets you expand past where there actually is a level to the maximum depth (giving you a blank box), which doesn't look pretty at all.
    Any direction on this will be greatly appreciated as the first one is the only type I can get to work correctly.
    Thanks in Advance,
    Josh
    Edited by: JFuter on Sep 24, 2010 4:35 PM
    Edited by: JFuter on Sep 27, 2010 5:52 PM

    All,
    After re-reading the documentation, I see that only Balanced, Unbalanced, and Value are supported for Essbase. I went ahead and setup the DMDemo out of our 11.1.1.3 environment the same way I did the 9.3.3 and here's what I found. Unbalanced works when setup exactly the same as it is in 9.3.3, I dont' see any issues with it. Value on the other hand, still doesn't seem to work correctly as I can still only drill down one level. I decided to switch Accounts to Unbalanced to see if it works and it appears my cube is working totally fine in OBIEE finally. To me, it seems as though it's just a version compatibility issue. Has anyone else ran into this so far? Also, I still don't understand what the difference is between Unbalanced and Value besides the fact that Value only gives Total and Detail levels on the hierarchy. Hopefully this helps someone else!
    Thanks,
    Josh

  • Changing a field type in OBIEE 11g

    Hello. I am new here, and new to OBIEE. I have read some of the tutorials and created a repository, but will not get formal training through Oracle until next week.
    I have a simple request from a user that I need to do, and I am not sure how to do it.
    Background:
    There is a field, COUNTER1, in my physical layer that is Char(9).
    In the BMM layer, the field gets counted, so it becomes HEADCOUNT and gets defined as COUNT(COUNTER1), and it is an INT field.
    Same in Presentation Layer.
    The user wants to be able to see decimals, so I need to change it to a DOUBLE type field.
    My Question:
    Can I simply change the field type from INT to DOUBLE in the Presentation and/or BMM layers, or is it more involved than that?
    Thank you for any help that you can provide.

    Create new logical column in BMM and in column source tab  check the option "Derived from existing columns using an expression" in the expression use below formula
    1.0d * COUNTER1   --> It converst to double automatically
    where counter1 is count(physical_column) which is int
    thakns,
    Saichand

  • What needs to be done in OBIEE 11g when underlying data types change?

    I have an SQL table that I am referencing. It contains several date fields that were varchar(8). In order to do calculations, I just cast the fields as date, and performed my calculation.
    Recently, the DBA changed the fields to date type.
    I did a "View Data" and "Update row count", but it seems as if OBIEE is still treating the fields as varchar fields.
    What is the proper procedure in OBIEE 11g to recognize the changes that occurred in the underlying table?

    Hi
    In your scenario, I can suggest you can change manually to  each field lengths in physical layer.
    If you really looking one time fix then try to import the new table stricture into new rpd then save it then try to  merge original rpd . – But it is risky process ( We have two methods, patch merge and fully repository merge).
    Before doing above method take the backup original rpd and do it in your local.
    Thanks,
    Satya Ranki Reddy

  • How to check installation type in OBIEE

    Hi all,
    I need to upgrade OBIEE 11.1.1.5 to OBIEE 11.1.1.7. OBIEE 11.1.1.5 was installed by other person.
    In-Place upgrade is not possible in simple install.
    I need to check the installation type in OBIEE 11.1.1.5.
    Kindly guide me as soon as possible.
    Thanks in advance.

    Hi
    I referred the below document which provided the screenshot of the simple install
    http://gerardnico.com/wiki/dat/obiee/installation_11.1
    In that link as a part of simple install, he is getting the analytics port as 9704 and not as 7001 like you said below
    >>If it is 7001 it is Simple installation.
    Kindly confirm.
    Thanks
    RR

Maybe you are looking for

  • Opening a .swf in a separate window

    Can anyone tell me the correct syntax to use when trying to have an .swf open from a button in the main swf? The button already has some animation and rollover features and I just wnated to add that on the mouse release (or down) I want to launch the

  • Split an XML File and invoke a Web Serivce for each splits using an  XSLT

    Hi, We Have a requirement to Split an incoming XML File into chunks based on a child element and hit the target Web Service for each and every split ( i.e no of splits = no of hits on WebService). Currently, the incoming XML file is getting splitted

  • Java update 13

    System : PIX 506E ver 6.3(5) PDM 3.0(4) XP SP3 Firefox 3.0.8 and IE 6 BOTH have the same result so it is not a browser setting. JRE 6 update 11 would log errors but open the PDM. Updating java uninstalls update 11 and installs update 13. This update

  • ESOA :create RFC detination to es workspace HU2

    I want to create RFC detination to es workspace HU2, I set the router string.error like this.(NWA->Configuration Management>destinations). Error during ping operation: Connect to SAP gateway failed Connect_PM  TYPE=A ASHOST=iwdf1030.dmzwdf.sap.corp S

  • Getting SSL Certificates to JDBC Pool

    Is it possible to make container managed JDBC-pool with proxy authentication to Oracle Database using certificate obtained from request object? I mean, define a connection factory for oracle database and supply at configuration time that certificate