How to create a logical fact table in a layer MDB?

Hello

I have 3 Dimension table - 2 are in a schema and the last is another schema. Using this 3 dimension tables, I need to create a logical fact table.
So, my question is if we can create this table made by joining these 3 dimension table that are 2 different schema s?

Thank you

Hi Kuldip,
Business is never a problem.

Presentation layer is used to group similar business lines tables.
It's just for users to understand or requirrment.

You can use different domain tables to create a report. However the MDB and the physical joins is given in the tables to the RPD. It is compulsory to join tables in MDB layer and the physical layer to be used in the analysis.

Hope that clarifies.

A course if you think perticular table is used in the object anaother are, so you must add this table to the domain of the RPD. (Which makes sense)

Mark if it is correct,

Bachelot

Tags: Business Intelligence

Similar Questions

  • How to create the logical tables & how to give joints according to obiee 11g?

    Hello

    I have again to obiee 11g. I want to create the logical tables in MDB layer.

    After that I want to give joins according to MDB.

    I don't know, how to create the logical tables and how to give joints according to obiee 11g?

    Please help me.

    Thanks in advance,

    A.Kavya

    Hello

    The new logical table is right click on the MDB itself, for the join you generally in the business model diagram (again right click on objects).

    Maybe it's better if you start from a kind of tutorial to at least have an overview of what is happening where (layer business and physical layer etc.).

    Take a look at what Oracle has available: Oracle BI EE 11 g

    And no doubt, it can be a good start: https://apexapps.oracle.com/pls/apex/f?p=44785:24:0:NO:P24_CONTENT_ID, P24_PREV_PAGE:9787, 2

  • How to create a Ref cursor table

    I have a proc that returns a Ref Cursor, what is the easiest way to create a table based on the return of the ref cursor?

    declare
    type rc is ref cursor;
    p_data rc;
    Start
    call_my_proc (p_data);
    : result: = p_data; ((- If I run this in TOAD I can see the data here, but I want to create a table based on it rather than showing)
    end;


    Thank you.


    Edit: sorry. typed this wrong, first time, should be right now

    I recommend you read this first... {: identifier of the thread = 886365}

    and then you'll have a better idea of how to make to create a table in your query.

  • How to create a unique temporary table delete automatically after the join?

    I have a lot of users simultaneously accessing web applications.
    My problem is how to fix the SELECT WHERE IN('..') clause ...

    I read a lot of threads with the same option...

    (1) open the connection and start transaction
    2) create temporary table
    (3) Insert (insert batch) data
    (4) the main objective. SELECT JOIN or SELECT WHERE IN (SUBQUERY).
    (5) end of transaction and close the connection

    How can I ensure that the temporary table created was deleting/moving on 5)?

    Thank you very much..

    You can do this by using global temporary tables. Also data from the temporary table is automatically deleted after that validation but the table will remain.

    for example

    CREATE TEMPORARY TABLE global today_sales
    ON COMMIT DELETE ROWS
    AS SELECT * FROM Orders WHERE order_date = SYSDATE;

    http://download.Oracle.com/docs/CD/B19306_01/server.102/b14231/tables.htm#i1006400

    http://download.Oracle.com/docs/CD/B19306_01/server.102/b14200/statements_7002.htm#i2153132

    http://download.Oracle.com/docs/CD/B19306_01/server.102/b14200/statements_7002.htm#i2153132

    Concerning
    Rajesh

    Published by: Rajesh on June 10, 2010 15:34

  • How to create and populate a table of specific size

    How can I write a script in a table to a specific size?

    Matt

    If you want to exactly hit the mark 5 MB or do you not care as long as you exceed 5MB?

    If all you want to do is more than 5MB create a table in the desired table space:

    CREATE TABLE big (id number, filler varchar2(1024))
    TABLESPACE your_table_space
    STORAGE (INITIAL 4M NEXT 1M);
    

    Then insert a bunch of folders:

    insert into big (select level, rpad('x', 1024, 'x') from dual connect by level <= 5*1024);
    

    That should do it.

  • How to create a pagination ADF Table in JDev 11.1.2.3.0?

    Hello

    I have a requirement to create ADF Table Pagination in Jdev 11.1.2.3.0.

    11.1.1.7 Jdev, I see there is an option to create a pagination by setting "scrollpolicy = page.

    I'm not able to find such a property in Jdev 11.1.2.3.

    Y at - it another option to do this declaratively?  I want to avoid java coding for this.

    But if the coding of java is the only way, ask to suggest a better/more secure approach for this.

    Thank you and best regards,

    Tejas desrousseaux

    I'm afraid that you do not have this option for 11.1.2.3.0 out of the box, but you can make it work, please see below:

    Andrejus Baranovskis Blog: Oracle ADF 11 g Table custom paging

  • How to create a form of table layout using iterator?

    I want to make several elements in a table format using an iterator. Can someone guide me on how to align the different columns, as in a table?

    I can't use the built in table because I want to change the display later using javascript and the af:table component does not work with it.

    The table will be in a panelsplitter element. The code I have right now:

    <af:iterator id="i1"
                       value="#{bindings.DenormPlanLine1.collectionModel}"
                       var="row"
                       rows="#{bindings.DenormPlanLine1.rangeSize}">
                        <af:panelGroupLayout id="pg1" layout="horizontal"
                                             inlineStyle="width:800.0px;">
                          <f:facet name="separator">
                            <af:spacer width="5" height="1" />
                          </f:facet>
                          <af:outputText value="#{row.StartDate}"  styleClass="sDate"/>
                          <af:outputText value="#{row.FinishDate}" styleClass="fDate"/>
                          <af:outputText value="#{row.DenormWbsLevel}" styleClass="level"/>
                          <af:outputText value="#{row.DisplaySequence}" styleClass="dSequence"/>
                          <af:outputText value="#{row.ElementVersionId}" styleClass="elVersionId"/>
                          <af:outputText value="#{row.TaskType}" styleClass="taskType"/>
                          <af:outputText value="#{row.PercentComplete/100}" styleClass="percent">
                            <af:convertNumber type="percent" />
                          </af:outputText>
                        </af:panelGroupLayout>
                        <af:spacer width="100%" />
                        </af:iterator>
    

    User, please tell us your Jdev version!

    Check out this sample http://andrejusb.blogspot.de/2011/05/oracle-adf-11g-custom-table-pagination.html

    Timo

  • Hello! can any1 pls let me know how to create a look up table in labview and use it in the vi.


    If the lookup table will always stay the same (for example, a character generator or something similar), you can put the values into a constant matrix 2D on your diagram, with the input as a column, the equivalent in the other value. When you need to search you use an array of index to return all values in the "input" column, search for it using 'search in table 1 d' and the index number that results allows you to index the data in the other column. If the values may change, so it is probably better to load a table control with your equivalent values from a file.

    S...

  • How to create composite indexes for Table Type

    Hello

    I have a file type my_rec

    Type my_rec is RECORD)
    Field1 varchar2 (100),
    VARCHAR2 (100) Field2.
    field3 varchar2 (100));

    I declare a table type

    Type my_tt is table of my_rec INDEX OF VARCHAR (200);

    Here, instead of using varchar (200) can I said anyway that the values of Field1 and Field2 is a composite index?

    Thank you
    Paddy

    Still not able to solve my problem.

    No need to simplify.
    It's just not possible.

    1 index-by must be PLS_INTEGER, directory or VARCHAR2.
    2 anchor statements cannot be used (I know this isn't what you're doing here).
    3. you can not make a kind of self-reference on one of the fields in the index.

    An alternative is to make the big collect in a collection indexed by pls_integer, then go fill another collection with varchar2 key.

  • How to create the underlayer of a programmatic ally layer?

    Hello

    I want to know if we can create a sublayer of layer by program or not. If it is possible then how?

    I couldn't find any function in this respect in the sdk. Please suggest me.

    Thank you.

    Have you tried something like:

    AILayerHandle newLayer = 0;

    sLayer-> InsertLayer (parentLayerHandle, kPlaceInsideOnTop, & newLayer);

    They do not mention kPlaceInsideOnTop in the documentatino for InsertLayer(), but I guess that's how you would do. If this isn't the case, I have no idea.

  • How to create and update the thumbnail of each layer on the extension Panel on all actions of the user on the artboard

    I am in the process of creating an extension where I need to display thumbnails of all layers and work plans.

    But in addition I want to update the thumbnails on each user of the action occurs on the artboard. (just the way that in the standard Layers dialog box).

    From now on, I use imagecapture() API to get the images of work plans and diapers. Please suggest if there is somewhat faster and easier to achieve.

    Any help is very appreciated.

    No doubt, DOCUMENT_CHANGED event raised when activeDocument under tension.

    However, I found below in the script of ai_hostadapter assistance.

    /**

    * Sent when a change occurs in the selected art objects or a modification of the work as to move a point on a path occurs. You cannot distinguish a change in selection of a change in editing work. There is no that means that one or the other. Receive this does not necessarily mean that returned all of the selected objects, as AIMatchingArtSuite::GetSelectedArt(), is different.

    */

    AIEvent.ART_SELECTION_CHANGED = "Selection Art changed notifier";

    I think you can catch the event using kAIArtSelectionChangedNotifier when the content of the document has changed.

  • Help! Logical physical Table table - imported as fact table

    I am trying to create a logical table. When I drag the alias of the physical layer in the MDB, logic is created with the sign #. I think that it indicates as a fact table. I can't create a logical dimension of this table. How can I make the table come in a logic instead of a fact?

    Thank you for your help.

    1 > drag the physical Table in MDB. It will create a logical fact table in MDB Test for example.

    2 > duplicate this logical fact table. Another fact logical Test #1 table will be created.

    3 > select Test / Test No. 1 logical tables, and then right-click and select model for Business diagram.

    4 > create a new logical join between the Test and the Test #1 in MDB. Make sure that this Test: Test #1 cardinality is 1:M.

    5 > This will make the Test as a logical dimension table. Double-click the logical size Test table, go to the tab key and create a primary key.

  • How can I create a logic reports OLAP Cube in AWM

    Hello

    I created several cubes, but now the client wants to have a cube created report so that we can report in a cube. Can someone tell me please to some guidance on how to create a logical cube.  Thanks in advance

    Its a simple idea... a bit like a layer of sql-opinion on the data stored in sql tables.

    I just tape a few points quickly.  If you do not understand it, feel free to post more questions.

    Lets say, you have the following stored cubes where data has been loaded and grouped.

    Designed by DIM1, DIM2 and DIM3, DIM4, TIME CUBE1 (with stored measures meas1x, meas1y, meas1z)

    CUBE2 (with meas2x, meas2y, meas2z stored measures) designed by DIM1, DIM3, DIM5, 6 TIMES

    CUBE3 (with meas3x, meas3y, meas3z stored measures) designed by DIM1, DIM2, DIM3, 6 TIMES

    Now you create a cube considered, lets call it RPT_CUBE

    RPT_CUBE must be dimensioned by all dimensions. This is the important point.

    It will be only calculated measures, NO measurement stored.

    Create a base (calculated) measure in RPT_CUBE that points to a stored measurement.

    So, for the stored measures 9 above, you will have 9 measures calculated in RPT_CUBE.

    Other measures (such as time) will be created by using these basic measures in RPT_CUBE.

    The properties LOOP_DENSE and LOOP_VAR parameters are critical for each measure in RPT_CUBE.  Often that's correct, but I have seen cases, when it is not set correctly, so I had to manually fix these two properties for measurements in my RPT_CUBE.

    When you query RPT_CUBE measures, make sure that WHERE the conditions are met for all dimensions.

    The value of the dimension of topancestor of a hierarchy, if it is not necessary in the query.

  • How to create a multiline table/column comment

    Can someone tell me how to create a multi-line table or a column comment?

    Apparently, the concatenation operator (|) does not work with the COMMENT statement.

    I tried to find the Oracle manuals and couldn't find an answer.
     
    COMMENT ON TABLE sometbl IS 'i would like to break up this comment into several lines in order to improve readability'; 
    Indeed, that's what I would do (but it does not work):
     
    COMMENT ON TABLE sometbl IS 
      'i would like to break up ' || CHAR(10) || 
      'this comment into several lines ' || CHAR(10) || 
      'in order to improve readability' || CHAR(10); 
    Oracle version is 10.2.0.4
    COMMENT ON TABLE sometbl IS
    'i would like to break up
    this comment into several lines
    in order to improve readability';
    
  • How to create a common hieracrhy calendar?

    I need to create a repository to support the following business scenario.

    My client has a Supportcall management system and he wants a report to show the volumes of Supportcalls in the following format. A Supportcall recorded Monday, first met Monday, resolved Wednesday and finally closed by the customer on Friday should be included in the report as follows:
    LUN Mar sea game Fri
    Date1 Date2-Date3 date.5 Date4
    New call 1 0 0 0 0
    answer 1 1 0 0 0 0
    resolution 1 0 0 1 0 0
    0 0 0 0 1 private clients

    I have the following physical tables at my disposal

    Table: FACT_SUPPORT_CALLS
    CALL_NUMBER
    CALL_ENTRY_DATE_ID
    FIRST_RESPONSE_DATE_ID
    FIRST_RESOLUTION_DATE_ID
    CUSTOMER_CLOSED_DATE_ID
    CALL_TYPE
    CUSTOMER_TYPE

    Table: DIM_CALENDAR
    ID_CALENDAR
    DAY
    DAY OF THE WEEK
    WEEK
    MONTH
    YEAR

    I created 4 measures (new calls, 1st response, resolution 1 & customer closed) in the layer MDB by creating logical columns (with aggregation-rule = Count) and their mapping against the physical table using a Case statement:

    The CASE i.e. WHEN FACT_SUPPORT_CALLS. CALL_ENTRY_DATE_ID <>'-1' THEN 1 END.

    Then I need to provide a calendar hierarchy, so that the user can start at the level of the year i.e. and drill-down to the day level as shown in the example.

    In the physical layer, I created 4 alias for DIM_CALENDAR
    DIM_CALENDAR_CALL_ENTRY
    DIM_CALENDAR_FIRST_RESPONSE
    DIM_CALENDAR_FIRST_RESOLUTION
    DIM_CALENDAR_CUSTOMER_CLOSED
    and I created the joins between each DATE_ID, relevant and DIM_CALENDAR (p. EX. DIM_CALENDAR_CALL_ENTRY.ID_CALENDER = FACT_SUPPORT_CALLS. CALL_ENTRY_DATE_ID)
    But how to create 1 calendar hierarchy that handset/joins these dimensions four calendar?

    What is the best way to achieve this?

    Thanks in advance for your suggestions.

    Rather than create aliases of the dimension of your calendar table, you must create aliases of your fact table.
    Next step is to create a join between the dimension of your calendar table and the table physics alias.
    Then add the table as LTS alias separated at the logical fact table.
    Last step is to map the fact right at the table source just makes sense.

Maybe you are looking for