Doing a Join on a Left Join on a different table.

I have this:
from table1 t1
LEFT OUTER JOIN ON table2 t2
(t1.col1= t2.col1)
I want to do a straight join on table2 to a third table (table3) on different columns.
I know the old way is:
from table1 t1, table2 t2, table3 t3
where
table1.col1(+) = table2.col1 and
table2.col2 = table3.col2
I'm only familiar with the old syntax. How do I say what I want to way using the new(9i) syntax?
Message was edited by:
user623359
Message was edited by:
user623359

How about something like...
from table1 t1 LEFT OUTER JOIN table2 t2 ON (t1.col1= t2.col1)
                          JOIN table3 t3 ON (t2.t3col1 = t3.col1)

Similar Messages

  • Logical table does not join to any logical table

    HI,
    I want to implement Business Unit hierarchy for drill down in OBIEE  so I’ve created a custom table with the hierarchy information,
    I’ve imported that table in the out-of the box physical schema & defined a relationship between the W_ORG_D table & my custom INVENTRY_ORG table as INVENTRY_ORG.BU_ID = W_ORG_D. VIS_PR_BU_ID* but when I try to check in my changes I’m getting the following error.*
    Logical table INVENTRY_ORG does not join to any logical table.
    Kindly let me know how to resolve this error.One more doubt i have is can we import custom tables in the out of the box OBIEE mappings for SIEBEL..that is the core subject area.
    Thanks,

    Hi user10340125 ,
    1) I think you have joined tables in physical layer, but you have not created complex join in logical layer.
    Check your consistency and see what warnings you are getting.
    2) Yes you can import custom tables in whatever subject area. Once you imported tables in physical layer, then they all are just objects, so you can freely play around with them. Just for best practices, make sure you follow proper naming convention for custom tables and columns..
    - Vinay

  • Join resuslt from different table

    I have table A:
    col 1 | Col 2
    AC11 AC21
    and table B:
    col 1 | Col 2
    BC11 BC21
    I need a select statement that'll return
    RESULT:
    AC11 | AC12 | BC11 | BC12
    is this possible?

    Continuing with my above post:
    But if there are more then 1 rows in each table then there will be a problem so a common field (foreign key) will be required for proper results using join.
    with table1 as (select 'AC11' col1, 'AC21' col2
                    from dual
                    union
                    select 'AC111' col1, 'AC211' col2
                    from dual),
    table2 as (select 'BC11' col1, 'BC21' col2
                    from dual
               union
               select 'BC111' col1, 'BC211' col2
                    from dual)
                    select table1.col1, table1.col2, table2.col1, table2.col2
                    from table1, table2
    COL1  COL2  COL1_ COL2_
    AC11  AC21  BC11  BC21
    AC11  AC21  BC111 BC211
    AC111 AC211 BC11  BC21
    AC111 AC211 BC111 BC211
    4 rows selected.Instead of 2 the output will be 4 records as there is no JOIN condition.
    Best Regards
    Arif Khadas

  • Joining on two large tables give breaks connections?

    I am doing inner join on two large tables (172,818 and 146,215) give breaks connections. Using Oracle 8.1.7.0.0
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    Oraigannly I was trying to do alter table to add constrints, it gave the error aswell.
    ALTER TABLE a ADD (CONSTRAINT a_FK
    FOREIGN KEY (a_ID, a_VERSION)
    REFERENCES b(b_ID, b_VERSION)
    DEFERRABLE INITIALLY IMMEDIATE)
    Also gives same error. Trace file does not make sense to me.

    Thanks for the reply, no luck yet.
    SQL> show parameter optimizer_max_permutations ;
    NAME TYPE VALUE
    optimizer_max_permutations integer 80000
    SQL> show parameter resource_limit ;
    NAME TYPE VALUE
    resource_limit boolean FALSE
    SQL>

  • Repository Consistency Check 39008 "does not join"?

    I'm using Administration Tool 11.1.1.6.0 with a Repository version of 318.
    I have imported my star schema metadata from the database using an OCI connection. All the joins were included, so I can go to Physical->Fact Table->Physical Diagram->Object(s) and Direct Joins and it shows my fact table linked to all my dimension tables. I then clicked-and-dragged my schema to the Business layer. I created my dimension by right-clicking on my logical tables in the Business layer and choosing Create Logical Dimension -> Dimension with Level-Based Hierarchy. This worked for all the dimensions that had only one level (a base level and a grand total level), but resulted in some odd errors when done for dimensions with more than one level. I got around these errors by manually creating these dimensions, clicking-and-dragging the logical columns in, and setting up the keys.
    Only now when I do I consistency check, I get three of the following warnings, one for each dimension that has more than one level:
    WARNINGS:
    Business Model [Business Model]:
    [39008] Logical dimension table [Logical Table] has a source [Physical Table?] that does not join to any fact source.At least, I think it is referring to the Physical Table, but changing the name of the Physical Table doesn't change the error message, though changing the Logical Table name does, so I'm not really sure what it is referring to. Here is what one looks like precisely:
    [39008] Logical dimension table Time has a source TIME that does not join to any fact source.Now, each of the three multi-level dimensions have a base level with a key that is present in the Fact Table. I can even right-click on the Fact Table on the Business Layer and go to Business Model Diagram or Physical Model Diagram and get a diagram of my fact table linked to all of its dimensions, including the three in question. Analysis made in OBIEE work so long as I don't use those three dimensions.
    Does anybody have any idea what I'm missing here?

    Thanks, it looks like the field for those three logical dimensions was left blank for some reason. So it was because the Logical Dimensions weren't joining to the Fact Table, rather than the Logical Tables?

  • Does not join to any fact source issue in 10g

    HI,
    I am getting below issue while compiling rpd.
    Logical Dimension Table Dim-XX has a source xx_aa that does not join to any fact source.
    Let me describe situation here.
    In physical layer , i have one xx_v table . there is no join condition physical layer. But in BMM layer we have created two logical tables for single xx_v table and providing join in bmm layer. When am compiling it i'm getting an error.
    The one which i have using current rpd, same rpd in production with out any warnings(Logical Dimension Table Dim-XX has a source xx_aa that does not join to any fact source) and they don't have any logical level mapping in content tab. But i am using same rpd in dev instance getting warnings.
    Thanks,
    Mal
    Edited by: user10675696 on Feb 11, 2013 3:08 AM

    Hi Srini,
    Please find the below warning here and we don't have an hierarchy for MTL_SYSTE_ITEMS_B
    [39008] Logical dimension table Mtl System Items B has a source MTL_SYSTEM_ITEMS_B that does not join to any fact source.
    I am getting this in Dev instance only but not in Production. But one rpd can be used in dev and production instances.
    Thanks,
    Mall

  • AIR-CAP3502I-E-K9 does not join preferred controller

    I have an AIR-CAP3502I-E-K9 AP that is configured for two WLAN controllers with preferred order. However the AP does not join the primary controller, but uses the secondary one instead. I have a bunch of these AIR-CAP3502I-E-K9s , majority work fine, but three of them not.
    I have tried commands according to
    https://supportforums.cisco.com/docs/DOC-24917
    In the controller's GUI  the order is properly configured. I also tried to use 'Clear All Config" option on the controller and configured the AP from the scratch, but this did not help.
    Here is what I have
    XXXX#sh capwap client config
    configMagicMark         0xF1E2D3C4
    chkSumV2                30883
    chkSumV1                1073
    swVer                   7.2.111.3
    adminState              ADMIN_ENABLED(1)
    name                    XXXX
    location                YYYY
    group name
    mwarName                ZZZZ1
    mwarIPAddress           192.168.1.1
    mwarName                ZZZZ2
    mwarIPAddress           192.168.1.2
    mwarName
    mwarIPAddress           0.0.0.0
    ssh status              Enabled
    Telnet status           Enabled
    numOfSlots              2
    spamRebootOnAssert      1
    spamStatTimer           180
    randSeed                0xBAC2
    transport               SPAM_TRANSPORT_L3(2)
    transportCfg            SPAM_TRANSPORT_DEFAULT(0)
    initialisation          SPAM_PRODUCTION_DISCOVERY(1)
    ApMode                  Local
    ApSubMode               Not Configured
    AP Rogue Detection Mode Enabled
    OfficeExtend AP         [0] Disabled
    OfficeExtend AP JoinMode[0] Standard
    Discovery Timer         10 secs
    Heart Beat Timer        30 secs
    Led State Enabled       1
    Primed Interval         0
    AP ILP Pre-Standard Switch Support Disabled
    AP Power Injector Disabled
    Infrastructure MFP validation Disabled
    Configured Switch 1 Addr 192.168.1.2
    Configured Switch 2 Addr 192.168.1.1
    non-occupancy channels:
    Ethernet (Duplex/Speed) auto/auto
    *Mar  1 00:14:23.001: %CAPWAP-3-ERRORLOG: Selected MWAR 'ZZZZ2'(index 1).
    *Mar  1 00:14:23.001: %CAPWAP-3-ERRORLOG: Go join a capwap controller
    *Aug 22 12:21:57.000: %CAPWAP-5-DTLSREQSEND: DTLS connection request sent peer_ip: 192.168.1.2 peer_port: 5246
    *Aug 22 12:21:57.581: %CAPWAP-5-DTLSREQSUCC: DTLS connection created sucessfully peer_ip: 192.168.1.2 peer_port: 5246
    *Aug 22 12:21:57.581: %CAPWAP-5-SENDJOIN: sending Join Request to 192.168.1.2
    My primary one is 192.168.1.1 and secondary is 192.168.1.2, but the AP joins always the secondary one.
    The lines above
    Configured Switch 1 Addr 192.168.1.2
    Configured Switch 2 Addr 192.168.1.1
    seem to be suspicious, I would expect the reverse order, but do not know how the code did it.
    The only guess is that in the very beginning the AP joined 192.168.1.2, and this was the controller I configured the AP initially from. The AP seems to maybe somehow remember this.
    OS version is
    swVer                   7.2.111.3
    Thanks,
    Vlad

    Yes, this is what I am trying all the time - configure the AP to point to the WLCs I want it to join.
    Firstly I did through GUI, did not work.
    Secondly I  used 'Clear All Config" option on the controller and configured the AP from the scratch through GUI, did not work.
    Thirdly I tried through command line on the AP, did not work.
    I used these commands
    XXXX#capwap ap  primary-base ZZZZ1 192.168.1.1
    XXXX#capwap ap  secondary-base ZZZZ2 192.168.1.2
    XXXX#sh capwap client config
    configMagicMark         0xF1E2D3C4
    chkSumV2                30883
    chkSumV1                1072
    swVer                   7.2.111.3
    adminState              ADMIN_ENABLED(1)
    name                    XXXX
    location                YYYY
    group name
    mwarName                ZZZZ1
    mwarIPAddress           192.168.1.1
    mwarName                ZZZZ2
    mwarIPAddress           192.168.1.2
    mwarName
    mwarIPAddress           0.0.0.0
    ssh status              Enabled
    Telnet status           Enabled
    numOfSlots              2
    spamRebootOnAssert      1
    spamStatTimer           180
    randSeed                0xBAC2
    transport               SPAM_TRANSPORT_L3(2)
    transportCfg            SPAM_TRANSPORT_DEFAULT(0)
    initialisation          SPAM_PRODUCTION_DISCOVERY(1)
    ApMode                  Local
    ApSubMode               Not Configured
    AP Rogue Detection Mode Enabled
    OfficeExtend AP         [0] Disabled
    OfficeExtend AP JoinMode[0] Standard
    Discovery Timer         10 secs
    Heart Beat Timer        30 secs
    Led State Enabled       1
    Primed Interval         0
    AP ILP Pre-Standard Switch Support Disabled
    AP Power Injector Disabled
    Infrastructure MFP validation Disabled
    Configured Switch 1 Addr 192.168.1.2
    Configured Switch 2 Addr 192.168.1.1
    non-occupancy channels:
    Ethernet (Duplex/Speed) auto/auto
    XXXX#sh log
    Syslog logging: enabled (1 messages dropped, 8 messages rate-limited,
                    0 flushes, 0 overruns, xml disabled, filtering disabled)
        Console logging: level debugging, 61 messages logged, xml disabled,
                         filtering disabled
        Monitor logging: level debugging, 0 messages logged, xml disabled,
                         filtering disabled
        Buffer logging: level debugging, 67 messages logged, xml disabled,
                        filtering disabled
        Logging Exception size (4096 bytes)
        Count and timestamp logging messages: disabled
        Trap logging: level emergencies, 0 message lines logged
            Logging to 255.255.255.255(global) (udp port 514, audit disabled,  link down), 0 message lines logged, xml disabled,
                   filtering disabled
    Log Buffer (1048576 bytes):
    *Mar  1 00:00:09.424: %SOAP_FIPS-2-SELF_TEST_IOS_SUCCESS: IOS crypto FIPS self test passed
    *Mar  1 00:00:09.434: *** CRASH_LOG = YES
    *Mar  1 00:00:09.434: 64bit PCIE devicesSecurity Core found.
    Base Ethernet MAC address: E0:5F:B9:A8:00:7F
    *Mar  1 00:00:12.482: %LINK-3-UPDOWN: Interface GigabitEthernet0, changed state to up
    *Mar  1 00:00:13.731: %SOAP_FIPS-2-SELF_TEST_RAD_SUCCESS: RADIO crypto FIPS self test passed on interface Dot11Radio 0
    *Mar  1 00:00:13.797: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0, changed state to up
    *Mar  1 00:00:16.996: %SOAP_FIPS-2-SELF_TEST_RAD_SUCCESS: RADIO crypto FIPS self test passed on interface Dot11Radio 1
    *Mar  1 00:00:17.052: %LWAPP-3-CLIENTEVENTLOG: Read and initialized AP event log (contains, 1024 messages)
    *Mar  1 00:00:17.068:  status of voice_diag_test from WLC is false
    *Mar  1 00:00:19.182: %SYS-5-RESTART: System restarted --
    Cisco IOS Software, C3500 Software (AP3G1-K9W8-M), Version 12.4(25e)JA2, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2012 by Cisco Systems, Inc.
    Compiled Fri 14-Sep-12 19:13 by prod_rel_team
    *Mar  1 00:00:19.182: %SNMP-5-COLDSTART: SNMP agent on host XXXX is undergoing a cold start
    *Mar  1 00:13:33.342: %LINK-5-CHANGED: Interface Dot11Radio1, changed state to reset
    *Mar  1 00:13:33.342: %LINK-5-CHANGED: Interface Dot11Radio0, changed state to reset
    *Mar  1 00:13:33.493:  status of voice_diag_test from WLC is false
    *Mar  1 00:13:33.632: %SSH-5-ENABLED: SSH 2.0 has been enabledlwapp_crypto_init: MIC Present and Parsed Successfully
    *Mar  1 00:13:33.956: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0, changed state to up
    *Mar  1 00:13:34.343: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio1, changed state to down
    *Mar  1 00:13:34.343: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio0, changed state to down
    *Mar  1 00:13:36.029: %LINEPROTO-5-UPDOWN: Line protocol on Interface BVI1, changed state to up
    *Mar  1 00:13:41.484: %DHCP-6-ADDRESS_ASSIGN: Interface BVI1 assigned DHCP address 192.168.1.21, mask 255.255.255.0, hostname XXXX
    *Mar  1 00:13:51.981: Logging LWAPP message to 255.255.255.255.
    *Mar  1 00:14:01.997: %CAPWAP-3-ERRORLOG: Did not get log server settings from DHCP.
    *Mar  1 00:14:06.099: %CDP_PD-4-POWER_OK: Full power - NEGOTIATED inline power source
    *Mar  1 00:14:07.190: %LINK-3-UPDOWN: Interface Dot11Radio1, changed state to up
    *Mar  1 00:14:08.191: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio1, changed state to up
    *Mar  1 00:14:08.288: %LINK-3-UPDOWN: Interface Dot11Radio0, changed state to up
    *Mar  1 00:14:09.289: %LINEPROTO-5-UPDOWN: Line protocol on Interface Dot11Radio0, changed state to up
    *Mar  1 00:14:11.000: %CAPWAP-3-ERRORLOG: Could Not resolve CISCO-CAPWAP-CONTROLLER
    *Mar  1 00:14:23.001: %CAPWAP-3-ERRORLOG: Selected MWAR 'ZZZZ2'(index 1).
    *Mar  1 00:14:23.001: %CAPWAP-3-ERRORLOG: Go join a capwap controller
    *Aug 23 06:07:13.000: %CAPWAP-5-DTLSREQSEND: DTLS connection request sent peer_ip: 192.168.1.2 peer_port: 5246
    *Aug 23 06:07:13.578: %CAPWAP-5-DTLSREQSUCC: DTLS connection created sucessfully peer_ip: 192.168.1.2 peer_port: 5246
    *Aug 23 06:07:13.578: %CAPWAP-5-SENDJOIN: sending Join Request to 192.168.1.2
    *Aug 23 06:07:14.025: %LINK-3-UPDOWN: Interface Dot11Radio0, changed state to down
    *Aug 23 06:07:14.091: %LINK-5-CHANGED: Interface Dot11Radio0, changed state to reset
    *Aug 23 06:07:14.094: %CAPWAP-5-JOINEDCONTROLLER: AP has joined controller ZZZZ2
    *Aug 23 06:07:14.154: %LINK-3-UPDOWN: Interface Dot11Radio0, changed state to up
    What I think might be the key to the problem is this
    Configured Switch 1 Addr 192.168.1.2
    Configured Switch 2 Addr 192.168.1.1
    This is not changing no matter what I do.
    Thanks,
    Vlad

  • Can we use Data Pump to export data, using a SQL query, doing a join

    Folks,
    I have a quick question.
    Using Oracle 10g R2 on Solaris 10.
    Can Data Pump be used to export data, using a SQL query which is doing a join between 3 tables ?
    Thanks,
    Ashish

    Hello,
    No , this is from expdp help=Y
    QUERY                 Predicate clause used to export a subset of a table.
    Regards

  • Problem with wifi roaming - printer does not join SSID

    In WiFi network with 2 APs with same SSID and security setup (WPA2) working well in roaming for PCs,
    samrtphone and MacBook HP printer does not join WLAN and wireless test page from the printer shows as reason that priner see more then one AccessPoint with same SSID. 
    Product name HP Deskjet 3070 All-in-One Printer - B611a
    Model CQ191B
    Serial CN192332K805MQ
    Service ID 22114
    Firmware version MUM1FN1117BR    
    Region Europe

    Assuming that one of the APs runs DHCP and that the other is bridged, turn the briged AP off.  Now, connect the printer to the other AP, even if you have to move the printer.
    Once the printer is connected it should work fine once you turn the second AP back on.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • [39008] Logical dimension table has a source that does not join to any fact

    Dear reader,
    After deleting a fact table from my physical layer and deleting it from my business model I'm getting an error: [39008] Logical dimension table TABLE X has a source TABLE X that does not join to any fact source. I do have an other fact table in the same physical model and in the same business model wich is joined to TABLE X both in the physical and business model.
    I cannot figure out why I'm getting this error, even after deleting all joins and rebuilding the joins I'm getting this error. When I look into the "Joins Manager" these joins both in physical as well as logical model do exist, but with consistency check it warns me about [39008] blabla. When I ignore the warning and go to answers and try to show TABLE X (not fact, but dim) it gives me the following error.
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 14026] Unable to navigate requested expression: TABLE X.column X Please fix the metadata consistency warnings. (HY000)
    SQL Issued: SELECT TABLE X.column X saw_0 FROM subject area ORDER BY saw_0
    There is one *"special"* thing about this join. It is a complex join in the physical layer, because I need to do a between on dates and a smaller or equal than current date like this example dim.date between fact.date_begin and fact.date_end and dim.date <= current_date. In the business model I've got another complex join
    Any help is kindly appreciated!

    Hi,
    Have you specified the Content level of the Fact table and mapped it with the dimension in question? Ideally this should be done by default since one of the main features of the Oracle BI is its ability to determine which source to use and specifying content level is one of the main ways to achieve this.
    Another quick thing that you might try is creating a dimension (hierarchy) in case it is not already present. I had a similar issue few days back and the warning was miraculously gone by doing this.
    Regards

  • [39008] Logical dimension table ... has a source ... that does not join to

    Oracle BI 11g
    Hi,
    I have this set of tables:
    1) Table "Sales" with fields: ID, Billdate, ProductID, Amount
    2) Table "Products" with fields: ID, ProductName, BrandID, TypeID
    3) Table "Brands" with fields: ID, Name
    4) Table "ProductTypes": ID, Name
    In Physical layer I add these tables and create Physical Diagram with constraints like this:
    [Brands] -------------------->[Products]
    [ProductTypes] ---------->[Products]
    [Products] -----------------> [Sales]
    In Logical Layer I create logical table T1 Products with sources:
    - LTS1 Brands,
    - LTS2 ProductTypes,
    - LTS3 Products
    and fields:
    - ProductID
    - ProductName
    - Brand
    - ProductType
    After that I create Dimention With Level-Based Hierarchy (H1 Products):
    Total Products
    - Brands
    -- ProductTypes
    --- Detail Products
    When I try "Check Global Consistency" I get warning: "[39008] Logical dimension table T1 Products has a source LTS1 Brends that does not join to any fact source."
    And after that when I try to make Analysis in Oracle BI, for example:
    H1 Products | Amount
    and then drill down item "Total Products" I receive error:
    "State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 14025] No fact table exists at the requested level of detail: [,Brand,,,,,,,,,]. (HY000)"
    What's wrong? Where do I mistake? And why I don't get any messages about Logical Table Source LTS2 Product Type?

    Hi,
    you can create a single LTS for the product with the join for all 3 tables. Do you have a particular reason for the modelling that you have used?
    Regards,
    Gianluca

  • Error 39008: logical table does not join to fact source

    About to lose my mind over this error!
    I'm told logical table IT_WORK_ITEM_D (a dimension) does not join to any fact source, although it should show as joined to IT_WORK_ITEM_DSNPSHT_F
    - I have verified the physical joins
    - I have verified the business model joins
    - I have created hierarchies for all logical tables joined to the fact (IT_WORK_ITEM_DSNPSHT_F)
    - I have checked the Content tab for the fact table and ensured that the logical dimension is set to the lowset level.
    Suggestions from here?
    -John

    This was helpful, although it did not solve the problem immediately.
    After much consistency checking, I cleared out some of the content assignments and that seemed to work (after having not worked). I still don't feel like I identified the core problem, but it is working now.
    -John

  • [15013] Logical table, BIDATA.W1_SYNONYM_EMPLOYEE1_D1, does not join to any

    Hello all.
    I have following situation.
    I have a Employee table(w1_employee1_d1)
    Salary table(w_salary_f) in Database.
    every thing is fine when I import it in OBIEE Administration tool and use the answers.
    Then I created a synonym as (w1_synonym_employee1_d1), believing that, synonyms can be used as tables/Views.
    Now I imported into Physical layer and made a join in Start Schema in 'Physical Diagram'
    and so far all is fine.
    When I drag it in BMM layer and do a global consistency check, I get following error.
    BUSINESS MODEL BIDATA:
    [nQSError: 15001] Could not load navigation space for subject area BIDATA.
    [15013] Logical table, BIDATA.W1_SYNONYM_EMPLOYEE1_D1, does not join to any other logical table
    In BMM layer > right click the W1_SYNONYM_EMPLOYEE1_D1 > Bussiness Model Diagram > Whole Diagram
    I can see the joins exists as how I made it in Physical layer.
    what I am missing ? any help is appreciated.
    Thanks

    Ok Just for any body's information, My problem is partly resolved.
    I added this in existing .RPD and it has caused the problems, which had Hirarchies and LTS and Alias tables.
    However when I try a new and fresh .RPD and create a simple with synonym, that has not got this problem.
    I will dig in the problems in old .RPD why there was error.
    over all I must say the quest for this tests to find if I can use Synonym is been answered, using synonym in RPD is np at all.

  • [39008] Logical dimension table X has a source that does not join to any...

    Hi Gurus,
    I have warning:
    "[39008] Logical dimension table X has a source that does not join to any fact source"
    WHERE X:
    PROMOTIONS,PRODUCTS, CUSTOMERS, CHANNELS
    but all logical table are mapped to fact.
    Eveb I can create reports for them
    (The metadata was derived from OWB 11gR2, SALES_EE)
    Thanks
    Laszlo
    Thanks for Your earlier answer as well!

    Hi,
    Did you create hierrarchy on that dimension.?
    Add contel level in fact source to hierarrchy detail for the fact that joins the dimension.
    Look at this for best practice...http://gerardnico.com/wiki/dat/obiee/hierarchy?s
    Please do close your previous thread assigning points by clicking helpful or correct to the replies
    Import XML file into rpd file
    Thanks,
    Srikanth

  • [39008] Logical dimension table has a source  that does not join to any fac

    Hi
    I have a problem in BMM layer:
    *[*39008] Logical dimension table X has a source Y that does not join to any fact source.*
    To start with I have three tables joining to Cust (customer) table in physical layer
    Cust-Seg (Segments)-------------------------------->>Cust via segment key
    Cust-Geo (customer Geographics)-------------->>Cust via address key
    in the BMM layer under the CUST table when I pull in Cust- seg it works fine .
    But it gives an warning [39008] -if iI create a single LTS for the product with the join for all 3 tables
    The Same warning appears when i import th Cust -seg table as Logical table

    Have you tried this?
    http://obiee11gqna.blogspot.com/2011/02/obiee-error-39008.html

