Newly created FKs not imported in DB diagram

Hi there
I am using database diagrams functionality in JDeveloper 10.1.3.3.0 to document an existing Oracle 10g database. I am finding it great, but I am having some problems with FKs.
What I did:
1 - I created a connection to the schema I want to import the tables from.
2 - I created a new DB diagram.
3 - In the connections navigator, I opened the tables node in my database connection and dragged a few tables into the diagram.
4 - I realised that a couple FKs were missing (they were physically missing in the DB). So I created them in the DB.
5 - At this point, I would guess that selecting Refresh From [dbconnection] on the respective offline database table in the apps navigator would import those new FKs into the diagram, but that didn't happen. To solve it, I had to restart JDeveloper and then it correctly identified and imported the missing FKs.
Am I missing something? Why did I have to restart JDev?
Thanks
Luis

Hi Jaap,
thanks for your reply...
Sorry for being a little unclear ...
I have followed the instrunctions in the on-line help of OWB , and :
1) have imported four code tables into a source module . The tables are in an Oracle RDBMS 10g .
2)I have created manually a table - using the OWB client tool - which consisted of some of the columns found in the four tables .
3)I have inserted a Join Operator in order to correlate the four table columns with the columns of the target module.
4)I have defined the Join condition of the the four table columns. In my first post , unintenionally I have written that I removed the Join Operator. I meant the Join Condition in order to make sure that the join condition isn't the reason that the records are not inserted....
5)I have validated and generated the mapping without any errors - not even warnings.
6)I have selected Project->Deployment Manager and I selected the OWB_RUN user - which is the Runtime Repository owner.
7)I have selected the objects to deploy - the mapping , the one table I created in the target module. The deployment has succedded , and the table was created but no records are found in it.
Now , is there a possibility that this problem is caused by absence of the privileges to insert the rows...?
How can I check that the source tables are filled on the registered location of your source module?
Another basic question...
I have created a Runtime Repository owner - called owb_run- using the Runtime Repository Assistant . I use this user in order to deploy the mapping and the new table. I want -and it is created- that table in another schema (user his_dw) - even another database in the same server. Should I run the Runtime Repository owner in this schema (his_dw)???
Thanks , again a lot
Simon

