ROLAP and MOLAP sources for APEX

Hi All,
Was interested in knowing
1) if APEX can query ROLAP objects (tables) from a relational schema ?
2) if APEX can query MOLAP objects (cubes) from a AWM(analytical workspace manager) schema ?
Any help would be appreciated.
Thanks,
Sam.
Edited by: user571269 on Mar 31, 2009 12:17 PM

In short, if you can do it in SQL*Plus, you can do it in APEX. There's nothing out of the box to integrate with OLAP, but if you can express it as a query, you can write a report on it in APEX.
Tyler

Similar Messages

  • Creation of a generic extractor and data source for the FAGLFLEXA table

    Hi All,
    Need to create a generic extractor and data source for the FAGLFLEXA table to support AR reporting. This table contains the necessary profit center information to perform LOB reporting against the AR data.
    Please advice on how to do this.
    Regards, Vishal

    Hi Vishal,
    Its seems a simple a work out.
    1.Go to RSO2 & choose the relevant option ie. whether you want to create Transactional DS, Master Data DS or Text DS.
    2. Name it accordingly & then create.
    3. Give description to it & then give table name FAGLFLEXA.
    4. Save it & activate. If you need it to be delta enabled then click over Delta & you can choose accordingly.
    If you still face some problem then do mail me at [email protected]
    Assign points if helpful
    Regards,
    Himanshu

  • How to find unsued Transfer Rules and Data Sources for a Master Table...??

    How to find unsued Transfer Rules and Data Sources for a Master Table...?? My requirement is i need to delete those Transfer rules and Data Sources which are not in use

    Hi
    Go to manage of the Text or attirbute of the master data object, see what are being loaded daily from there and delete the remaining.
    Cheer
    Ans as expected, Please reward

  • Regarding the inbuilt log and audit tables for APEX 4.1

    Hi,
    When we acces the Administrator login then we can view various logs like the sql commands that have been recently fired,user list for a workspace,access to each application.Where are these data stored and fetched.Also could we get the inbuilt audit and log table for APEX 4.1 ?
    Thanks and Regards

    >
    Please update your forum profile with a real handle instead of "935203".
    When we acces the Administrator login then we can view various logs like the sql commands that have been recently fired,user list for a workspace,access to each application.Where are these data stored and fetched.Also could we get the inbuilt audit and log table for APEX 4.1 ? This information is available through APEX views. See:
    <li>APEX views: Home > Application Builder > Application > Utilities > Application Express Views
    <li>Monitoring Activity Within a Workspace
    <li>Creating Custom Activity Reports Using APEX_ACTIVITY_LOG
    Note that the underlying logs are purged on a regular basis, so for the long term you need to copy the data to your own tables, as Martin handily suggests here.

  • Internal and External sources for OBIEE

    Hi,
    When we say OBIEE can integrates data feeds from internal and external sources..what exactly does this mean. Can OBIEE even do that? Thanks

    Hi,
    We have a requirement where the data sources are from internal and external sources. I was not sure of it too and so raised the question on forums. I am assuming internal sources would be Oracle etc within the system and external would be out of the application. Not sure exactly what is meant by it.

  • Unable to find Transfer Rules and Data Source for 0PERSON Info Source

    Hi,
    I'am working on SALES ANALYSIS Configuration with the help of SAP Best Practices.
    I'am trying to load Master Data Attributes/Texts/Hierarchies.
    I'am able to load for allmost all the InfoPackages which i created for particular DataSource.
    Now i need to load master data for 0PERSON InfoObject under that Person (Attributes) and Person (texts) are there,for this 2 Transfer Rules and the DataSource has to be defined by default as it is defined for other Attributes/Texts/Hierarchies.But i'am unable to find a DataSource and Transfer Rules to create a infopackage for PERSON Attributes and Texts.
    Please gudie me with a solution in order to get these Transfer Rules and DataSource for this Attributes and Texts.
    With regards,
    Pradeep.B

    Hi,
    Install the corresponding master data objects from Business content. Go to data source find out the needed datasource, replicate it. If you want you can migrate it also.
    If still you are not getting 0person masterdata object datasource & transformation structure, then you have to create the transformation, Infopackage.
    Hope if you will install the business content again, it will solve your problem.

  • Choose the appropriate and cheapest license for Apex

    Dear Experts,
    If a customer likes Oracle Apex and want his system to be built with this technology on his private server but he has problems in expensive license of Oracle Database compared with MS SQL Server.
    If the customer has:
    - Planned No. of users: 25 user - max of 10 concurrent users.
    - Server Processor: Intel Xeon(R) CPU X3440 @ 2.53GHz 2.53GHz - 64bit
    - Server RAM:  4GB (I think it is too low for his number of users)
    I have the following questions:
    1) What is the cheapest and appropriate Oracle Database License to buy for this customer to build Oracle Apex system for his users?
    2) What are the cheapest and recommended upgrades in the server processor and RAM in order to provide a good performance for the system with that number of users?
    Best Regards
    Mahmoud

    Dear Scott,
    Thank you for reply. If we look at:
    Comparison between Oracle Database 12c Editions
    We will find the following features not available in Express Edition compared to Standard Edition One
    1) High Availability - Fail Safe
    2) High Availability - Server Managed Backup and Recovery
    3) Performance and Scalability - Integrated Clusterware
    4) Security Defense In Depth - Proxy Authentication
    5) Application Development - Oracle Flashback Data Archive
    6) Application Development - SQL Pattern Matching
    7) Application Development -  Temporal Database
    8) Application Development - Java Support
    9) Manageability - Oracle Enterprise Manager
    10) Manageability - Oracle Automatic Storage Management
    11) Integration - Based Replication
    12) Unstructured Data Management - Multimedia
    13) RAM - 1GB
    - Do I need to plan for some of those features in the first or second release of system? especially those related to backup?
    - Is RAM 1 GB too low for good performance according to the number of concurrent users?
    - Do I need to upgrade or replace the Server HW specially processor to have a good performance or upgrading RAM only is enough?
    Regards
    Mahmoud

  • Metadata ROLAP and MOLAP

    Hello,
    I just want a confirmation:
    Metadata ROLAP is in the catalog OLAP therefore owned by the user OLAPSYS.
    Metadata MOLAP lie directly in the AW of the user who created the it.
    Is it correct?
    Someone has a little more information?
    Thank you in advance,
    David

    I used Oracle Enterprise Manager 11g to create a dimension Radar (with level and a level Product Family), here's the code it generates:
    CREATE DIMENSION GLO.DIMRADAR
         LEVEL FAMILLE IS RADAR.RADAR_FAMILLE
         LEVEL PRODUIT IS RADAR.RADAR_PRODUIT
    HIERARCHY HRADAR (
         PRODUIT      CHILD OF
         FAMILLE)
    ATTRIBUTE FAMILLE DETERMINES RADAR.RADAR_FAMILLE
    ATTRIBUTE PRODUIT DETERMINES RADAR.RADAR_PRODUIT;
    begin
    cwm_olap_dimension.set_plural_name('GLO', 'DIMRADAR ', 'DIMRADAR ');
    cwm_olap_dimension.set_display_name('GLO', 'DIMRADAR ', 'DIMRADAR ');
    cwm_olap_level.set_display_name('GLO', 'DIMRADAR ', 'FAMILLE', 'FAMILLE');
    cwm_olap_level_attribute.set_name('GLO', 'DIMRADAR ', 'FAMILLE', 'RADAR_FAMILLE', 'RADAR_FAMILLE');
    cwm_olap_level.set_display_name('GLO', 'DIMRADAR ', 'PRODUIT', 'PRODUIT');
    cwm_olap_level_attribute.set_name('GLO', 'DIMRADAR ', 'PRODUIT', 'RADAR_PRODUIT', 'RADAR_PRODUIT');
    cwm_olap_hierarchy.set_display_name('GLO', 'DIMRADAR ', 'HRADAR', 'HRADAR');
    cwm_olap_dim_attribute.create_dimension_attribute('GLO', 'DIMRADAR ', 'Long_Description', 'Long_Description', '');
    cwm_classify.add_entity_descriptor_use(41, cwm_utility.DIMENSION_ATTRIBUTE_TYPE, 'GLO', 'DIMRADAR ', 'Long_Description');
    cwm_olap_dim_attribute.create_dimension_attribute('GLO', 'DIMRADAR ', 'Short_Description', 'Short_Description', '');
    cwm_classify.add_entity_descriptor_use(42, cwm_utility.DIMENSION_ATTRIBUTE_TYPE, 'GLO', 'DIMRADAR ', 'Short_Description');
    cwm_olap_dim_attribute.add_level_attribute('GLO', 'DIMRADAR ', 'Long_Description', 'FAMILLE', 'RADAR_FAMILLE');
    cwm_olap_dim_attribute.add_level_attribute('GLO', 'DIMRADAR ', 'Short_Description', 'FAMILLE', 'RADAR_FAMILLE');
    cwm_olap_dim_attribute.add_level_attribute('GLO', 'DIMRADAR ', 'Long_Description', 'PRODUIT', 'RADAR_PRODUIT');
    cwm_olap_dim_attribute.add_level_attribute('GLO', 'DIMRADAR ', 'Short_Description', 'PRODUIT', 'RADAR_PRODUIT');
    cwm_classify.add_entity_descriptor_use(41, cwm_utility.LEVEL_ATTRIBUTE_TYPE, 'GLO', 'DIMRADAR ', 'FAMILLE', 'RADAR_FAMILLE');
    cwm_classify.add_entity_descriptor_use(41, cwm_utility.LEVEL_ATTRIBUTE_TYPE, 'GLO', 'DIMRADAR ', 'PRODUIT', 'RADAR_PRODUIT');
    cwm_classify.add_entity_descriptor_use(42, cwm_utility.LEVEL_ATTRIBUTE_TYPE, 'GLO', 'DIMRADAR ', 'FAMILLE', 'RADAR_FAMILLE');
    cwm_classify.add_entity_descriptor_use(42, cwm_utility.LEVEL_ATTRIBUTE_TYPE, 'GLO', 'DIMRADAR ', 'PRODUIT', 'RADAR_PRODUIT');
    commit;
    end;
    Why SQL does not the code be enough to create my dimension?
    I see it creates attributes in the SQL and using procedures to, why?
    Again and again thank you,
    David
    Message was edited by:
    diggy

  • Lost Drivers And Applicatio​ns Source For Recovery Manager

    Hello
    I have HP Pavillion DV6 6115tx laptop and accidently i deleted the Drivers And Applications Source For Recovery Manager from C:..
    Now I want to get that source back.
    Please Somebody help me.
    Product HP Pavillion DV6 6115tx 
    OS Windows 7 64Bit
    This question was solved.
    View Solution.

    The only way to get it back is to do a System Recovery either using your Recovery Disks or by tapping F11 key immediately after powering on the laptop.
    Or you can just download drivers and software from your model's page:
    http://h10025.www1.hp.com/ewfrf/wc/product?product​=5113657&cc=us&dlc=en&lc=en&query=DV6%206115tx&too​...=
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • Data Source for DAR01 field in HR.

    Hi Guys,
    I have the following fields in HR area PA. First three fields are for D.O.J. group and last field is for Date type from table PA0041. I didn't find any info object and data source for these fields in BI. Can any one help me out for finding standard data source. 
    1. DAR01
    2. DAR02
    3. DAR03
    4. DAT01
    Thanks
    Chintu

    Hi,
    Check the table RSOSFIELDMAPSH in the BW side, this should be helpful for you.
    Thanks,
    Arminder

  • Stored Procedure used as a data source for an Apex report

    Just wondering whether anyone has used a Stored Procedure as the data source for an Apex report. An option to select Stored Procedures(s) as the data source does not appear within the IDE (only displays Table, Views, Functions).
    Do you have to return the definition of the Stored Procedure via a function ... if so, how is this done ?
    Thank you.

    >
    Welcome to the forum: please read the FAQ and forum sticky threads (if you haven't done so already), and update your profile with a real handle instead of "920338".
    When you have a problem you'll get a faster, more effective response by including as much relevant information as possible upfront. This should include:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s)
    With APEX we're also fortunate to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproducing things there is the best way to troubleshoot most issues, especially those relating to layout and visual formatting. If you expect a detailed answer then it's appropriate for you to take on a significant part of the effort by getting as far as possible with an example of the problem on apex.oracle.com before asking for assistance with specific issues, which we can then see at first hand.
    Just wondering whether anyone has used a Stored Procedure as the data source for an Apex report. An option to select Stored Procedures(s) as the data source does not appear within the IDE (only displays Table, Views, Functions).
    Do you have to return the definition of the Stored Procedure via a function ... if so, how is this done ? When asking a question about "reports" it's firstly essential to differentiate between standard and interactive reports. Standard reports can be based on tables, views, SQL queries, or PL/SQL function blocks that return the text of a SQL query. Interactive reports can only be based on a SQL query.
    "Stored Procedures" are therefore not an option (unless you are using the term loosely to describe any PL/SQL program unit located in the database, thus including functions). What would a procedure used as the source of a report actually do? Hypothetically, by what mechanisms would the procedure (a) capture/select/generate data; and (b) make this data available for use in an APEX report? Why do you want to base a report on a procedure?

  • Source for Custom Action Table in SQL 2008 and above.

    Up till SQL 9.0, there used to be a CustomAction table in SqlRun.msi but this file was removed in the later versions. Is this still there in any other file or is there an alternate source for pausing the install process at a certain stage?
    yup

    SQLrun.msi is removed from 2008 onwards but it was not used for stopping intall process as per below link it was used for starting SQL server and getting info about list of application installed
    SQLmsi file
    What is your requirement exactly
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers
    My TechNet Wiki Articles

  • I am running 10.6.8 and using iweb for my web site. After several SEO analysis they all indicate I need H1-6 header tags. After looking at the source code I see there are none in iweb. Is it necessary to add? If so, how do I add H Tags to iweb.

    I am running 10.6.8 and using iweb for my web site. After several SEO analysis they all indicate I need H1-6 header tags. After looking at the source code I see there are none in iweb. Are they necessary to add?  Why would one add these tags and how do I add H Tags to iweb? And are there examples to look at? I am slowly learning about simple web design and assumed that iweb was stand alone without having to write code. Is this one of the reasons iweb is no longer supported? Thanks for looking at this!

    A simple text page like this:
    Heading
        sub heading
              text paragraph ....
    Is traditionally represented by html tags like:
    <h1>Heading</h1>
         <h2>sub heading</h2>
              <p>text paragraph ... </p>
    I would guess that the use of h1-h6 tags helps search engines to understand the structure of a page as the tags imply a certain structure.
    This can be compared to more generic tags like <div> that could represent any kind of content - and may be what iWeb uses (you'll have to check yourself).
    I would generally recommend that you use some kind of up to date blog/site building tool, perhaps Wordpress or Squarespace (I haven't used either one myself) that support current web technologies - this should reduce your SEO issues and make it easier to properly support mobile/tablet users.

  • SharePoint PPS 2013 Dashboard Designer error "Please check the data source for any unsaved changes and click on Test Data Source button"

    Hi,
    I am getting below error in SharePoint PPS 2013 Dashboard Designer. While create the Analysis Service by using "PROVIDER="MSOLAP";DATA SOURCE="http://testpivot2013:9090/Source%20Documents/TestSSource.xlsx"
    "An error occurred connecting to this data source. Please check the data source for any unsaved changes and click on Test Data Source button to confirm connection to the data source. "
    I have checked all the Sites and done all the steps also. But still getting the error.Its frustrating like anything. Everything is configured correctly but still getting this error.
    Thanks in advance.
    Poomani Sankaran

    Hi Poomani,
    Thanks for posting your issue,
    you must have to Install SQL Server 2012 ADOMD.Net  on your machine and find the browse the below mentioned URL to create SharePoint Dashboard with Analysis service step by step.
    http://www.c-sharpcorner.com/UploadFile/a9d961/create-an-analysis-service-data-source-connection-using-shar/
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • HELP!  I tunes wouldn't update so I tried to delete and reinstall.  I keep getting a message stating the installation source for this product is not available.  Verify that the source exists and that you can access it.  please help!!

    Help!  Itunes wouldn't update so I tried to delet and reinstall.  I keep getting a message: The instillation source for this product is not available.  Verify that the source exists and that you can access it.  I also get this message:  The feature you are trying to use is on a network resource that is unavailable.  Click OK to try again, or enter an alternate path to a folder containing the installation package 'iTunes64.msi' in the box below.  Help I have no idea what that means or how to fix it. 

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page). Here's a screenshot showing the particular links on the page that you should be clicking:
    After clicking one of the circled links, you should be taken to another page, and after a few seconds you should see a download dialog appear for the msicuu2.exe file. Here's a screenshot of what it looks like for me in Firefox:
    Choose to Save the file. If the dialog box does not appear for you, click the link on the page that says "CLICK HERE IF IT DOES NOT". Here's a screenshot of the page with the relevant link circled:
    When the dialog appears, choose to save the file.
    (2) Go to the Downloads area for your Web browser. Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

Maybe you are looking for

  • Mem upgrade on MS-6382

    I have purchased 2x CT12864Z40B from crucial.com to upgrade my Microstar ms-6382 based system. I can used either memory module (with or without the original 256mb module), yet am unable to use both of the new modules together. I have checked that my

  • 23" Cinemadisplay HD won't show text based graphics.

    Hi. I have recently purchased a 23" Cinemadisplay HD that had been left on the shelf in a local electronics store (from early 2008, with the aluminum frame and stand) that I'm using on a PC running Linux. My graphics adapter is an nVidia 6800 AGP8X c

  • PO Number and Vendor Report

    Hi, I have requirement like 1) How many number of PO' s are issued in a period. Say for the Period of 2007 year. 2) How many numbers of vendors are involved for that period in the PO's. Is there is any standard report meeting above requirement. I app

  • How can I reset my iPad YouTube password? I can't sign into youtube on iPad. It says Username or password is wrong although both are correct when I log into YouTube account via Google.

    how can I reset my iPad YouTube password? I can't sign into youtube on iPad. It says Username or password is wrong although both are correct when I log into YouTube account via Google. I also tried my husbands youtube login and password and the same

  • Need help in user exits

    Hi,   I am working on purchase req. enhancement,i developed a subscreen at item level with 9 fields. the screen is coming properly.when i enter data, i have to store this data in eban table. for this i append a str with those fields.How can i update