Maybe you are looking for

  • Landrover Evoque and Voice Commands - iOS 7 / iPhone 5S problems

    I have a Landrover Evoque which has Voice Controls. I also have iOS 7.0.3 and the iPhone 5S. Before the upgrade to phone and iOS the voice controls worked fine in that it could call a contact based upon voice recognition in the car. All worked fine u

  • How do I delete an old icloud id without a password from my imac?

    Hi, Can anyone tell me how I delete an old icloud id from my imac so I can start using my new one. Reason for change was new email address after a change of provider

  • Can't replace failed disk in RAID1 set

    I had disk fail in a mirrored set (2nd disk still works). Disk Utility shows the set as "degraded." All the documentation says to simply drag the new disk into the existing RAID set and then click "rebuild." However, there is a padlock icon next to m

  • How to determine active ribbon tab?

    My addin ribbon has a few controls which show live database values. To avoid frequent updates I need to determine if my addin ribbon tab (created via Ribbon XML) is active or not. Example: I subscribe to the SelectionChange event in Outlook Explorer

  • After Effects glow in Premiere Pro

    A post from the Premiere Pro Section of the forum if any AE users can help me out: Hey all, I'm new to using the Adobe family, and CS3. I have slapped together a short entry animation of some text in AE. I just used one of the preset animations (can'