BIEE access to Essbase and Oracle

I need to access Essbase through BIEE, and lookup the description from Oracle DB using the Essbase id retrieved at particular levels.
I experienced that even though I select two dimensions out of the five dimensions, all dimensions will be accessed with crossjoin as below:
With
set [MATERIALS5] as '[MATERIALS].Generations(5).members'
set [GEOGRAPHY5] as '[GEOGRAPHY].Generations(5).members'
set [YEARS2] as '[YEARS].Generations(2).members'
set [DATE5] as '[DATE].Generations(5).members'
set [Axis1Set] as 'crossjoin ({[MATERIALS5]},crossjoin ({[GEOGRAPHY5]},crossjoin ({[YEARS2]},{[DATE5]})))'
select
{[MEASURES].[AMOUNT]} on columns,
NON EMPTY {[Axis1Set]} properties ANCESTOR_NAMES, GEN_NUMBER on rows
from [CUBE01.JP]
Basically, I only retrieve month only and also the month properties at level 3 of "DATE" dimension. Why is 'DATE5' needed when I need MONTH only (which is 'DATE3')? Is the above an optimal path for the Essbase access?
My experience is that I see the memory grows up and up and then reaches around 2GB and then BIEE returns an error. Then I also need to restart BIEE so that I can rerun the query.
Can anyone give me any hints how to tune up the access and address this problem?
Thanks

Hi,
Are there any document that describes how to interpret the following generated statement?
>>>
With
set MATERIALS5 as 'MATERIALS.Generations(5).members'
set GEOGRAPHY5 as 'GEOGRAPHY.Generations(5).members'
set YEARS2 as 'YEARS.Generations(2).members'
set DATE5 as 'DATE.Generations(5).members'
set Axis1Set as 'crossjoin ({MATERIALS5},crossjoin ({GEOGRAPHY5},crossjoin ({YEARS2},{DATE5})))'
select
{MEASURES.AMOUNT} on columns,
NON EMPTY {Axis1Set} properties ANCESTOR_NAMES, GEN_NUMBER on rows
from http://CUBE01.JP
<<<
Thanks

