Levels in boiee 11g

Hi,
I need to clear one concept of obiee, in which i m very much confuse. let i have *"Budget Amount"* in fact table- ABC. how can we divide that amount month wise and quarter wise. I know we can do this by level based measures but plz explain me briefly.
Thanks.....

Hi,
A level-based measure is a column whose values are always calculated to a specific level of aggregation.
To create a level based measure as the amount sold by year/quarter/month, you can:
make a copy of the Budget Amount logical column (this you can make by having a aggregation as sum(in rpd in BMM) with the column which you are going to make. ie three separate columns one for year, second for quarter and third for month)and then
-drag the logical column into its hierarchy level (you need to create a time dim hierarchy prior to do level based measures).
-or set the aggregation grain in the level tab of the logical column property.
Please refer the below for screenshots:
http://gerardnico.com/wiki/dat/obiee/measure_level_based
Award if this helps
Regards
MuRam

Similar Messages

  • Can we have Slider at dashboard level? - OBIEE 11g

    Hi All,
    We are working on OBIEE 11g (11.1.1.3.0), we have one requirement where we want to have dashboard level slider i.e. slider controlling all the graphs on dashboards.
    Currently we have around 9 charts in dashboard and all of them have their individual slider (section) for customer. We wan to put this slider at dashboard level. Is there any way we can do it in OBIEE 11g? or any workarounds?
    Thanks,
    Uttam

    Hi uttam,
    Sliders are only enabled in charts.But not for whole dashboard its not possible.
    Cheers,
    KK

  • Row level Security in 11g

    Hello,
    Is there any way to configure row level security in OBIEE 11g other than using external table? Please share your thoughts on this.
    Thanks,
    Kishore

    Check this http://www.rittmanmead.com/2012/03/obiee-11g-security-week-row-level-security/
    ~ http://cool-bi.com

  • Why Template, request and operation level approval from 11g?

    Hi All,
    I''m very new to OIM 11g and could not understand the logic behind having three categories of approval workflow, sucn as Template, operational and request level approvals? In 10 g, on the contrary, we can achieve multiple level approval using one approval process against a resource object. Having said that, i think we can also achieve a multi level approval in one BPEL process using the serial or parallel type of approval. So, a single approval process, say request level approval process can be configured to catered to multiple level of approvals. If this is the case, i could not figure out the reason behind the availability of 2 further categories template and request level approval. Can anyone please shed light on the actual usage with a context and also render reference to a 10 g functionality for these approval categories.
    Thanks,
    Srini

    Request Level & Operation Level :
    Re: Difference requestlevel and operational level
    Template Level : It is also same as Request Level where you can reject the complete request in one shot. In latest version of OIM i.e. OIM 11g R2, you won't find this Approval Level.

  • How to query Cell level Security in 11g AW

    Are there any views/tables that we might be able to use to query the Security settings in 11g AW?
    In AWM 11g we have the ability to grant users/groups security at a cell level, with this functionality there is no need for us to maintain the PERMIT_WRITE program to manage Write access to users. I could not find any document that states how we can manage/view the security outside the AWM tool.

    For Oracle 11.1, there is a dba-level view called
    DBA_XDS_INSTANCE_SETS which provides the data security definitions
    for both rdbms table-based and olap dimension/cube-based data security
    documents. The actual definition of data security is stored in the XML DB
    repository under the XDB schema.
    SQL> desc dba_xds_instance_sets
    Name Type
    SCHEMA_NAME VARCHAR2(30)
    OBJECT_NAME VARCHAR2(30)
    INSTANCE_SET VARCHAR2(30)
    DESCRIPTION VARCHAR2(4000)
    STATIC VARCHAR2(5)
    EVAL_RULE VARCHAR2(4000)
    ACLIDS SYS.XMLTYPE
    There is no way to actually manage the data security documents outside of
    AWM for 11.1 in terms of creating/editting/deleting the data security documents
    at least none that is documented.
    Here is an example of what the DBA_XDS_INSTANCE_SETS view returns:
    SQL> select * from dba_xds_instance_sets;
    SCHEMA_NAME OBJECT_NAME INSTANCE_SET
    DESCRIPTION
    STATI
    EVAL_RULE
    ACLIDS
    GLOBAL TIME DEFAULT_POLICY
    false
    1 = 1
    <aclids xmlns="http://xmlns.oracle.com/xs">
    <aclid>4C96964E68CC309FE040578C550414E2</aclid>
    </aclids>
    GLOBAL TIME policy1
    false
    GLOBAL."TIME".DIM_KEY IN ('186', '176', '133', '134', '135', '177', '136', '137', '138')
    <aclids xmlns="http://xmlns.oracle.com/xs">
    <aclid>4C96964E68CF309FE040578C550414E2</aclid>
    </aclids>
    Have you created data security in AWM on dimensions/cubes in 11.1?
    Any feedback about your experiences with AWM around data security would
    be welcome.

  • Does ago function works at day level in obiee 11g

    Hi,
    I want to know does AGO function works well at day level in Obiee 11.1.1.6 .
    Edited by: user12635494 on May 8, 2012 2:58 AM

    Yes, it will work. Just double click the Time level (say year/month/week), mark it as a chronological key (on keys tab). Use that in your AGO function

  • Grand Total Level in OBIEE 11g

    Hi ,
    I had a report with product name , order number , order quantity , order amount as columns .
    Now i want add a new column at the bottom level as grand total for ordered amount.
    Can some one please tell me how to do that ,,,I am in hurry
    Thank you

    Hi,
    If you already had the aggregation rule of the ordered amount as sum, then in the table, you can enable row level summation. In the table editor, just on top of the rows section, there is a summation icon that you can click on and set the option as 'after'.
    If you have already tried this thing and if it does not work then you may want to try the narrative view option. Here are steps for it.
    1. Create a new column.
    2. Change the function as RSUM(order quantity).
    3. In the narrative view use this column as @5 (I think you already have 4 columns and hence this might be 5th column)
    Hope this helps.
    Thank you,
    Dhar

  • How to set Transaction isolation level in Weblogic 11g

    How do I set the transaction isolation level in Weblogic?
    Some references that I found suggest that I have to explicitely state the isolation level in the weblogic-ejb-jar.xml per ejb. If I am using EJB 3.0 why would I need to do that?
    Can I set this up as a property in the JDBC datasource setup?
    Other application servers like Websphere actually allows for this. Can this be done in Weblogic?
    Currently I get the following message if I don't set the isolation level:
    Transaction attribute: TX_NOT_SUPPORTED Isolation Level: No Isolation Level Set Tx Timeout: 30000
    What seems to be happening is that one update of my transaction is getting rolled back and other consequent calls are failing due to foreign key issues due to the first rollback.
    I think the issue is related to the isolation level or the transaction time out being too low.
    Any ideas?
    BTW: I am using openjpa and using a MS SQLServer. Not sure if that helps the discussion.
    Thanks
    Edited by: rrivera on Jun 2, 2010 9:18 AM

    How do I set the transaction isolation level in Weblogic?
    Some references that I found suggest that I have to explicitely state the isolation level in the weblogic-ejb-jar.xml per ejb. If I am using EJB 3.0 why would I need to do that?
    Can I set this up as a property in the JDBC datasource setup?
    Other application servers like Websphere actually allows for this. Can this be done in Weblogic?
    Currently I get the following message if I don't set the isolation level:
    Transaction attribute: TX_NOT_SUPPORTED Isolation Level: No Isolation Level Set Tx Timeout: 30000
    What seems to be happening is that one update of my transaction is getting rolled back and other consequent calls are failing due to foreign key issues due to the first rollback.
    I think the issue is related to the isolation level or the transaction time out being too low.
    Any ideas?
    BTW: I am using openjpa and using a MS SQLServer. Not sure if that helps the discussion.
    Thanks
    Edited by: rrivera on Jun 2, 2010 9:18 AM

  • OBIEE 11g : query log not found

    Hi,
    I am not able to see the query log in 11g answers manage session throwing error query log not found.
    I am using obiee 11g. 11g admin client is installed in local machine and I upload the rpd through enterprise manager. But I can not able to open the rpd in online mode that's why cannot change the query log level=2 (as in obiee 10g) for seeing the query log in Answers. Usually after making changes in 11g rpd, I upload that in server via enterprise manager console.
    Can anyone please tell me what should be correct option to see the query log and how I can open the rpd in online mode and how I can set the query log level in obiee 11g????
    Please help.
    Thanks
    Titas

    Hi,
    Its known bug and it can be done by below methods,
    Method1:
    If you enabled loglevel for each users wise it may be override with below place also can you confirm both places.
    enabled Tools-->Options-->Repository-->
    System log level by default will be 0 just try to increase to 2 or 3 and save it.
    Method1:
    by each report wise enabling loglevel
    try putting the below syntax in prefix section of advanced tab.
    SET VARIABLE LOGLEVEL=2,DISABLE_CACHE_HIT=1;
    It should generate the log with database sql as well.
    Method 3:
    Create Session variable(LOGLEVEL) with initblock
    in your init block --> datasource place put it like below query
    select 3 from IW_POSITION
    Note:just point any existing physical table from u r RPD.
    Then try to save it and test it.
    Refer screen
    http://bidevata.wordpress.com/2012/03/03/no-log-found-error-in-obiee-11g/
    Thanks
    Deva
    Edited by: Devarasu on Oct 11, 2012 11:44 PM

  • 11g Express Edition?

    Hello,
    11g documentation at following location talks about Express edition - but I am not sure which version this is applicable to.
    http://download.oracle.com/docs/cd/B28359_01/license.111/b28287/editions.htm#DBLIC116
    since the XE download page does not list any 11g products.
    http://www.oracle.com/technology/software/products/database/xe/index.html
    I was not sure if I should post this as a downloads issue or documentation so ended up posting here in Documentation forum.
    Thanks,

    Hi Satish,
    XE is currently only available at the 10g release level. The 11g Licensing Information guide will be updated to state this at the next available opportunity.
    Thanks,
    Beth

  • URGENT: Is Weblogic 10.3.4 not supported for OIM 11g ?

    Hi Everyone,
    Is Weblogic 10.3.4 not supported for OIM 11g ?
    I installe & configured all IAM suite components (OAM,OIM,OAAM,SOA) on WLS 10.3.4. I am able to start all servers including OIM. However it is unable deploy "oim". After doing some research , I found below URL which tells WLS 10.3.4 is NOT SUPPORTED for OIM 11g.
    Not able start oim_server1, could not open oim url
    If that is true, Is there anyway to downgrade Weblogic to 10.3.3 ?
    Please provide your inputs and suggestions.
    Thanks
    GK

    No. 11G has been released with all type of supporting infrastructure components to be residing at the same level (i.e 11G only). So you would not be able to just downgrade weblogic to any lower versions.

  • Ocssd trace messages 11g/linux

    2 node 11g rac on OEL 5.3 , all seems ok but there is a lot of weird messages in
    ocssd.log (about 500000 lines per day). They repeat every second or so.
    Is this normal 11g crs behaviour ?
    [    CSSD]2009-05-11 00:53:35.030 [1124645184] >TRACE: clssgmHandleDataInvalid: grock HB+ASM, member 1 node 1, birth 3
    [    CSSD]2009-05-11 00:53:35.116 [1219053888] >TRACE: clssgmDeadProc: proc 0x23d1470
    [    CSSD]2009-05-11 00:53:35.116 [1219053888] >TRACE: clssgmDestroyProc: cleaning up proc(0x23d1470) con(0x23cd140) skgpid ospid 14057 with 0 c
    lients, refcount 0
    [    CSSD]2009-05-11 00:53:35.686 [1219053888] >TRACE: clssgmGroupState: requested group state of group DBPROD, member count 2
    [    CSSD]2009-05-11 00:53:36.579 [1219053888] >TRACE: clssgmExecuteClientRequest: Received data update request from client (0x2aaaac0c68a0), typ
    e 1
    [    CSSD]2009-05-11 00:53:37.131 [1124645184] >TRACE: clssgmDispatchCMXMSG: msg type(13) src(1) dest(2) size(123) tag(00000000) incarnation(1322
    45734)
    [    CSSD]2009-05-11 00:53:37.132 [1124645184] >TRACE: clssgmHandleDataInvalid: grock HB+ASM, member 1 node 1, birth 3
    [    CSSD]2009-05-11 00:53:38.590 [1219053888] >TRACE: clssgmExecuteClientRequest: Received data update request from client (0x2aaaac0c68a0), typ
    e 1
    [    CSSD]2009-05-11 00:53:39.228 [1124645184] >TRACE: clssgmDispatchCMXMSG: msg type(13) src(1) dest(2) size(123) tag(00000000) incarnation(1322
    45734)
    [    CSSD]2009-05-11 00:53:39.228 [1124645184] >TRACE: clssgmHandleDataInvalid: grock HB+ASM, member 1 node 1, birth 3
    [    CSSD]2009-05-11 00:53:39.269 [1177094464] >TRACE: clssnmSendingThread: sending status msg to all nodes
    [    CSSD]2009-05-11 00:53:39.269 [1177094464] >TRACE: clssnmSendingThread: sent 5 status msgs to all nodes
    [    CSSD]2009-05-11 00:53:40.594 [1219053888] >TRACE: clssgmExecuteClientRequest: Received data update request from client (0x2aaaac0c68a0), typ
    e 1
    [    CSSD]2009-05-11 00:53:41.248 [1124645184] >TRACE: clssgmDispatchCMXMSG: msg type(13) src(1) dest(2) size(123) tag(00000000) incarnation(1322
    45734)
    [    CSSD]2009-05-11 00:53:41.248 [1124645184] >TRACE: clssgmHandleDataInvalid: grock HB+ASM, member 1 node 1, birth 3
    [    CSSD]2009-05-11 00:53:42.682 [1219053888] >TRACE: clssgmExecuteClientRequest: Received data update request from client (0x2aaaac0c68a0), typ
    e 1
    [    CSSD]2009-05-11 00:53:43.345 [1124645184] >TRACE: clssgmDispatchCMXMSG: msg type(13) src(1) dest(2) size(123) tag(00000000) incarnation(1322
    45734)
    [    CSSD]2009-05-11 00:53:43.345 [1124645184] >TRACE: clssgmHandleDataInvalid: grock HB+ASM, member 1 node 1, birth 3
    [    CSSD]2009-05-11 00:53:43.497 [1124645184] >TRACE: clssgmDispatchCMXMSG: msg type(3) src(1) dest(2) size(420) tag(0085004c) incarnation(13224
    5734)
    [    CSSD]2009-05-11 00:53:43.497 [1124645184] >TRACE: clssgmHandleMasterAdd(): src(1) dest(2) size(420)
    [    CSSD]2009-05-11 00:53:43.497 [1124645184] >TRACE: clssgmHandleMasterAdd(): grock(SRVM.DATABASE.NODEAPPS.cylon1) memberNo(-1) node(1) type(3)
    [    CSSD]2009-05-11 00:53:43.497 [1124645184] >TRACE: clssgmAddMember: granted member(0) flags(0x1) node(1) grock (0x2aaaac328920/SRVM.DATABASE.
    NODEAPPS.cylon1)
    [    CSSD]2009-05-11 00:53:43.497 [1124645184] >TRACE: clssgmCommonAddMember: global lock grock SRVM.DATABASE.NODEAPPS.cylon1 member(0/Remote) no
    de(1) flags 0x1 0x1
    [    CSSD]2009-05-11 00:53:43.511 [1124645184] >TRACE: clssgmDispatchCMXMSG: msg type(4) src(1) dest(2) size(352) tag(0086004c) incarnation(13224
    5734)
    [    CSSD]2009-05-11 00:53:43.511 [1124645184] >TRACE: clssgmHandleMasterExit(): src(1) dest(2) size(352)
    [    CSSD]2009-05-11 00:53:43.511 [1124645184] >TRACE: clssgmRemoveMember: grock SRVM.DATABASE.NODEAPPS.cylon1, member number 0 (0x2aaaac107060)
    node number 1 state 0x0 member refcnt 1 grock type 3
    [    CSSD]2009-05-11 00:53:44.279 [1177094464] >TRACE: clssnmSendingThread: sending status msg to all nodes
    [    CSSD]2009-05-11 00:53:44.279 [1177094464] >TRACE: clssnmSendingThread: sent 5 status msgs to all nodes
    [    CSSD]2009-05-11 00:53:44.686 [1219053888] >TRACE: clssgmExecuteClientRequest: Received data update request from client (0x2aaaac0c68a0), typ
    e 1
    [    CSSD]2009-05-11 00:53:45.446 [1124645184] >TRACE: clssgmDispatchCMXMSG: msg type(13) src(1) dest(2) size(123) tag(00000000) incarnation(1322
    45734)
    [    CSSD]2009-05-11 00:53:45.446 [1124645184] >TRACE: clssgmHandleDataInvalid: grock HB+ASM, member 1 node 1, birth 3
    [    CSSD]2009-05-11 00:53:45.727 [1219053888] >TRACE: clssgmGroupState: requested group state of group DBPROD, member count 2
    [    CSSD]2009-05-11 00:53:46.684 [1219053888] >TRACE: clssgmExecuteClientRequest: Received data update request from client (0x2aaaac0c68a0), typ
    e 1
    [    CSSD]2009-05-11 00:53:47.534 [1124645184] >TRACE: clssgmDispatchCMXMSG: msg type(13) src(1) dest(2) size(123) tag(00000000) incarnation(1322
    45734)
    [    CSSD]2009-05-11 00:53:47.534 [1124645184] >TRACE: clssgmHandleDataInvalid: grock HB+ASM, member 1 node 1, birth 3
    [    CSSD]2009-05-11 00:53:48.702 [1219053888] >TRACE: clssgmExecuteClientRequest: Received data update request from client (0x2aaaac0c68a0), typ
    e 1
    [    CSSD]2009-05-11 00:53:49.279 [1177094464] >TRACE: clssnmSendingThread: sending status msg to all nodes
    [    CSSD]2009-05-11 00:53:49.279 [1177094464] >TRACE: clssnmSendingThread: sent 5 status msgs to all nodes
    [    CSSD]2009-05-11 00:53:49.647 [1124645184] >TRACE: clssgmDispatchCMXMSG: msg type(13) src(1) dest(2) size(123) tag(00000000) incarnation(1322
    45734)
    [    CSSD]2009-05-11 00:53:49.647 [1124645184] >TRACE: clssgmHandleDataInvalid: grock HB+ASM, member 1 node 1, birth 3
    [    CSSD]2009-05-11 00:53:50.198 [1219053888] >TRACE: clssgmAllocProc: (0x23d1470) allocated
    [    CSSD]2009-05-11 00:53:50.199 [1240033600] >TRACE: Connect request from user root
    [    CSSD]2009-05-11 00:53:50.200 [1219053888] >TRACE: clssgmClientConnectMsg: properties of cmProc 0x23d1470 - 1,2,3
    [    CSSD]2009-05-11 00:53:50.200 [1219053888] >TRACE: clssgmClientConnectMsg: Connect from con(0x23cef30) proc(0x23d1470) pid(14217) version 11:
    1:1:4
    [    CSSD]2009-05-11 00:53:50.212 [1219053888] >TRACE: clssgmRegisterClient: proc(70/0x23d1470), client(1/0x23d1c00)
    [    CSSD]2009-05-11 00:53:50.213 [1219053888] >TRACE: clssgmExecuteClientRequest: GRKJOIN recvd from client 1 (0x23d1c00)
    [    CSSD]2009-05-11 00:53:50.213 [1219053888] >TRACE: clssgmJoinGrock: global grock SRVM.DATABASE.NODEAPPS.cylon2 new client 0x23d1c00 with con
    0x23caab0, requested num -1
    [    CSSD]2009-05-11 00:53:50.213 [1219053888] >TRACE: clssgmAddGrockMember: adding member to grock SRVM.DATABASE.NODEAPPS.cylon2
    [    CSSD]2009-05-11 00:53:50.213 [1219053888] >TRACE: clssgmAddMember: granted member(0) flags(0x1) node(2) grock (0x23d1d70/SRVM.DATABASE.NODEA
    PPS.cylon2)
    [    CSSD]2009-05-11 00:53:50.213 [1219053888] >TRACE: clssgmQueueGrockEvent: lockName(SRVM.DATABASE.NODEAPPS.cylon2) type(2) count (1/1) xwaiter
    s(0) event(1) to memberNo(0)
    [    CSSD]2009-05-11 00:53:50.213 [1219053888] >TRACE: clssgmCommonAddMember: global lock grock SRVM.DATABASE.NODEAPPS.cylon2 member(0/Local) nod
    e(2) flags 0x1 0x1
    [    CSSD]2009-05-11 00:53:50.223 [1219053888] >TRACE: clssgmExecuteClientRequest: GRKEXIT recvd from client 1 (0x23d1c00)
    [    CSSD]2009-05-11 00:53:50.223 [1219053888] >TRACE: clssgmExitGrock: client 1 (0x23d1c00), grock SRVM.DATABASE.NODEAPPS.cylon2, member 0
    [    CSSD]2009-05-11 00:53:50.223 [1219053888] >TRACE: clssgmUnregisterPrimary: Unregistering member 0 (0x23d2070) in global grock SRVM.DATABASE.
    NODEAPPS.cylon2
    [    CSSD]2009-05-11 00:53:50.223 [1219053888] >TRACE: clssgmRemoveMember: grock SRVM.DATABASE.NODEAPPS.cylon2, member number 0 (0x23d2070) node
    number 2 state 0x14 member refcnt 0 grock type 3
    [    CSSD]2009-05-11 00:53:50.430 [1219053888] >TRACE: clssgmDeadProc: proc 0x23d1470
    [    CSSD]2009-05-11 00:53:50.430 [1219053888] >TRACE: clssgmDestroyProc: cleaning up proc(0x23d1470) con(0x23cef30) skgpid ospid 14217 with 0 c
    lients, refcount 0
    [    CSSD]2009-05-11 00:53:50.699 [1219053888] >TRACE: clssgmExecuteClientRequest: Received data update request from client (0x2aaaac0c68a0), typ
    e 1
    [    CSSD]2009-05-11 00:53:51.666 [1124645184] >TRACE: clssgmDispatchCMXMSG: msg type(13) src(1) dest(2) size(123) tag(00000000) incarnation(1322
    45734)
    [    CSSD]2009-05-11 00:53:51.666 [1124645184] >TRACE: clssgmHandleDataInvalid: grock HB+ASM, member 1 node 1, birth 3
    [    CSSD]2009-05-11 00:53:52.796 [1219053888] >TRACE: clssgmExecuteClientRequest: Received data update request from client (0x2aaaac0c68a0), typ
    e 1
    [    CSSD]2009-05-11 00:53:53.666 [1124645184] >TRACE: clssgmDispatchCMXMSG: msg type(13) src(1) dest(2) size(123) tag(00000000) incarnation(1322
    45734)
    [    CSSD]2009-05-11 00:53:53.666 [1124645184] >TRACE: clssgmHandleDataInvalid: grock HB+ASM, member 1 node 1, birth 3
    [    CSSD]2009-05-11 00:53:54.279 [1177094464] >TRACE: clssnmSendingThread: sending status msg to all nodes
    [    CSSD]2009-05-11 00:53:54.279 [1177094464] >TRACE: clssnmSendingThread: sent 5 status msgs to all nodes
    [    CSSD]2009-05-11 00:53:54.889 [1219053888] >TRACE: clssgmExecuteClientRequest: Received data update request from client (0x2aaaac0c68a0), typ
    e 1

    Yes. It is normal. By default cssd logging is enabled at level 2 in 11g.
    Thanks,
    Jomon

  • How can I hide the dimention in report if a user have no privilige to acces

    Hi:
    This is a "column level security" issue, it maybe a simple option but I didn't figure it out.
    Say I have two dimentions in a report, D1 and D2, and both user A and B can see this report. However, user B have no privilege to see D2, since in presentation level, I made this dimention not accessible to user B.
    In BIEE 10, I just need to modity NQSconfig.ini and make "PROJECT_INACCESSIBLE_COLUMN_AS_NULL = YES". In BIEE 11, this value is YES by default.
    Now the problem is, in 10, when user B visit this report, he can only see ONE column. But in 11g, he can see both D1 and D2 in the report, although values in D2 is empty. I wonder if there is an option to hide D2 in the report? This should be possible becausee 10 already did that.
    Thanks for your help.
    Larry

    There was earlier a thread on column level secuirty in 11g. PFB the link. See if it helps.
    Column level security does not seem to work in OBIEE11g
    Also, in 10g for column level security we had used choose statement. Am not sure if same can be used in 11g. PFB link for getting information on choose statement.
    http://obiee101.blogspot.com/2008/09/obiee-choose-statement.html

  • How to change data format from  MM/DD/YYYY to DD/MM/YYYY

    HI,
    How can we change data format from MM/DD/YYYY to DD/MM/YYYY in Prompt and Report Level in obiee 11g.
    Please help me ont this.
    Thanks

    Hi,
    In Prompt:
    Try using EVALUATE function.
    Eg: Evaluate('TO_CHAR(%1,%2)' as character(30),"D5.Times"."Day Date",'DD-MON-YYYY')
    Report level:
    Try this in the column formula-
    Evaluate('TO_CHAR(%1,%2)' as character(30),"D5.Times"."Day Date",'MM/DD/YYYY')
    (or)
    EVALUATE('TO_CHAR(%1,%2)' AS CHARACTER ( 30 ), "Dim- Date".Start Date, 'MON-YY')
    http://108obiee.blogspot.in/2009/03/how-to-change-date-format-mask-in-date.html
    http://obiee-bip.blogspot.in/2011/08/customizing-obiee-calendar-display.html
    Some other methods.
    Metdhod 1:
    'Save System-Wide Column Formats' Option
    Check this.
    http://siebel-essentials.blogspot.com/2010/10/11-obiee-11g-tips-9-system-wide.html?m=1
    Thanks
    satya

  • Connecting to Oracle 8i R2 via iiop

    Hi
    I am trying to connect to oracle 8i release 2 from a win nt 4 sp5 client.
    when I run sess_sh I receive the following error message.
    Exception in thread main
    org.omg.CORBA.COMM_FAILURE: java.net.SocketException: Connection shutdown: JVM_recv in socket input stream read minor code: 0 completed: No
    oracle.aurora.jndi.sess_iiop.SessionCtx oracle.aurora.jndi.sess_iiop.ServiceCtx.createSession()
    oracle.aurora.jndi.sess_iiop.SessionCtx oracle.aurora.jndi.sess_iiop.ServiceCtx.login()
    void oracle.aurora.server.tools.sess_iiop.ToolImpl.initializeSession()
    java.lang.String[] oracle.aurora.server.tools.sess_iiop.ToolImpl.parseStdArgs(java.lang.String[])
    void oracle.aurora.server.tools.sess_iiop.ToolImpl.invoke(java.lang.String[], java.io.InputStream, java.io.PrintStream, java.io.PrintStream)
    void oracle.aurora.server.tools.sess_iiop.Shell.main(java.lang.String[])
    Could someone please tell me what this means and how to fix this problem
    Thanks
    Gavin.

    [email protected] wrote:
    I need to confirm that I will be able to connect an Oracle 11g R2 client (administrator install) to an Oracle 8i DB before i bother trying to setup such a scenario?Don't waste your time. It won't work. It simply results in an error.
    I saw another thread that mentioned a patch level required for 8i to let the 10g client connect. Is there such a patch level needed for 11g clients as well?There is no such patch for 8i which allows 11g client to connect.

Maybe you are looking for