OBIEE 11g performance problem

Hi,
I am facing a performance problem in OBIEE 11g. When I run the query taking from nqquery.log in database, it is giving me the result within few seconds. But In the OBIEE Answers the query runs forever not showing any data.
Attaching the query below.
Please help to solve.
Thanks
Titas
[2012-10-16T18:07:34.000+00:00] [OracleBIServerComponent] [TRACE:2] [USER-23] [] [ecid: 3a39339b45a46ab4:-70b1919f:13a1f282668:-8000-00000000000769b2] [tid: 44475940] [requestid: 26e1001e] [sessionid: 26e10000] [username: weblogic] -------------------- General Query Info: [[
Repository: Star, Subject Area: BM_BG Pascua Lama, Presentation: BG PL Project Analysis
[2012-10-16T18:07:34.000+00:00] [OracleBIServerComponent] [TRACE:2] [USER-18] [] [ecid: 3a39339b45a46ab4:-70b1919f:13a1f282668:-8000-00000000000769b2] [tid: 44475940] [requestid: 26e1001e] [sessionid: 26e10000] [username: weblogic] -------------------- Sending query to database named XXBG Pascua Lama (id: <<26911>>), connection pool named Connection Pool, logical request hash e3feca59, physical request hash 5ab00db6: [[
WITH
SAWITH0 AS (select sum(T6051.COST_AMT_PROJ_RATE) as c1,
sum(T6051.COST_AMOUNT) as c2,
T6051.AFE_NUMBER as c3,
T6051.BUDGET_OWNER as c4,
T6051.COMMENTS as c5,
T6051.COMMODITY as c6,
T6051.COST_PERIOD as c7,
T6051.COST_SOURCE as c8,
T6051.COST_TYPE as c9,
T6051.DATA_SEL as c10,
T6051.FACILITY as c11,
T6051.HISTORICAL as c12,
T6051.OPERATING_UNIT as c13,
T5633.project_number as c14,
T5637.task_number as c15
from
(SELECT project_id proj_id
,segment1 project_number
,org_id
FROM pa.pa_projects_all
WHERE org_id IN (825, 865, 962, 2161)) T5633,
(SELECT project_id proj_id
,task_id
,task_number
,task_name
FROM pa.pa_tasks) T5637,
(SELECT xxbg_pl_proj_analysis_cost_v.AFE_NUMBER,
xxbg_pl_proj_analysis_cost_v.BUDGET_OWNER,
xxbg_pl_proj_analysis_cost_v.COMMENTS,
xxbg_pl_proj_analysis_cost_v.COMMODITY,
xxbg_pl_proj_analysis_cost_v.COST_PERIOD,
xxbg_pl_proj_analysis_cost_v.COST_SOURCE,
xxbg_pl_proj_analysis_cost_v.COST_TYPE,
xxbg_pl_proj_analysis_cost_v.FACILITY,
xxbg_pl_proj_analysis_cost_v.HISTORICAL,
xxbg_pl_proj_analysis_cost_v.PO_NUMBER_COST_CONTROL,
xxbg_pl_proj_analysis_cost_v.PREVIOUS_PROJECT,
xxbg_pl_proj_analysis_cost_v.PREV_AFE_NUMBER,
xxbg_pl_proj_analysis_cost_v.PREV_COST_CONTROL_ACC_CODE,
xxbg_pl_proj_analysis_cost_v.PREV_COST_TYPE,
xxbg_pl_proj_analysis_cost_v.PROJECT_NUMBER,
xxbg_pl_proj_analysis_cost_v.SUPPLIER_NAME,
xxbg_pl_proj_analysis_cost_v.TASK_DESCRIPTION,
xxbg_pl_proj_analysis_cost_v.TASK_NUMBER,
xxbg_pl_proj_analysis_cost_v.TRANSACTION_NUMBER,
xxbg_pl_proj_analysis_cost_v.WORK_PACKAGE,
xxbg_pl_proj_analysis_cost_v.WP_OWNER,
xxbg_pl_proj_analysis_cost_v.OPERATING_UNIT,
xxbg_pl_proj_analysis_cost_v.DATA_SEL,
pa_periods_all.PERIOD_NAME,
xxbg_pl_proj_analysis_cost_v.ORG_ID,
xxbg_pl_proj_analysis_cost_v.COST_AMT_PROJ_RATE COST_AMT_PROJ_RATE,
xxbg_pl_proj_analysis_cost_v.COST_AMOUNT COST_AMOUNT,
xxbg_pl_proj_analysis_cost_v.project_id,
xxbg_pl_proj_analysis_cost_v.task_id
FROM (select xpac.*,
decode(xpac.historical, 'Y', 'Historical', 'N', 'Current') data_sel
from apps.xxbg_pl_proj_analysis_cost_v xpac
union
select xpac.*, 'All' data_sel
from apps.xxbg_pl_proj_analysis_cost_v xpac) xxbg_pl_proj_analysis_cost_v,
(select period_name, org_id from apps.pa_periods_all) pa_periods_all
WHERE ((xxbg_pl_proj_analysis_cost_v.ORG_ID = pa_periods_all.ORG_ID))
AND (xxbg_pl_proj_analysis_cost_v.ORG_ID IN (825,865,962,2161))
AND (APPS.XXBG_PL_PA_COMMITMENT_PKG.GET_LAST_DAY(xxbg_pl_proj_analysis_cost_v.COST_PERIOD) <=
APPS.XXBG_PL_PA_COMMITMENT_PKG.GET_LAST_DAY(pa_periods_all.PERIOD_NAME))) T6051
where ( T5633.proj_id = T5637.proj_id and T5633.project_number = 'SUDPALAPAS11' and T5637.proj_id = T6051.PROJECT_ID and T5637.task_id = T6051.TASK_ID and T5637.task_number = '2100.2000.01.BC0100' and T6051.DATA_SEL = 'All' and T6051.OPERATING_UNIT = 'Compañía Minera Nevada SpA' and T6051.PERIOD_NAME = 'JUL-12' )
group by T5633.project_number, T5637.task_number, T6051.AFE_NUMBER, T6051.BUDGET_OWNER, T6051.COMMENTS, T6051.COMMODITY, T6051.COST_PERIOD, T6051.COST_SOURCE, T6051.COST_TYPE, T6051.DATA_SEL, T6051.FACILITY, T6051.HISTORICAL, T6051.OPERATING_UNIT)
select D1.c1 as c1, D1.c2 as c2, D1.c3 as c3, D1.c4 as c4, D1.c5 as c5, D1.c6 as c6, D1.c7 as c7, D1.c8 as c8, D1.c9 as c9, D1.c10 as c10, D1.c11 as c11, D1.c12 as c12, D1.c13 as c13, D1.c14 as c14, D1.c15 as c15, D1.c16 as c16 from ( select distinct 0 as c1,
D1.c3 as c2,
D1.c4 as c3,
D1.c5 as c4,
D1.c6 as c5,
D1.c7 as c6,
D1.c8 as c7,
D1.c9 as c8,
D1.c10 as c9,
D1.c11 as c10,
D1.c12 as c11,
D1.c13 as c12,
D1.c14 as c13,
D1.c15 as c14,
D1.c2 as c15,
D1.c1 as c16
from
SAWITH0 D1
order by c13, c14, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12 ) D1 where rownum <= 65001

Hi Titas,
with such problems typically, at least for me, the cause turns out to be something simple and embarrassing like:
- I am connected to another database,
- The database is right but I have made some manual adjustments without committing them,
- I have got the wrong query from the query log,
- I have got the right query but my request is based on multiple queries.
Do other OBIEE reports work fine?
Have you tried removing columns one by one to see whether it makes a difference?
-JR

Similar Messages

  • OBIEE 11g - serious problem when rotating columns into "table prompt" area

    Hi, I'm hitting an OBIEE 11g issue that's causing huge problems on reports. Essentially, the problem is this - if I dump all the columns of a query to a table, everything looks fine. But if I rotate one of the columns into the "table prompts" area, OBIEE is actually resubmitting a WRONG query. The query format changes from:
    WITH
    SAWITH0 AS (select sum(T38965.ORIGINAL_BUDGET) as c1,
    T12637.ORG_ID_DESC as c2
    from
    GL_ANALYTICS.DIM_ACCOUNT T12582,
    GL_ANALYTICS.DIM_ORG T12637,
    GL_ANALYTICS.DIM_ACCOUNTING_PERIOD T12597,
    GL_ANALYTICS.FACT_LEDGER T38965 / FACT_LEDGER_ytd */*
    where  ( T12582.ACCOUNT_KEY = T38965.ACCOUNT_KEY and T12582.STATEMENT_TYPE_CODE = 'Income Statement' and T12597.ACCOUNTING_PERIOD = 11 and T12597.FISCAL_YEAR = T38965.FISCAL_YEAR and T12597.FISCAL_YEAR = 2012 and T12637.ORG_KEY = T38965.ORG_KEY and T38965.FISCAL_YEAR = 2012 and (T12637.DEPARTMENT_CODE_DESC in ('D0200 - Arts Administration', 'D0206 - Film Studies')) and T12597.ACCOUNTING_PERIOD >= T38965.ACCOUNTING_PERIOD )
    group by T12637.ORG_ID_DESC)
    select D1.c1 as c1, D1.c2 as c2, D1.c3 as c3 from ( select distinct 0 as c1,
    D1.c2 as c2,
    D1.c1 as c3
    from
    SAWITH0 D1
    order by c2 ) D1 where rownum <= 65001
    and changes to:
    WITH
    SAWITH0 AS (select distinct T12637.ORG_ID_DESC as c1
    from
    GL_ANALYTICS.DIM_ACCOUNT T12582,
    GL_ANALYTICS.DIM_ORG T12637,
    GL_ANALYTICS.DIM_ACCOUNTING_PERIOD T12597,
    GL_ANALYTICS.FACT_LEDGER T38927 / FACT_LEDGER_period */*
    where  ( T12582.ACCOUNT_KEY = T38927.ACCOUNT_KEY and T12597.ACCOUNTING_PERIOD = T38927.ACCOUNTING_PERIOD and T12597.FISCAL_YEAR = T38927.FISCAL_YEAR and T12582.STATEMENT_TYPE_CODE = 'Income Statement' and T12597.ACCOUNTING_PERIOD = 11 and T12597.FISCAL_YEAR = 2012 and T12637.ORG_KEY = T38927.ORG_KEY and T38927.ACCOUNTING_PERIOD = 11 and T38927.FISCAL_YEAR = 2012 and (T12637.DEPARTMENT_CODE_DESC in ('D0200 - Arts Administration', 'D0206 - Film Studies')) ) ),
    SAWITH1 AS (select sum(T38965.ORIGINAL_BUDGET) as c1,
    T12637.ORG_ID_DESC as c2
    from
    GL_ANALYTICS.DIM_ACCOUNT T12582,
    GL_ANALYTICS.DIM_ORG T12637,
    GL_ANALYTICS.DIM_ACCOUNTING_PERIOD T12597,
    GL_ANALYTICS.FACT_LEDGER T38965 / FACT_LEDGER_ytd */*
    where  ( T12582.ACCOUNT_KEY = T38965.ACCOUNT_KEY and T12582.STATEMENT_TYPE_CODE = 'Income Statement' and T12597.ACCOUNTING_PERIOD = 11 and T12597.FISCAL_YEAR = T38965.FISCAL_YEAR and T12597.FISCAL_YEAR = 2012 and T12637.ORG_KEY = T38965.ORG_KEY and T38965.FISCAL_YEAR = 2012 and (T12637.DEPARTMENT_CODE_DESC in ('D0200 - Arts Administration', 'D0206 - Film Studies')) and T12597.ACCOUNTING_PERIOD >= T38965.ACCOUNTING_PERIOD )
    group by T12637.ORG_ID_DESC),
    SAWITH2 AS ((select distinct 0 as c1,
    D1.c1 as c2,
    cast(NULL as  DOUBLE PRECISION  ) as c3
    from
    SAWITH0 D1
    union all
    select distinct 1 as c1,
    D1.c2 as c2,
    D1.c1 as c3
    from
    SAWITH1 D1))
    select D1.c1 as c1, D1.c2 as c2, D1.c3 as c3 from ( select D1.c1 as c1,
    D1.c2 as c2,
    D1.c3 as c3
    from
    SAWITH2 D1
    order by c1, c2 ) D1 where rownum <= 65001
    I completely do not understand what is going on here. The second query has a ton of problems. First off, it's doing some type of UNION operation - no idea why it's doing that. And the real problem is that it's unioning results from a different fact table, FACT_LEDGER_period instead of FACT_LEDGER_ytd, which is completely screwing up our results.
    Long and short, I simply don't understand at all why the query should change just from rotating a column up into the table prompt area.
    Any ideas?
    Thanks,
    Scott

    Hi Scott,
    I see the query to be valid with each CTE doing the following Jobs.....
    1. I understand that this particular query is being generated to get the unique "ORG_ID_DESC " to fill up the table prompts.
    SAWITH0 AS (select distinct T12637.ORG_ID_DESC as c1
    from
    GL_ANALYTICS.DIM_ACCOUNT T12582,
    GL_ANALYTICS.DIM_ORG T12637,
    GL_ANALYTICS.DIM_ACCOUNTING_PERIOD T12597,
    GL_ANALYTICS.FACT_LEDGER T38927 / FACT_LEDGER_period /
    where ( T12582.ACCOUNT_KEY = T38927.ACCOUNT_KEY and T12597.ACCOUNTING_PERIOD = T38927.ACCOUNTING_PERIOD and T12597.FISCAL_YEAR = T38927.FISCAL_YEAR and T12582.STATEMENT_TYPE_CODE = 'Income Statement' and T12597.ACCOUNTING_PERIOD = 11 and T12597.FISCAL_YEAR = 2012 and T12637.ORG_KEY = T38927.ORG_KEY and T38927.ACCOUNTING_PERIOD = 11 and T38927.FISCAL_YEAR = 2012 and (T12637.DEPARTMENT_CODE_DESC in ('D0200 - Arts Administration', 'D0206 - Film Studies')) ) )
    2. This particular query is to get each prompt value and its corresponding data
    SAWITH1 AS (select sum(T38965.ORIGINAL_BUDGET) as c1,
    T12637.ORG_ID_DESC as c2
    from
    GL_ANALYTICS.DIM_ACCOUNT T12582,
    GL_ANALYTICS.DIM_ORG T12637,
    GL_ANALYTICS.DIM_ACCOUNTING_PERIOD T12597,
    GL_ANALYTICS.FACT_LEDGER T38965 / FACT_LEDGER_ytd /
    where ( T12582.ACCOUNT_KEY = T38965.ACCOUNT_KEY and T12582.STATEMENT_TYPE_CODE = 'Income Statement' and T12597.ACCOUNTING_PERIOD = 11 and T12597.FISCAL_YEAR = T38965.FISCAL_YEAR and T12597.FISCAL_YEAR = 2012 and T12637.ORG_KEY = T38965.ORG_KEY and T38965.FISCAL_YEAR = 2012 and (T12637.DEPARTMENT_CODE_DESC in ('D0200 - Arts Administration', 'D0206 - Film Studies')) and T12597.ACCOUNTING_PERIOD >= T38965.ACCOUNTING_PERIOD )
    group by T12637.ORG_ID_DESC)
    3. This particular query, I understand is to get the following data (Sample data) relating the prompts and their corresponding data
    column (c1) ;column (c2 ie ORG_ID_DESC); column(C3 ie sum(T38965.ORIGINAL_BUDGET))
    0;               ORG_ID_DESC1; NULL
    1;               ORG_ID_DESC1;10
    0;               ORG_ID_DESC2;NULL
    1;               ORG_ID_DESC2;40
    0;               ORG_ID_DESC3;NULL
    1;               ORG_ID_DESC3;29.8
    SAWITH2 AS ((select distinct 0 as c1,
    D1.c1 as c2,
    cast(NULL as DOUBLE PRECISION ) as c3
    from
    SAWITH0 D1
    union all
    select distinct 1 as c1,
    D1.c2 as c2,
    D1.c1 as c3
    from
    SAWITH1 D1))
    4. The last select statement does nothing but selecting the needed data which later gets arranged in the format as needed by the OBIPS
    select D1.c1 as c1, D1.c2 as c2, D1.c3 as c3 from ( select D1.c1 as c1,
    D1.c2 as c2,
    D1.c3 as c3
    from
    SAWITH2 D1
    order by c1, c2 ) D1 where rownum <= 65001
    Now, on the table being chosen for picking up "ORG_ID_DESC" might be pretty much depending on the best source available as you know. If you would like BI Server to pick up any particular source, probably you could try the "LTS Priority Group" way.
    Hope I was clear and it helps.
    Thank you,
    Dhar

  • OBIEE 11G Performance Threshold

    OBIEE 11g / Teradata
    Is it worth the time and effort to build OBIEE Dashboards / Reports from a database having 500 million records. If not then what is an acceptable number i.e. 100 million? Thanks in advance.

    Hi Titas,
    with such problems typically, at least for me, the cause turns out to be something simple and embarrassing like:
    - I am connected to another database,
    - The database is right but I have made some manual adjustments without committing them,
    - I have got the wrong query from the query log,
    - I have got the right query but my request is based on multiple queries.
    Do other OBIEE reports work fine?
    Have you tried removing columns one by one to see whether it makes a difference?
    -JR

  • Strange OBIEE 11g URL problem

    Hi, I'm implementing OBIEE 11g at work, and I'm seeing something odd I've never experienced before. When I'm inside the firewall, if I go to the URL http://servername:9704/analytics, everything works fine. But if I'm outside of the firewall and use the same URL, it doesn't work (at all). Instead I have to use http://servername:9704/analytics/saw.dll?bieehome (at which point, everything works fine).
    It seems like somehow there is a redirection going on that doesn't work from outside the firewall, but is fine inside of it. Any ideas where I need to look to figure out what the problem is and fix it? (note - I'm not savy with WebLogic....)
    Thanks!
    Scott

    Hi,
    It should work for your case..
    have faced the same issue, just try with hostname. then it should worke and
    go the window/system32/drivers/ect/host......this is the way we can change url path,
    My URL path is based on my domain name and system DNS. I gave IP address and gave path like reports.abc.com
    1)
    change it the IP addresss/host name see the below path and change it
    Drive\Oracle\Middleware\instances\instance1\config\OracleBIPresentationServicesComponent\coreapplication_obips1\instanceconfig.xml**
    change it under <Hosts></Hosts> tab
    2) also change it drive:\Oracle\Middleware\instances\instance1\config\OracleBIServerComponent\coreapplication_obis1
    NQSConfig.ini file
    FMW_SECURITY_SERVICE_URL = "http://IP:9704";
    [JAVAHOST]
    JAVAHOST_HOSTNAME_OR_IP_ADDRESSES = "hostname"; # This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager
    #JAVAHOST_HOSTNAME_OR_IP_ADDRESSES = "<machine-name1>":<port_number1>,<machine-name2>:<port_number2>;
    after changing restart your BI all services and Run it it should work
    THanks
    Deva

  • OBIEE 11g Performance Tuning

    Has anyone seen a guide for tuning BI 11g? I have not been able to find a whole lot.

    Hi All,
    I am an Oracle DBA, recently in out TEST servers we have upgraded OBIEE from 10g to 11g. Actually we have installed OBIEE 11g on a separate server.
    The Data source is Oracle 10.2.0.4 and it is unchanged.
    Some reports are taking almost 60% extra time to run from the 11g OBIEE server. As I said earlier, the DB is same and both the OBI servers are accessing same DB.
    Being a DBA I am not much confident in OBI, but I need to tune the OBIEE 11g or at least need to find the root cause for the performance degradation in OBI 11g.
    I have made use of STAR TRANSFORMATION and that has reduced time in both reports from OBI 10g and 11g, but still 11g is taking around 60 - 70% time more.
    Can anybody give me the possible areas to look into in OBIEE?
    From the answers above, I have decided to compare the parameters in NQSCONFIG.INI file.
    The reports are running queries like the following:
    select <columns> from
    (select <columns>, RN
    from
    (select sum(case when T96804.CALL_IND = 1 then T96804.NUM_CT end ) as c1,
    c2
    ........ <truncated>
    ROW_NUMBER() OVER (PARTITION BY T17950.X_POA, T91870.LVL4ANC_POSTN_ID, T93168.NAME, T94899.LVL5ANC_PROD_NAME ORDER BY T17950.X_POA ASC, T91870.LVL4ANC_POSTN_ID ASC, T93168.NAME ASC, T94899.LVL5ANC_PROD_NAME ASC) as RN
    from
    W_DAY_D T17950 /* Dim_W_DAY_D_TimePeriod */ ,
    MVW_POSITION_DH T91870 /* Dim_MVW_POSITION_DH_Position_Hierarchy */ ,
    W_POSITION_D T92698 /* Dim_W_POSITION_D_Position */ ,
    W_PRODUCT_DH T94899 /* Dim_W_PRODUCT_DH_Product_Hierarchy */ ,
    W_PRODUCT_D T96701 /* Dim_W_PRODUCT_D_IMS */ ,
    W_PERSON_D T92361 /* Dim_W_PERSON_D_Contact */ ,
    W_LOV_D T93168 /* Dim_W_LOV_D_Product_Priority */ ,
    W_LOV_D T92808 /* Dim_W_LOV_D_Territory_Type */ ,
    W_CALL_ATTND_F T96804 /* Fact_W_CALL_ATTND_F [Base] */
    where ( T17950.ROW_WID = T96804.PERIOD_DAY_WID and T91870.LVL1ANC_POSTN_ID = T92698.INTEGRATION_ID and T92361.ROW_WID = T96804.CONTACT_WID and T92698.ROW_WID = T96804.OWNER_POSTN_WID and T92808.ROW_WID = T96804.X_TERR_TYPE_WID and T93168.ROW_WID = T96804.PRIORITY_WID and T92808.TYPE = 'TERR_TYPE' and T92698.TYPE_FLG = 'Y' and T92808.NAME = 'DCS' and T93168.TYPE = 'PRODUCT_PRIORITY' and T94899.LVL1ANC_PROD_ID = T96701.INTEGRATION_ID and T94899.X_RELN_TYPE = 'RETL' and T96701.DATASOURCE_NUM_ID = 2 and T96701.ROW_WID = T96804.PROD_WID and (T92361.X_SEGMENT in ('BRONZE', 'GOLD', 'SILVER')) and (T93168.NAME in ('PRIMARY', 'SECONDARY')) and (T94899.LVL5ANC_PROD_NAME in ('LEVEMIR®', 'NOVOLOG®', 'NOVOLOG® MIX 70/30', 'VICTOZA®')) and T17950.PER_NAME_MONTH between '2011/01' and '2011/10' )
    group by T17950.X_POA, T91870.LVL4ANC_POSTN_ID, T91870.LVL4_ID_POSTN, T91870.LVL6ANC_POSTN_ID, T91870.LVL6_ID_POSTN, T91870.LVL7ANC_POSTN_ID, T91870.LVL7_ID_POSTN, T91870.LVL8ANC_POSTN_ID, T91870.LVL8_ID_POSTN, T93168.NAME, T94899.LVL5ANC_PROD_NAME, case when substr(T91870.LVL4ANC_POSTN_ID , 8 , 1) = 1 then 'DCS-V' when substr(T91870.LVL4ANC_POSTN_ID , 8 , 1) = 2 then 'DCS-L' else 'DCS OTHER' end
    ) D1
    where ( D1.c14 = 1 )
    ) D2
    order by c10, c6, c8, c7

  • OBIEE 11g having problems with password protected PDF files.

    I have been able to get an analysis in OBIEE 11g to display PDF files.
    However, some of these documents contain sensitive information and must be secured. Since anyone with access to the file name
    could simply type in the proper path in the browser window, this is unacceptable. In order to try and prevent this, I created a pdf file
    that is protected with a password.
    Opening the file by itself, produces the desired results. The password is requested before the file will open.
    When I open the file through my analysis in OBIEE, Adobe reader activates, but the password is not requested and the file does not open.
    It is as if OBIEE is somehow not sensing that Adobee is asking for a password.
    Does anyone have any experience with this?

    FYI, in case anyone is interested, I found out what is going on.
    I created the original password protected PDF using Microsoft Word. I did this because I do not have a full version of Adobe Acrobat that allows me to create files.
    On a hunch, I found someone that has a full version of Acrobat, and had them create a password protected PDF file. This file worked perfectly.
    Apparently, Word is not strictly adhering to PDF guidelines, and OBIEE senses the differences, resulting in the file not opening properly.
    Something to keep in mind for anyone linking to password protected PDF files in OBIEE.

  • OBIEE 11G Count problem

    Hi Gurus,
    I want to convert to below condition to obiee.
    Database Condition like below:
    ZEROIFNULL(CAST((CAST(COUNT(CASE WHEN END_output<=.033 and END_output>='-.117' THEN END_output END) AS FLOAT)/
    CAST(NULLIFZERO (COUNT(In_PUT)) AS FLOAT)) AS DECIMAL(10,1)))*100 AS Real_Time
    In Database output is = 48
    I have converted to OBIEE like below.
    IFNULL( CAST ( COUNT(CASE WHEN "- Order Fact"."END_output" <= .033 and "- Order Fact"."END_output" >='-.117' THEN "- Order Fact"."END_output" END) AS FLOAT ), 0) / CAST(IFNULL (COUNT("- Sales Fact"."In_PUT"),0) AS FLOAT ) *100.0
    In OBIEE output is = 45
    Note: I am getting two or three count difference in OBIEE.
    I guess the problems is Decimal, how to apply decimal in obiee like (DECIMAL(10,1)))..
    Please help on this.
    Note: I have tired several methods like below but no luck still am facing problem.
    (COUNT(CASE WHEN (END_output*1.00)<=.033 and (END_output*1.00)>='-.117' THEN (END_output*1.00) END)/
    COUNT(In_PUT))*100.0
    Please help me on this ...
    Thanks

    Hi Actually,
    we have the same issue but not with case statement, the value changes bec of missing decimals, so try to put the data format to show decimals and run in a table view to see the missing decimals so u find the exact and with the associate dimension.
    Just have a work around on it.

  • Obiee 11G Installation problem

    I had uninstalled Obiee 11.1.1.6.0 from Windows7 64-bit environment due to some issues.Next time when I tried to install it in the
    same environment,the creation of ASInstance was failed due to some reason which is unknown to me.I have checked by dropping the schema
    created by RCU earlier and also created a different schema using RCU still had no luck and faced the same error on Step 13 OF 14(Configuraion
    Progress)
    A part of my error log said the following:
    Caused by: oracle.as.config.exception.LocationAlreadyUsedException: The oracle instance is not empty.  Select a different location or remove the instance at this location.
    at oracle.as.config.impl.OperationValidator.validateInstanceLocationForCreate(OperationValidator.java:206)
    at oracle.as.config.impl.OracleASInstanceImpl.create(OracleASInstanceImpl.java:79)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:249)
    Can somebody recommend a solution to the above  as I don't want to format my system.I had also tried to install Obiee on different locations still nothing worked.

    Hello,
    Have you installing both in different middleware home for example since you have already installed and configured on C:\Oracle\Middleware , then install OBIEE 11.1.1.1.6 using a simple install option on different middleware location like C:\OBIEE_Middleware.You should still be able to connect to essbase after you installing both.
    Hope this helps.Pls mark if it does.
    Thanks,
    SVS

  • Obiee 11g installation problem : Error in configuration

    after completion of installation in configuration two components got failed
    opmnctl reload and opmnctl start core application obiccs1.
    what is this two components ...can anyone explain. helps will be appreciated.
    thank you.

    after completion of installation in configuration two components got failed
    opmnctl reload and opmnctl start core application obiccs1.
    what is this two components ...can anyone explain. helps will be appreciated.
    thank you.

  • Unable to connect to DB from OBIEE 11G

    Hello experts
    I have successfully installed OBIEE 11G on my Linux machine.. On Windows machine I have installed the client tool. Both are version 11.1.1.7.0.
    I have my Tnsname.ora file saved in both Oracle_Home/network/Admin as well as OBIEE/Oracle_BI1/Network/Admin folder..
    Now my DB is on a different linux machine, so my TNSname file has the correct entry for that..
    I am able to connect to the DB from my OBIEE server machine through Putty by doing : sqlplus username/password@instance
    However, from OBIEE side, I am not able to update rowcounts nor viewing reports..
    From RPD side, I am getting errors: The connection has failed,
    From report:
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65PState: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 17001] Oracle Error code: 12154, message: ORA-12154: TNS:could not resolve the connect identifier specified at OCI call OCIServerAttach. [nQSError: 17014] Could not connect to Oracle database. (HY000)
    I have tried
    http://123obi.com/2011/03/error-the-connection-has-failed-in-obiee-11g/
    The problem persists.
    Let me know what should I do to resolve this issue..
    Thanks

    Hi,
    Lets try with these once
    First copy the TNSnames.ora and sqlnet.ora files from ur Database following location:C:\oracle\product\11.2.0\dbhome_1\NETWORK\ADMIN
    and paste these two files in ur Obiee installetion following two locations:
    D:\MWHOME\Oracle_BI1\network\admin
    D:\MWHOME\oracle_common\network\admin
    Hope if it helps you..
    Please mark......

  • I have a problem using the Obiee 11g 11.1.1.6.0

    I have installed the Oracle BI EE suite 11.1.1.6.0. in Win Xp (32bit). And I couldn't view the 'analytic' from the browser an error " Error 404: not found" and sometimes "500 : Internal server error". And I tried to restart the BI services, checked through the console and em as well. I want to whether (11.1.1.6.0) is compatible to run in the xp are is there any prerequisites to be taken care of (or) do I have to rectify any of the installation errors if any. Thank you, Kindly leave your suggestions/comments.

    938825 wrote:
    Hi Dhar,
    Actually when I try to access the Analytics, Console, Enterprise Manager ( an error occurred saying browser could not connect to the port ).
    And when I start the BI services, there only one cmd prompt pop up other than Start BI window.
    Then I checked the opmnctl cmd to the path of instances/bin/opmnctl.bat.
    The status showed all the BI components are alive.
    I am having these prbem and cudn't login into the interface and work on the Obiee 11g.
    Anyways Can you suggest me what to do right now ? I feel like trying 11.1.1.5.0 but not sure whether the problem is the version or not.
    Thank you,
    Krishna
    Edited by: 938825 on Jun 12, 2012 7:52 PM
    Edited by: 938825 on Jun 12, 2012 7:52 PMHi,
    As specified in my last reply too, here are the answers for your issues
    1) Actually when I try to access the Analytics, Console, Enterprise Manager ( an error occurred saying browser could not connect to the port ).
    Yes, if you try to access analytics on port 9704, it will error out. This is because from 11.1.1.5 onwards, simple install of OBIEE has only one weblogic server on 7001. So you must try the url http://IP:7001/analytics. If you have been trying this already, just check if there are any connectivity issues to the server or firewall etc
    2)And when I start the BI services, there only one cmd prompt pop up other than Start BI window.
    Yes, since there is only one weblogic server there will be only one command prompt.
    You could try accessing all the analytics on 7001 port and see. I think your .6 is perfectly working fine and you do not need to get back to .5
    Hope this clears.
    Thank you,
    Dhar

  • OBIEE 11g 11.1.1.6.0 to upper version Patch install problem

    Hi
    when am trying install the patch for obiee11g 11.1.1.6.0 to upper version i facing this problem
    OPatch Version : 11.1.0.9.0
    OUI Version : 11.2.0.1.0
    The OUI version is not applicable for current OPatch version.
    OPatch failed with error code = 1
    i saw this blog http://obieelive.blogspot.in/2012/07/obiee-111161-patch-from-111160-in.html
    am not under stand what the purpose of Oracle_home is it related to DB or OBI Application?
    what is purpose of ORACLE_HOME VARIABLE?
    any one guide me for installation OBIEE11g to upper version and how to install the patchs step by step
    Regards
    Leela Krishna

    995847 wrote:
    Hi
    when am trying install the patch for obiee11g 11.1.1.6.0 to upper version i facing this problem
    OPatch Version : 11.1.0.9.0_
    *>   OUI  Version : 11.2.0.1.0*
    The OUI version is not applicable for current OPatch version.
    OPatch failed with error code = 1
    i saw this blog http://obieelive.blogspot.in/2012/07/obiee-111161-patch-from-111160-in.html
    am not under stand what the purpose of Oracle_home is it related to DB or OBI Application?
    what is purpose of ORACLE_HOME VARIABLE?
    any one guide me for installation OBIEE11g to upper version and how to install the patchs step by step
    Regards
    Leela KrishnaOpatch should be higher than OUI version.. Your OPatch is outdated that's why you are receiving the above error
    you need to download the latest OPatch by searching http://support.oracle.com for 'How To Download And Install The Latest OPatch Version [ID 274526.1]'
    After which you can start with the Patching of OBIEE.
    http://www.askjohnobiee.com/2012/10/how-to-apply-obiee-11g-bundle-patch-set.html
    Please mark helpful/correct
    Thanks,
    RM

  • Performance problems on a Oracle 11G with Windows 2008 64bits.

    Hi everyone,
    I have noticed that our db is going low and low every week. My server has 16GB RAM and 10GB are dedicated to the Oracle database, this is a 11.2.0.1 with Windows 2008 R2 SP1 64bits. I like to know acording to the nexts values what you guys recommend to adjust in the init.ora:
    orcl.__db_cache_size=5402263552
    orcl.__java_pool_size=33554432
    orcl.__large_pool_size=33554432
    orcl.__pga_aggregate_target=3657433088
    orcl.__sga_target=6878658560
    orcl.__shared_io_pool_size=0
    orcl.__shared_pool_size=1308622848
    orcl.__streams_pool_size=33554432
    *.memory_target=10511974400
    *.open_cursors=5000
    *.optimizer_mode='RULE'
    *.processes=300
    Acording to the memory target on how values can be increased the processes, pga_agregate_target, etc.
    Also we have problems related to the bug Bug 9593134 that “Connections to Oracle 11g are slow and can take anywhere from 10 seconds to 2 minutes.” there is a fix on linux by removing the dns names on it but anyone have experience on windows platforms?
    Thanks for all and sorry for my english.
    Regards.
    Arturo.

    Regarding the long connection times, have you tried using network packet capture software (such as Wireshark) to determine what the client computer is doing when a connection attempt is initiated?
    The Oracle Database time model statistics, along with the system wide wait events may help you diagnose the non-connection related performance issues (you should not just look at the statistics, but instead capture the current values, wait a period of time, capture the statistics again, and compare the changes in the statistic values). A statspack report might also help you - but a 10046 trace at level 8 or 12 is more appropriate if you are able to identify a couple of sessions that experience performance problems.
    I do not suggest just blindly modifying parameters, although I am curious to know:
    * Why the session level parameter OPEN_CURSORS is set to 5000 - do you expect a single session to hold open 5,000 cursors?
    * Why are you using the deprecated RULE based optimizer?
    * Why is the MEMORY_TARGET parameter used when the SGA_TARGET and PGA_AGGREGATE target are specified?
    Charles Hooper
    http://hoopercharles.wordpress.com/
    IT Manager/Oracle DBA
    K&M Machine-Fabricating, Inc.

  • How to Perform Group By operation in OBIEE 11g

    Hi,
    I have created a report for the "Nationality count in department wise manner", since for this i need to give 'group by department' for getting correct answer...
    But in OBIEE 11g on presentation service how i need to give "Group BY" operation....for viewing correct count in nationality wise......
    Regards,
    Harry...

    Hi sai,
    U mentioned, but i couldn't clearly able to understand that.......Since to perform Group By i need to make some setting changes in content in Advanced Tab setting like that it is mentioned, but i need to perform in the following manner
    select count(nationality), nationality
    from per_all_people_f, per_all_assignment_f, hr_all_organization_units
    group by department
    Note: per_all_people_f-----------> dimension table, per_all_assignment_f--------------> fact table
    nationality from per_all_people_f and count(nationality) from per_all_assignment_f
    But department is from hr_all_organization_units--------->dim table
    I dont want to see the departments but i need to group the result in department manner that i was taking from the table hr_all_organization_units.....
    How to perform Group BY in OBIEE 11g.......
    Thanks,
    Harry.........

  • OBIEE 11g Users Time Out Problem

    Hi,
    I am using OBIEE 11g version and setup up user through weblogic console, but problem is users are logging out after 5 minutes, so how can we solve that,
    Thnaks

    OK,
    execute your query.
    Goto ST04/ detailed analysis menu Oracle session.
    Identify your session searching something like SELECT ... FROM /BIC/A* where * is your ODS name in the SQL statement.
    Click on this SQL statement and then display execution plan;
    if you aren't on Oracle then let me know what options you do have...
    put this info in the thread.
    regards,
    Olivier.

Maybe you are looking for

  • Hp officejet pro 8100 and it does not print bar codes from UPS or USPS

    have an hp officejet pro 8100 and it does not print bar codes from UPS or USPS.  Can you please please help? i have used my ipad, by HP G62-355DX Notebook and neither will give me printed bar codes.  The balance of the mailing label do print, just no

  • [JS CS3] Moving pages from one doc to another

    I'm having trouble understanding the pages.move method, when used to move pages from one file to another. With one ID file open, I want to create another file, and then move pages from the first file to the second. At this point, the new, second file

  • Where can i find (download) the content viewer icons ?

    It would be nice to have these icons, to create an in-App / in-Mag page about the provided navigation controls.

  • Multiple Assets

    My client wishes to create individual assets for al Material components, whose value is over $1000.  Settling to multiple assets will not work, because the Asset values should be exactly equal to the PO amount.  Creating WBS elements for each one of

  • How many types of routines .....

    hi gurus, how many types of routines ..... plz any one suggest how we can use .... regards, praveen