Similar Messages

  • Entity Framework - Code First - Migration - How to access SQL Server and Oracle using the same context?

    Hello,
    I use Entity Framework code first approach.
    My project is working fine with SQL Server. But, I want to access Oracle too. I want to switch SQL Server and Oracle in run time.
    I am able to access Oracle using "Oracle.ManagedDataAccess.EntityFramework.dl" in a new project.
    But, Is this possible to access SQL Server and Oracle in the same project.
    Thanks,
    Murugan

    This should be possible with a Code-First workflow.  In Code-First the database mapping layer is generated at runtime.
    David
    David http://blogs.msdn.com/b/dbrowne/

  • Essbase and Oracle Backups

    We are currently implementing Hyperion Planning into our environment. In our existing systems ie SAP we have Oracle archiving turned on in our production systems. With Planning we have ESSBASE and Oracle to be concerned about. Is there a way to archive ESSBASE to be in sync with the Oracle archives? If so how can this be done?If the system for example crashed at 10 AM and our last offline and Essbase backups occurred at 11 PM at night, in oracle we can roll forward using the archives, but in Essbase I'm not sure if that can be done. We can't archive or put the database in read mode during the day since we have live activity going on. Are we stuck to a point where we have to restore from the 11 PM backup? Anyone have this issue?Please send comments to my email [email protected]

    I can decribe my scenario in detail.
    I got two data source from Oracle relational tables and Essbase. And I need to join them together to do analysis. To make it simple, I will illustrate it by an example.
    There is main analysis in Essbase, including fact tables and dimension tables. For example, one of the dimension tables is Time dimension which contains hierarchical data only.
    In Oracle table, I got a table named Sales_Date storing description data of Time dimension.
    Since description data needs to be used in Time dimension, I use complex join to join Sales_Date to Essbase Time dimension in physical layer and BMM layer.
    Sales_Date is dragged from physical to BMM layer, and its columns are dragged to Time dimension tables. Then New Logical Keys are created under Time dimension hierarchy for those columns.
    Finally, presentation layer is created by dragging tables from BMM layer.
    When I try to select columns from Time Dimension(including columns from Sales_Date) and fact tables, below error msg appears.
    nQSError: 42043 An external aggregate is found in an outer query block. (HY000)
    Please help.

  • Query ESSBASE and Oracle in one query

    What is the best way to query in the same time an ESSBASE database and an Oracle Database.I need to retrieve ESSBASE data with information stored in Oracle Database (supplement data).Thanks

    I've used Oracle and MySQL together on several machines; there's no contention or incompatibility that I've ever encountered. They listen on different ports by default (1521 for Oracle, 3306 for MySQL).
    As for PHP, you'll probably want to read an introductory article from the [Oracle PHP Developer Center|http://www.oracle.com/technology/tech/php/index.html]. Nothing you do there should interfere with your MySQL operations, either.
    Have fun!

  • Oracle Streams b/w MS-Access 2007 and Oracle 10g.

    Can we set up Oracle Streams between MS-Access 2007 and Oracle 10g? Ms-Access as source and Oracle 10g as destination database. If so, can any one please give me little heads up with supported doc's or any source of info.

    Help Help....!!!

  • Hyperion Backup of Windows and Oracle DB

    <p>Hi,</p><p> </p><p>I have a question regarding Hyperion System 9 backup of windowsservers and Oracle/Essbase backup.</p><p> </p><p>Do we need to bring down all the services and backup all windowsservers and Oracle/Essbase together.  If we need to restoreonly windows or lets say Oracle.  Will that be out of sync. Do we have be in sync all the time ?</p><p> </p><p>Thanks</p><p> </p><p>Azmat Bhatti</p>

    Hello,<BR>You did not specify which relation Essbase and Oracle have in your environment. I my answer I assume you create Essbase databases from your Oracle environment to analyze this data. You extract with SQL statements and rule files data from Oracle to build up your outlines and load the data. <BR><BR>In this, I would not say you need a synchronous backup, since with a new refresh your structure will be created and the data loaded. Ofcourse I would not recommend more than 24 hours between the backup of Essbase versus Oracle.<BR><BR>I hope this answered your question.<BR><BR>Regards,<BR>Philip Hulsebosch<BR><BR>www.Trexco.nl

  • How to drill through from Essbase to Oracle in BIEE?

    How to drill through from Essbase to Oracle in BIEE?
    Edited by: Aaron Zhong Zhenhua on Oct 21, 2008 11:19 AM

    Physical layer:
    - Create a complex join between the Essbase generation and your detail table. E.g.: Gen6,Market = ATTRIBS.CNTRY
    BMM layer:
    - Go to the logical table "Market" (for example) and drag the ATTRIBS.CNTRY column on to the Gen6,Market column.
    - Now pull over the other attributes from your Oracle table into the Market logical table...this will result in a second LTS within the sources.
    - Drag and drop the logical columns you just got from Oracle on the lowest level of the Market dimension hierarchy. In this example, onto Gen6,Market.
    - Alternatively, create levels below Gen6.
    - Make sure your LTS have the correct content levels set
    Presentation layer:
    - Pull your chagnes through to your presentation catalog(s).
    Should be all.
    Hth,
    C.

  • Linking Access tables, creating a query with using both Access and Oracle

    Hello,
    I am using 3.0.04.34 version Oracle Developer. I am supposed to create a script/procedure to use both Access tables and oracle tables together. There is an option in developer to copy the access tables into oracle. But it doesn't help me. Because when we updated the access tables
    the copied ones are not be updated. How can I created a linked access tables to oracle and create a query with using both access and oracle table together.
    I will appreciate if you guys help me. I look forward to hearing from you guys.
    Thanks,
    Pinar

    Pinar,
    to be able to query MS Access tables in Oracle you need an additional product, the Oracle Database Gateway for ODBC. It allows you to link any foreign database into an Oracle database using a suitable ODBC driver. You can then access the MS Access tables through a database link based on the Database Gateway for ODBC. This will also allow you to join local Oracle and remote MS Access tables from your Oracle database.
    There's a note on My Oracle Support which gives you more details:Document 233876.1 Options for Connecting to Foreign Data Stores and Non-Oracle Databases - For example - DB2, SQL*Server, Sybase, Informix, Teradata, MySQL
    And there's also a dedicated Forum: Heterogeneous Connectivity

  • Multiple data sources Essbase and RDBMS in BIEE 11g

    Hi,
    I want to link Essbase cube with sql server in BIEE 11. I try to do it and I found that it can be linked in physical layer, but it does not allow me to set linkage in "Business Model and Mapping" layer. when I drag and drop a report and it return error:
    =================
    View Display Error
    ODBC Driver returned an error (SQLExeDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code:10058. [NQODC] [SQL_STATE: HY000] [nQSError: 10058] A general error has ocurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 15018] Incorrectly defined logical table source (for fact table dummy_gen2_info) does not contain mapping for [Product.Gen2,Product - Member Key]. (HY000)
    =================
    My steps:
    ==========================
    1) Use "Import Metadata" in BI Admin tools to import data source from Essbase (e.g. TBC, TBC_ASO)
    2) Use "Import Metadata" in BI Admin tools to import SQL server table (e.g. testdb.dbo.p_gen2_info)
    3) create linkage between table testdb.dbo.p_gen2_info.gen_id with TBC_ASO.[Product.Gen2,Product - Member Key] in "Physical layer"
    4) drag and drop TBC (Essbase), TBC_ASO (Essbase), and testdb (sql server) from physical layer to "Business Model and Mapping" layer
    5) drag and drop table testdb.dbo.p_gen2_info to TBC_ASO (since it dosn't allow set linkage in "Business Model and Mapping" layer between different data source)
    6) drag and drop TBC, TBC_ASO, testdb from "Business Model and Mapping" layer to Presentation Layer.
    ==========================
    Anything I did wrong? please advise.

    Check what are your settings under tools-> Embedded OC4J Preferences in the datasource node.

  • Customised Oracle application and access to roles and users...please advise

    Hi Gurus!
    We are developing a customised Oracle application where we have users and roles...user - role mapping is done in the system administration module of the application.
    Now, we are also developing Oracle discoverer reports based on this. Using 10g (10.1.2.0.2) for that.
    When I am creating an EUL, I select 'New EUL for Oracle Applications users only' option, but, I do not have any 'FND schema' to specify. That's where I'm stuck up!
    I want to give access to the 'roles' in tha same manner as I would give to the 'responsibilities' in Oracle Apps. But, I don't know how to do it here.
    Can someone guide me on this?
    Thanks and regards,
    Aparna

    Hi Aparna
    It would appear that you posted the same question on the Discoverer forum. Here is the answer that I posted there:
    If your application is not E-Business Suite you cannot install Discoverer into Apps mode. This mode is reserved for applications which are E-Business Suite, which basically tells Discoverer to use authenticate users using the FND tables owned by the APPLSYS user.
    In your case, even though you appear to be using Oracle applications, because you want to take advantage of your roles you will have to install Discoverer into standard mode. As you are creating your EUL you need to uncheck the box which says grant access to PUBLIC and make this a private EUL. Then you will not have the headache of worrying about setting up new users. You simply manage what a role can do (Tools | Privileges) and what a role has access to (Tools | Security).
    Now, when any any user connects to Discoverer their role will be evaluated and access will be restricted.
    You can do the same thing using a PUBLIC EUL, except you need to reduce what that user can do (Tools | Privileges) to an absolute minimum, and then take control of this using roles. For example, you could have a set of functional roles, one each for say AP, AR, GL and so on, but you could further break this down by privilege, thus you could have roles called AP Viewer, AP User, AR Viewer, AR User and so on. The User roles would have full access while the Viewer roles would have a much reduced set of privileges.
    You are basically setting up the Library approach that I discuss in my Discoverer 10g Handbook and in my white paper which you will find on my downloads page here: http://learndiscoverer.com/downloads/downloads.htm.
    I hope this helps
    Best wishes
    Michael Armstrong-Smith
    URL: http://learndiscoverer.com
    Blog: http://learndiscoverer.blogspot.com

  • Access Manager Policy Agent and Oracle AS

    Hi,
    my system uses Oracle Application Server. The security dept use Sun Access Manager. I need to integrate the security of the Oracle system with the policy agent. Where this gets a little confusing is that one of my developers tells me that this is difficult to implement and that Sun arent planning on supporting the Oracle AS in future.
    What I would like is some clarification from the horses mouth so to speak. In particular is it possible to integrate the policy agent and Oracle AS, and are Sun committed to supporting and developing for this.
    Thanks,
    Andy.

    "Where this gets a little confusing is that one of my developers tells me that this is difficult to implement"
    "it is NOT an implementation but an integration ! difficult ? why ?"
    "and that Sun arent planning on supporting the Oracle AS in future."
    There is a PA 2.2 for Oracle 10g ! It is the latest version(2.2 I mean). I don't see any reasons why Sun should not continue. But it is ONLY my point of view...
    "What I would like is some clarification from the horses mouth so to speak. In particular is it possible to integrate the policy agent and Oracle AS, and are Sun committed to supporting and developing for this."
    Of course it is possible because you can find the PA that will integrate your Oracle AS with a Sun AM.
    1) Please read the documentation.
    http://docs.sun.com/app/docs/coll/1322.1
    Download the one for Oracle and read also the user guide.
    PA are very easy to integrate if you know what you do... Espec. und. the AM auth and sso... If you can be helped by a AM guy from your comp. it is welcome... It is a j2ee agent and of course the PA will make what is necessary to redirect you to AM at login time and later to auth. your request...2)
    2) Download the soft and do the job :-)
    Product Downloads
    Sun Java System Access Manager Policy Agent 2.2 for Oracle Application Server 10g
    http://www.sun.com/download/products.xml?id=455d52ed
    I did plenty of int. with Sun/Bea/Tomcat AS(don't forget there are also webserver agents like Apache PA) with AM and it is not a big deal. Not Oracle, but it is an AS and I don't see why it should be difficult...
    Hope this helps a bit.

  • Microsoft Access and Oracle Forms

    Hello All,
    I have a requirement pertaining to fetching data from Microsoft Access Tables from an Oracle Form and posting that data in an oracle Database 9i eventually.The exact entities from Access Databse needs to be replicated with data upload through Forms9i...
    Please send me the technology aspects of this and an insight how this can be achieved...
    Regards,
    Kapil Uppal

    Kapil,
    If I remember well, there exists a database migration assistant to turn Access databases to Oracle.
    However, Forms9i no longer has an Oracle Call Adapter (OCA)component which would be required to make Forms9i work with ODBC databases. Oracle's database connect strategy is to use gateways instead.
    Removing OCA could be a hot topic to discuss, but the decision made was based on the assumption that Forms9i is Web only and therefore no client side databases are used.
    Not sure if Microsoft Access allows you to perform JDBC connects, as this would be an option to get data into Oracle Forms (requires some coding though).
    Fran

  • Unix and Oracle access audit for SAP

    We are running R/3 4.6C on HPUX11/Oracle 9.2.0.6. Our auditors asked us to log and audit access to the Oracle database at the OS level, bypassing the SAP layer. For example, someone logging in, sudo to ora<sid>, execute sqlplus and view or modify a financial document. They did not give us possible ways of doing this. Our SAs and DBAs are a little stumped about getting their hands around the scope of this. Does anyone have any ideas?
    Thanks,
    Atul Patankar
    2406622448

    Number one is to lockdown the access to SQLPlus in Oracle. If this is your SAP DB there should not be any changes made at the DBA level as it invalidates the product.
    Number 2 remind your auditors of the change log. If all of a sudden the values change and there is no change Log in SAP it had to be done at the OS/DB level. -- Who did access during that interval.
    -- There is the possibility of establishing a DB trigger for any change that would as well propagate the logged in user and write the changes to a log table. Remember to purge to tape and archive VERY often...
    Enjoy

  • Difference: Oracle Access Manager and Oracle Access Management

    Dear,
    What is the difference between Oracle Access Manager and Oracle Access Management, both 11g
    thanks

    Oracle Access Manager is the foundation(main product), of the new Oracle Access Management platform. Access Manager provides the core functionality of Web Single Sign On(SSO), authentication, authorization, centralized policy administration and agent management, real-time session management and auditing. Built as a 100% Java solution, Access Manager is extremely scalable to handle Internet scale deployments and works with existing heterogeneous environments in the enterprise with agents certified on hundreds of web servers and application servers. Access Manager provides rich functionality, extreme scalability and high availability thereby increasing security, improving user experience and productivity and enhancing compliance while reducing total cost of ownership.
    Oracle Access management solution provides: Comprehensive Web Access Management, Web Single Sign-On, Identity Propagation, and Federation;Mobile and Social Sign-On;Real-time External Authorization;daptive Access and Fraud Detection
    So basically one is a product and the other one is an entire solution.
    I hope this helps,
    Thiago Leoncio.

  • Accessing Oracle 7 and Oracle 9 Operations

    Hi,
    My application requires Oracle 7 and Oracle 9.
    I created a domain and deployed my application successfully. In my Server lib i have ojdbc.jar which supports Oracle 9. but i need Oracle 7 and Oracle 9 drivers my application can do all DML Operations to the respective Databases.
    Regards,
    Bala Voleti

    Sait, Thanks for the analysis.
    I have DEFAULT_HOME for Oracle 7 and ORACLE_HOME for Oracle 8. Each of them have their own tnsnames.ora, but is almost same. Oracle 8 client install created its tnsnames.ora from existing Oracle 7 tnsnames.ora. There are Oracle dictionary tables like v$session_connect_info, which shows the list of sessions and other details. Is there one to tell the client sql*net version? Or any log file?

Maybe you are looking for

  • How do i fix an itunes.exe - corrupt file?

    need help gettin itunes running again.   started up computer, opened itunes, greeted with an "itunes.exe - corrupt file" notice.     advises to "run Chkdsk utility", but how?   Also lost ipod a few weeks ago, so how else can i fix?

  • Why does the default text tone play instead of the personalized text tone I have selected for a given contact?

    The selected text tone plays when I check it out on the contact page, but when I receive a text message from this contact the default text tone plays.

  • Clip Art Suggestions?

    Does anyone know of any good clip art collections other than Art Explosion? I have an older Art Explosion and I'm not too happy with it - bland images and too many duplicates. I would like to find a clip art package that has decent, Macintosh-friendl

  • How do I reinstall Photoshop CC

    How do I reinstall Photoshop CC?  I appear to have created a problem by installing Photoshop CC over Photoshop CS6 and then deleting Photoshop CS6.  When I open Photoshop CC i receive a message that there is program error.  The Creative Cloud Applica

  • Adding all the classes and external jars in webservice WAR using servicegen

    Hi, Can someone please tell me how do I include all the classes and my external jar files to the ear/war file that is created using servicegen. I don't see any option in servicegen tag where I can include my classes and jar files to the ear/war file.