How to use Relational OLAP?

How to use and/or create Relational OLAP (ROLAP)? Any information will help... Thanks

There are three ways to create OLAP metadata on a relational schema.
1) OEM - You can use the Dimension and Cube wizards in Enterprise Manager (Administration Tab -> BI & OLAP link) to create the required additional metadata to enable OLAP queries against an existing relational schema. However, you cannot save the steps or resulting script to a SQL file for re-use. This is more a one-off method for quickly and easily creating OLAP metadata.
2) OWB - A more scalable solution is to use Warehouse Builder. Even if you have an existing schema you can import the tables/views and then create new dimensions and cubes and map those tables to those objects. The deployment information can be saved to a script
3) You can refer to the OLAP developers guide to help you manually create the SQL scripts to generate the CWM OLAP metadata against existing tables.
Make sure you have all the required database patches in place:
9i - at least 9.2.0.7
10gR1 - at least 10.1.0.4
10gR2 - at least 10.2.0.3
Hope this helps
Keith

Similar Messages

  • How to use relative paths in Captivate 8 / Cómo usar URL's relativas en Captivate 8

    Hello, I have developed a bunch of courses which will be migrated to a new site and I am having trouble changing the absolute paths into relative URL's to resources such as PDF files inserted into the scorm packages. I cannot find information on how to use relative paths in Captivate. Please help. Thank you.

    I have the same issue with relative links using Captivate 8.  I am trying to load Captivate modules into an LMS using relative links to document files within the LMS.  The links work fine during a site page test so not an issue in the LMS, but from the Captivate module they aren't working....
    Help?

  • How to use relational operator in JSF EL

    Hi,
    I am trying to set the insert allowed property for the subtab based if the no.of records in the sub tab is less than 2. So i tried the following expressions in the insert allowed property
    1. #{bindings.OvrBrowseTypesIterator.estimatedRowCount < 2} which leads to compilation errors - no start tag found etc..
    2. #{bindings.OvrBrowseTypesIterator.estimatedRowCount ls 2} which leads to runtime error - encountered "ls" at line 1 col 1752 when expecting one of the following "(" , "<" , ">" etc....
    Please advise if any one has used relational operators in the EL.
    Thanks, Pradeep

    I found the mistake. I should use "lt" instead of "ls" for less than.
    #{bindings.OvrBrowseTypesIterator.estimatedRowCount lt 2}  works fine.

  • How to use Relational Access Administrator from Express Administrator

    I added the following [Relational Access Administrator] group to my xadmin.ini file:
    [Relational Access Administrator]
    InUse=-1
    ExePath=f:\OraExpClnt\olap\Ead630\xadmin.exe
    The Relational Access Administrator under Tools in the Express Administrator is still greyed out and I cannot access it.
    Did I missed any step ? Any suggestions on how to make the Relation Access Administrator show ?
    Thanks
    Lee
    null

    Hi
    When yr SAP is running at time u need to connect yr  add-on Copyexpress. (CE)
    then go in tool > open copy express
    onces yr CE is open i other windows select source & target company.
    Take a backup
    select BP and upload (it wil take som time)
    I hope this r basic step
    Thanks
    Kevin

  • How to use the olap dimension

    hello everybody,
    I had build a project use OWB,but I dont know how to deploy this object to BIEE. I only select which table or view in build the BIEE and must setup the dimension which had been setup in OWB. Could I get the dimension information to the BIEE and dont not build it again in the BIEE.
    Could you give me some good advice.
    thinks

    Hi,
    I guess you should deploy your OWB objects like you normally would do. These OWB objects can be imported to OBIEE. So you do not have to build these objects again.
    Good Luck,
    Daan Bakboord

  • How to use relative DSN filename for connection (in Design mode)

    Hello,
    I connect Crystal Reports to Oracle database via ODBC with connection information stored in DSN file.
    I use "Crystal Reports Basic" in Visual Studio 2008 SP1. CR has no SP. Windows XP Pro SP3, my development machine.
    I created a DSN file, and in Database Expert I'm creating a new ODBC connection and trying to fill the File DSN.
    But, the file name is absolute, and I need to use file name relative to the report file, because I want several programmers and several reports to share the connection parameters. This would also simplify the deployment.
    When I try to copy the DSN file to the solution folder and use just the relative path, then a error is reported:
    Logon failed.
    Details: HY000 General Error: Invalid file DSN
    which probably means that the file could not be found.
    This problem does not exist in runtime, as the connection string could be set programmaticaly.
    Does Crystal Reports accept relative DNS file name?
    If does not, are there any other possibilites to achieve this?

    If still an issue post your question the .NET SDK forum.

  • How to use relative pathnames in a webb application?

    We have made a webb application with Netbeans. It was developed on Windows, but will be deployed on Linux. In the application, a file is created from the pathname
    C:/Documents and Settings/xeyvalm/CRMtester/res/parameters.txt.
    I want to avoid the hardcoding and reference it with something like
    pathnameOfWebbApplication+/parameters.txt
    because the pathname will not be the same on Linux as on Unix.
    So how do I get the pathname of the webb application? I have tried to find the right method, but haven't found it.

    The code using user.home variable will work fine on Linux, on Linux your file will are placed on your User Home folder. ie. /home/eeyvind/.myapp.
    Using Java Preferences API, your administrator's app will not need to change any Java code. Java Preferences values can be modify using Java Preferences Editor or Some administrator sofrware written for you.
    I recommend Preferences Editor software for edit your configurations ... with Java Preferences you can: do backup and restore your info from one XML file generated for the same API. Recommend Links for this Editor:
    http://prefedit.sourceforge.net/
    http://www.jpackage.org/rpm.php?id=1199
    This work for me.
    Gook look !

  • How to use relative url

    I use xml file to save configuration and saved /WEB-INF/config.xml
    In my java class i can't use that file with relative url.
    document=builder.parse(new File("/WEB-INF/config.xml"));

    Try something like this:
    String thisPath = this.getClass().getResource("").getPath();
    document=builder.parse(new File(thisPath + "/WEB-INF/config.xml"));

  • How to use relational operator(NE) and aggregate expression sequentially

    Hi,
    I am trying to use "WHERE BEDAT NE MAX( BEDAT )" to find out PO date that is not the MAX Date but it always shows "incorrect expression "MAX(" in logical condition. Please give solution
    Thanks
    Arif

    Hi Arif,
    please try using a subquery:
    select *
      from ekko
      where bedat ne
        select max( bedat )
          from ekko
    endselect.
    I hope this helps. Kind regards,
    Alvaro

  • How to use relational operator in FIX?

    I am tyro in Essbase. Can anyone suggest me what is the issue in FIX(("Accounts Payable")>0). I am coming across Error: 1200315 Error parsing formula for [FIX STATEMENT] (line 11): invalid object type.
    //ESS_LOCALE English_UnitedStates.Latin1@Binary
    /*House Keeping Seeting off intelligence calc*/
    SET UPDATECALC OFF;
    SET CALCPARALLEL 2;
    /*Consolidation*/
    CALC ALL;
    /*Calculating Accounts Payable Period */
    FIX(@ANCESTORS("Canada CAD"))
    FIX(("Accounts Payable")>0)
         "Accounts Payable Period"="Accounts Payable"/"Purchases for year";
    ENDFIX
    ENDFIX

    You can do this type of statement in a Fix statement, you will have to use an IF statement
    Try
    FIX(@ANCESTORS("Canada CAD"))
    "Accounts Payable Period"(
    IF("Accounts Payable")>0)
    "Accounts Payable Period"="Accounts Payable"/"Purchases for year";
    ENDIF
    ENDFIX

  • How to use relative output paths?

    Hi, I am on AE CS6.
    I want to render to a relative path, always.
    So, let us say I have project c:\documentary\foo.aep, I want the output file(s) name to be c:\documentary\rendered\foo.avi
    Likewise, working with another project, like c:\weddings\maria-and-john\mariajohn.aep, I want After Effects to automatically set this up for me up c:\weddings\maria-and-john\rendered\mariajohn.avi
    I miss a property like [projectFolder] so that I can create a custom output template.
    Am I missing something here?
    Tia
    -Ingvar

    Ok, thanks!
    I will probably never upgrade, so that opportunity is lost..
    If anyone know hos to write an extension, or a script for After Effects that can help me out here, I am all ears. I am a programmer, that is my profession, so I could do it myself. But is someone sees this, and knows a little about AE scripting and especially scrpting fore rendering, I am very interested in learning this!
    -Ingvar

  • Can any one suggest me how can I use relative path inside SSIS pacakge to access config file ?

    Can any one suggest me how can I use relative path inside SSIS pacakge to access config file ? Please help me as its urgent.THanks for your help in advance.

    Hi Jay,
    SSIS can only recognize the absolute path of a XML Configuration file, the relative path is not supported. Furthermore, if the XML Configuration file is already generated, we can use the Environment variable package configuration type instead so that
    SSIS runtime automatically looks for the configuration file from the path defined in the environment variable. This is convenient when we need to deploy a package to different environment. We only need to define the environment variable for package configurations
    once on each server, and then the variable can be used by all the packages on this server.
    Regards,
    Mike Yin
    TechNet Community Support

  • How to Create a OLAP Cube in DEV using SSAS from Raw file system backup from Production?

    How to Create a OLAP Cube in DEV using SSAS from Raw file system backup from Production? I dont have a .abf file available. Two paritions in production are missing data. We were able to get back file system backup which contains the files for these two paritions.
    How do I create a cube in Dev using this file system backup.
    we are on SQL Server 2008R2.
    Thanks,

    How to Create a OLAP Cube in DEV using SSAS from Raw file system backup from Production? I dont have a .abf file available. Two paritions in production are missing data. We were able to get back file system backup which contains the files for these two paritions.
    How do I create a cube in Dev using this file system backup.
    we are on SQL Server 2008R2.
    Thanks,

  • How to read/know/use  relative paths in java files ?

    I am able to access files in java after using the
    String TxtURL = "file:///c:/files/TEXTS/";and then loop
    = new File(ma.TxtURL +filename );However , I need to use this in several drives , C , D E etc , how can I use relative path ?
    I used these but they didn't work
    String TxtURL = "file:///TEXTS/";
    String TxtURL = "file:////TEXTS/";
    String TxtURL = "file:///./TEXTS/";
    String TxtURL = "file:///../TEXTS/";

    ya batch , I want to run a java program from batch file
    java C:\...\fileand as u know that C will change , so any suggestions/solutions ?
    thanks

  • How to use PKCS related classes?

    Hi,
    I am happening to deal with PKCS7. The client will send me (the server) a PKCS7 envelope and I need to decrypt and/or get data like certificate, etc from the PKCS7 envelope. Are the required/related classes not part of Java API? We use 1.4.2_06. Do I have to use/buy/download any special API to deal with pkcs?
    This link http://java.sun.com/products/jce/jce122_providers.html says one needs to buy one of the listed Cryptographic Service Providers. Did any one deal with PKCS? If so what did you use/buy/download? Is there any information on net on how to use those APIs - examples, samplex, documentation, etc?
    Thanks in advance for help,
    -Pramodh

    You can use the BouncyCastle JCE provider to use PKCS7 objects. It is free. David Hook's book "Cryptography in Java" provides numerous examples of how to use the BC libraries with PKCS objects.

Maybe you are looking for

  • How to get attachments to a material and open it via fm ?

    Hello experts, in crm 5.0, in tx commpr01 I have a material where I have attached some documents in tabstrip documents. Now I want to select the documents for this material per report and and then after clicking on the selected attachement I want to

  • Table view in Hierarchical list

    Hello All,        I want to display the output details of my application in a tableview. 1, But,the output list must be Hierarchical.I need to    show the  header table and item table details    <b>alternatively and grouped</b> . 2, Is it possible to

  • Error while filling setup table for 2LIS_03_BF

    Hello, I am getting an error while filling set-up table for 2LIS_03_BF. Following is the screenshot of the same. If I check in ST22, I get following, I could fill the setup table for other datasource 2LIS_03_BX without any problem. Please suggest.

  • Want text input containing HTML tags to appear as HTML in output format

    Hi, We have a table in Oracle database that has a column named detail,one of its values is like this: <bold><italics>Good Morning</italics></bold>. What our client wants is that the output format should show: <b><i>Good Morning</b></i>. That is,Bi Pu

  • Problem with plug-ins in Photoshop Elements 10

    I imported plug-ins from CS3 to Photoshop Elements 10 plug-ins folder.  Why do othey not show up in Filters in Photoshop Elements 10?