Similar Messages

  • Wageytypes which are newly created  are not showing up in the prod.server

    Hi Experts,
    I have newly created 2 new wagetypes.
    1.Arrears on housing loan subsidy  2,arrears on Vehicle loan subsidy
    They are properly showing up in Dev server and properly transported to Quality Server.IN Quality server also it is popping the new wagetypes through Infotype 0015 and system is calculating properly.
    But in Production server i am unable to see the newly created wagetypes through pa30.It is showing the message that """Specified subtype is Invalid""
    What could be the problem.Please advice me to sortout the problem.
    Regards,
    Sai.

    Hi Sai,
    Go to SE09 in the DEV system and search for the transport request that was created when you created the new wage types.
    Click on the transport request and press the transport log icon (second icon from right on the menu) OR choose CtrlShiftF2.
    This will display the details of all the activities performed with the transport request. As you have mentioned, the wage types are available in the QAS system, there should be an entry which says 'Import' for the QAS system.
    If the tranport has been applied to the production system, then the same entry should be seen under the Productions system node. If you only find an entry that says 'Selection for Import', then the tranport has not been applied OR if there are any errors, the same will be highlighted in the log.
    I hope this makes sense since it is difficult to explain the steps to analyse a transport request in a message. Let us know how it goes.
    -Akshay

  • Newly created index not being used

    Hello friends,
    I am observing that a newly created index on a z table with mandt & a new field is not being used. I have already rebuild index & updated stats for table.
    when we query on this table with where clause having same 2 fields mandt & other.. we expected this index to be used. This table is very large. What more i can do now ?
    In trace/SQL session, we can see it is going full table scan.. and takes very long time.
    this new field contain no data as of now for all existing rows. Is this the reason ? or sometihng else ?
    SQL Statement
    SELECT
    FROM
      "ABSA"
    WHERE
      "MANDT" = :A0 AND "ZABCD" = :A1
    Execution Plan
    Explain from v$sql_plan not possible ->  Explain from PLAN_TABLE is displayed !
    No values in v$sql_plan for Address: 0000000166710240 Hash_value:  3891403872 Child_number:  0 Sql_id:
    SELECT STATEMENT ( Estimated Costs = 905.739 , Estimated #Rows = 110.190.667 )
            1 TABLE ACCESS FULL ZABSA
              ( Estim. Costs = 905.739 , Estim. #Rows = 110.190.667 )
              Estim. CPU-Costs = 152.614.535.266 Estim. IO-Costs = 899.784
              Filter Predicates
    NONUNIQUE  Index   ZABSA~Z01
    Column Name                     #Distinct
    MANDT                                          1
    ZABCD                                         1
    thanks & regards
    ashish
    Edited by: ashish vikas on Mar 3, 2012 9:05 PM

    ashish vikas wrote:
    > Execution Plan
    > Explain from v$sql_plan not possible ->  Explain from PLAN_TABLE is displayed !
    > No values in v$sql_plan for Address: 0000000166710240 Hash_value:  3891403872 Child_number:  0 Sql_id:
    >
    >  SELECT STATEMENT ( Estimated Costs = 905.739 , Estimated #Rows = 110.190.667 )
    >
    >         1 TABLE ACCESS FULL ZABSA
    >           ( Estim. Costs = 905.739 , Estim. #Rows = 110.190.667 )
    >           Estim. CPU-Costs = 152.614.535.266 Estim. IO-Costs = 899.784
    >           Filter Predicates
    >
    > NONUNIQUE  Index   ZABSA~Z01
    > Column Name                     #Distinct
    > MANDT                                          1
    > ZABCD                                         1
    Hi,
    with this WHERE clause, both columns just one distinct value, the Full Table Scan is indded the best approach, beside
    the point you only need a check to evaluate a value is NOT in the result.
    In this case you should HINT the statement to the new index, because the DB will always assume that this index is non-selective.
    Volker

  • Newly created Image not listed via REST API

    Hi,
    I have created a image in azure console .Its created successfully and i could see the created image under "Image" tab in console.Also, the image created with the name appending current date, it was not before.But when I am trying to list images by
    using the below REST API its listing images except the newly created images that have the  name appended with current date.
    https://management.core.windows.net/5f2fe4c3-23b3-45c0-a70c-9560b79dcf56/services/images
    header values:
    x-ms-version : 2012-03-01
    Content-Type : application/xml
    Host: management.core.windows.net
    This makes me fail to launch new VM via REST api.I got the response as follows
    <Error xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><Code>BadRequest</Code><Message>The image vmyffdd-20140605-813455l does not exist.</Message></Error>
    Please look into this.

    hi,
    From the error, your request parameter was incorrect. I guess your image name may be wrong. How did you write your Image name and url? I suggest you don't forget the '.VHD'. Also,if you use the
    VMImageName element which is only available using version 2014-02-01 or higher
    And I suggest you could try this code sample about how to using REST api to create VM :Simple Windows Azure REST API Sample Tool
    Please try it.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Why would a newly-created OCMD not be written to the PDF?

    I'm concatenating a content stream from a second PDF onto the page content stream of a first PDF. Graphics and structure are working fine, but optional content is failing because the OCMDs I'm creating are being written as free objects.
    The function is passed an element from the second PDF's content stream. If the element is a container, the following is executed. I'm leaving out steps related to structure, because it works. Graphics also work. Even newly-created OCGs make it into the output PDF. I'm guessing the OCMD isn't written because there is no reference to it? But  I though the PDEContainerCreate() call would create that reference.
    1. Create an OCG with PDOCGCreate().
    2. Create an OCMD with PDOCMDCreate(). The OCG is set to control the OCMD.
    3. Create new container with PDEContainerCreate(), passing the new OCMD.
    4. Check the CosID of the OCMD.
    5. Create new content with PDEContentCreate().
    6. Assign the new content to the new container with PDEContainerSetContent().
    7. Add the container to the first PDF's content stream with PDEContentAddElement().
    8. Add all the sub-elements of the element from the second PDF to the new container.

    Things are always clearer in the light of morning. Passing false for the inline argument to PDEContainerCreate() is the cause.

  • Date video was created is not importing correctly

    I have a large library of iMovie HD video files that I am wanting to consolidate into iMovie 7.1.4 using File:Import iMovie HD Project...from the menu bar of iMovie. When the clips from each file are imported, the time codes show that each clip was created on the date that the clip was originally imported from my video camera into iMovie HD, not the date the clip was actually captured on the camera. When I look at the original iMovie HD file, it shows the correct date and time for each clip, so I know that the information is in the file somewhere. How do I get the new iMovie to register the correct capture date and not the imported date?

    How do I get the new iMovie to register the correct capture date and not the imported date?
    Use the "A Better Finder Attributes" (or similar) utility to change the "File Creation Date" to any DTG (Date-Time Group) you want.)

  • Newly created domain not available in current model?

    Hi,
    I'm not sure if this is a bug or feature.
    I have a domain file MarketingDomain. This was copied from the defaultsdomain.xml and renamed. Also changed the name inside the file.
    Steps:
    Open Domains Administration - select current model
    Select MarketingDomain.xml file as Domain File (In Choose Domain )
    Add - create domain and Apply
    Save
    Exit domain administration
    Open entity attributes
    Then I can not find the domain in the list unless I import MarketingDomain.xml to the model.
    The funny issue is if I create a new domain and not select any domain file in administration. Add domain and just select MarketingDomain under Domain Properties. This domain is instantly available in the model.
    So there is a different behaviour when setting the domains file under "Choose Domain" or under Domain Properties after you click Add domain.
    I'm using a Mac. Info:
    About
    Oracle SQL Developer Data Modeler 4.0.3.853
    Version 4.0.3.853
    Build 853
    IDE Version: 12.1.3.0.41.131122.0230
    Product ID: oracle.datamodeler
    Product Version: 4.0.3.853
    Version
    Component Version
    ========= =======
    Oracle IDE 4.0.3.853
    Java(TM) Platform 1.7.0_67
    Versioning Support 4.0.3.853
    Properties
    Regards
    Stian Indal Haugseth

    I think I get what you are saying but it's confusing until you learn it the hard way.
    The Choose Domains file is only to administer domains not in the current/selected Model.
    The Domains File drop down in Domain Property is used to add domains to current/selected model.
    This is very strange behaviour and not a good flow. To create a new model and a new domains file:
    Create model
    Create a domain file in Administer Domains with some domains (These will not be visible in current model yet).
    Import this new domain file to the model
    From now on I can add domains by choosing the correct domain file in the dropdown
    Regards
    Stian

  • Newly Created Branches not showing up for Recruiter in the Requisition.

    Hi,
    We have created Branches as Administrator and the Branches are not showing up for Recruiter when trying to create the requisition. Any suggestion on this will be great help.
    Thanks.

    Hi,
    the most common reason for branches not showing up is caused if someone does not use the frontend for administrator but the IMG nodes for creating branches and assigning to companies. This is caused by missing bp role assignment.
    So check the branches in TCODE BP that they have the role for e-recruiting branch assigned. The standard delivey uses bp role RCFBRA but this can be changed in T77S0 RECFA BRARO.
    Furthermore you should check if T77RCFBRANCHCOMP entries are ok.
    Kind regards
    Roman

  • Newly created folder not visible in directory tree (Outlook 2013)

    We are using Exchange 2007 on-premise and Outlook 2013 on the client computer.
    When creating a folder in a (very large) existing folder structure from within Outlook, it is not shown in the client. When logging in onto OWA it is visible.
    If we delete the entire client profile and re-create it (causing Outlook to download the entire structure again), the folder is visible.
    When creating a new folder after that, the same issue occurs again.

    I am assuming you are running in cached mode and this is not a shared mailbox.  Have you tried forcing a full client synch?  This should force the online version of the folder structure to be recopied to the client. What is happening behind the
    scenes is that the client is telling the server to add the folder, but the client's information from the server doesn't yet include the new folder - this is why you see the folder disappear.  Once you force the resync, the server will deliver the updated
    folder listing (which I've noticed doesn't happen automatically, sometimes), and the client will then see the new folder (again).

  • Newly Created items not seen when creating a quote

    Hi,
    I created a new item and now I am trying to add this item in the my new quote. I cannot find the item. Is there any concurrent program or any setup I need to do so that it reflects in the quotes. Please help as I am new to this and not aware of the functional setups for this.
    Thanks in advance.
    Regards,
    Bm

    Hi,
    Please review the following document:
    Cannot find items to add to a Quote (Doc ID 340933.1)
    Excerpt from this document:
    1. Determine where the application is searching for the item by checking the value for the profile 'ASO: Enable Intermedia Search'
         If set to Yes - both the interMedia Search and Inventory tables are searched
         If set to No  - only the Inventory table is searched
         Note:  In R12, the HTML UI will always use the interMedia search.
    2. Verify the inventory item meets the following criteria:
    A) The current date must be within the start and end date range set for the product
    B) The product must be valid for the inventory organization of the operating unit in which the quote is created.
    C) The product must be in the default category set defined for/in the functional area "Order Management."
    Inventory Organization is determined as follows:
    - Quoting UI first reads the value of profile ASO: Category Set.
    - If this profile is not set, it reads from OM functional area.
        (Navigation -> OM > Setup > Items > Categories > Default Category Sets)
    using the OM responsibility which points to the same OU as the Quoting responsibility.
    D) The product must have the "Customer Orders Enabled" flag enabled..
    E) The BOM Item Type must be Model or Standard.
    F) The Primary UOM is not ENR.
    3. If the interMedia search is enabled, make sure the iStore Search Insert concurrent program was run to populate the interMedia search table.
      See Note 261454.1 - 'How to reduce the number of records inserted by iStore Search Insert?'  for information on the profiles that determine which items are inserted into this table by the program.
      See Note 1263758.1 - How To Locate which Responsibility the iStore Search Insert Concurrent Program can be run from?
    Note: Only interMedia Search is supported in R12 HTML Quoting.  Hence, it is enabled by default.
    Additional troubleshooting queries are in this document.
    Regards,
    Debbie

  • Newly created playlists not syncing to Nano

    I'm creating a playlist in iTunes which is fully operational in iTunes buy for some reason it is not syncing (appearing) in my Nano playlists. The standard default playlists (On-the-go, Top Rated, etc.) do sync (appear). Anyone else experiencing this? Frustrated.
    Message was edited by: Gilmortal

    Yes, I just bought the 5th gen 16gb ipod and having the same problem....did you update the ipod sw to 1.02....i did and i think this may have caused it but not sure...i also can't get any movies or tv shows to sync over either....appreciate anyone's help out there

  • Newly Created Hierarchy Not appearing in Query for restriction

    Hi Experts,
    Iam new to dealing with hierarchies in BW.
    Our R3 team recently added node to 0material hierarchy. I went to infoobjects in RSA1 and under 0material i found two hierarchies
    Product Hierarchy for Material MARA &
    Reporting Hierarchy
    in the contect menu for "Product Hierarchy for Material MARA " i clicked chnage and in the screen that followed, i clicked display modified version and it showed new nodes added by R3 team. Then i clicked the Activate button and got it activated.
    We have a report which uses the Hierarchy and in it I cant find the new nodes..
    Can anyone please help me??
    This is very urgent..
    Thanks,
    DV

    Hi Edwin,
    I checked there..there is nothing in the list.
    DV

  • Lightroom CC 2015 HDR merge not importing into Catalog

    When I use the new HDR merge in LR CC 2015, the new xxxxx-HDR.dng image is created but not imported into the catalog. All of the demo videos I've watched show the image being immediately imported into the catalog and visible on the filmstrip. Suggestions? TIA for your help.

    Here is a +/- 3 EV HDR that both LR6/ACR9 and PS-HDR Pro do a reasonable job with, where the only adjustments are clicking Auto in LR:
    Here are the three images, EV+0, EV-3, EV+3, where to get a reasonable view out the windows, the interior was nearly black and to get a reasonable view of the interior, the windows are nearly white.
    Here is a side-by-side of the EV+0 shot with various adjustments applied vs the LR6/ACR9 HDR result with Auto clicked.  Tonally they look similar.  What is better with the LR6/ACR9 version is the view out the windows has more detail and less clipped, and the noise in the darker areas is much better, meaning LR6/ACR9 used more of the brighter image for the floor and more of the darkest image for the view out the windows, which is exactly what HDR is supposed to do:

  • Not inserting records in a newly created table

    Hi everybody,
    I have imported four tables in a source module and used the Join Operator in order to insert the rows in one newly created table.
    This table - designed in a target module - was created in the desired schema , but without the relevant rows , as I expected...
    NOTE : the where clause , i have defined in the Join Operator, is not the problem , as I removed it and the rows are not inserted...in the table
    Also , the sample PL/SQL code which was created automatically , was exactly as I expected - I mean the 'insert into ... select.....' clause was right...
    What may be the problem..?
    Thanks , a lot
    Simon

    Hi Jaap,
    thanks for your reply...
    Sorry for being a little unclear ...
    I have followed the instrunctions in the on-line help of OWB , and :
    1) have imported four code tables into a source module . The tables are in an Oracle RDBMS 10g .
    2)I have created manually a table - using the OWB client tool - which consisted of some of the columns found in the four tables .
    3)I have inserted a Join Operator in order to correlate the four table columns with the columns of the target module.
    4)I have defined the Join condition of the the four table columns. In my first post , unintenionally I have written that I removed the Join Operator. I meant the Join Condition in order to make sure that the join condition isn't the reason that the records are not inserted....
    5)I have validated and generated the mapping without any errors - not even warnings.
    6)I have selected Project->Deployment Manager and I selected the OWB_RUN user - which is the Runtime Repository owner.
    7)I have selected the objects to deploy - the mapping , the one table I created in the target module. The deployment has succedded , and the table was created but no records are found in it.
    Now , is there a possibility that this problem is caused by absence of the privileges to insert the rows...?
    How can I check that the source tables are filled on the registered location of your source module?
    Another basic question...
    I have created a Runtime Repository owner - called owb_run- using the Runtime Repository Assistant . I use this user in order to deploy the mapping and the new table. I want -and it is created- that table in another schema (user his_dw) - even another database in the same server. Should I run the Runtime Repository owner in this schema (his_dw)???
    Thanks , again a lot
    Simon

  • In fedora 8, firfox browser is not opening in newly created login but opening in old login

    in Fedora 8, previously created root and user login are able to open firefox browser. But any newly created login unable to open it. It starts but ended without any message and opening browser. But the processes of firefox running behind. What to do ?

    Hi Bala,
    If you go to transaction SE80 -> Repository Information System -> Other objects -> Transactions and you search for SOAMANAGER, you get into the screen where you can modify attributes for this transaction. Please check if there are strange values entered in there... Or maybe SAPGUI for HTML is not selected.
    Kind regards,
    Mark

Maybe you are looking for

  • Planning function and planning sequence of Design studio new features!!

    Hi Experts Recently I have updated my design studio to 1.3 and happy to see many new updates. Meanwhile i saw some new features add planning function and planning sequence. As per my understanding, Using this features we can enter data at run time. M

  • Urgent :Accounts Payabale Invoice automation  through EDI

    Hi All, Through EDI, We would like to automate <b>accounts Payable Invoice in SAP</b>. Kindly provide me the following details to create partner profile for this automation <b>1. Which Partner type ( Customer / Vendor / User / etc.,) to be used 2.Whi

  • FCSer Clip Proxies analysis FAILING. Period.

    Over the past two days I have had a lot of problems with FCP Project Files being rejected by FCSer. The error message is always “Unable to analyze project – invalid format”. So I’ve had to go back to previous versions of those projects either from th

  • Simple encryption... need help...

    hello friends, this may be a simple problem, but, as i m new plz forgive me... i have to accept three command line agrumetns like... name ---> string age ---> integer date ---> string now, i want to encrypt these data in a two different text files wi

  • GetRuntime().exec(cmd) createprocess error=2 when trying to copy

    Hi there, Using .exe and copy methods have been covered quite allot in these forums, but I cant quite find one that shows me why this isnt working: when I run the following code (on a windows machine) String cmd="COPY \"" +origiFTPlocation+ "\\\\"+zi