Refrential integrity between 2 oracle DB

I have to create a foreign key constraint with the table in diffrent oracle DB.
I tried creating a synonym through DBlink but mentioning that synonym as the refrence throws error:
ORA-02444: Cannot resolve referenced object in referential constraints.
The same thing works if refrenced tables reside in different schema on the same DB instead of different DB server.
Can anyone help me out with the probable solution of achieving refrential integrity between tables across two diffrent DB.

Thanx a lot to point out me , here i would like to make some coments point out me if i am worng.
I have read the Kamal's comments "trigger cannot see
unsaved changes",Its the same with constraint but
deadlock occurs while with trigger dead lock will not
occur.
We have to be cautious against employing this design as APC said.I agree with APC comments regarding
performance, any network problems can cause your
application to slow down as well break down.
What i suggested to OP create two trigger one at yours master site to prevent child deletion and another one at child site to check parent existence.
As Anwar suggested a replica of master site at child site and then implement the FK at child site ,as well for preventing deletion vice versa agreed.
Apart from designing i have also confronted the same scenario which lead me
some complexity but compell to implement trigger (though at certain level it takes
extra attention).
So the only hope to redisgn but is there any alternate as opposed to redisgn???
Khurram

Similar Messages

  • Integration between two oracle servers 8i and 9i

    With the name of ALLAH,
    Dear Friends,
    I want to connect / share the data of two oracle databases installed on different LANs and static IPs. i.e
    202.125.155.20 and 202.125.152.30
    But the problem is that I am unable to connect both databases by connection string in tnsnames.ora
    I want to share the data by writting event based trigger between both of the databases.
    Note: One database is 8i Enterprise and other is 9i Enterprise
    Please tell me in detail that what should I do?
    I would be thankful to you.
    Faisal,
    [email protected],
    9203335146832

    hi Faisal Rafique
    i have working in same situation.
    u will make 2 entries in tnsname for 2 server.
    like
    oracle8I =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 202.125.155.20 )(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = oracle8i)--enter u r service name of 8i
    another entries for 9i database
    oracle9I =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 202.125.155.30 )(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = oracle9i)--enter u r service name of 9i
    thanks
    kuljeet pal singh

  • How to do integration between Oracle 11g and SAP Data services

    HI All,
              i want to load data from Oracle 11g data base to some other data bases. we have installed oracle 11g server in one machine and Data services server in one machine.we installed oracle 11g client in data services server machine . i created data store for oracle and when i was executing job i got the following error.
    how to resolve this issue. do i need to do any configuration between two servers (Oracle 11g and data services), and do i need create ODBC for oracle in data services machine.
    if any one know the solution please help me out ASAP.
    Thanks,
    Ramana

    Hi,
    we installed oracle client "win64_11gR2_client" version on DS Server.
    but i need the steps after installing oracle client tool. meaning integration between those two servers(Oracle and DS Server).and what are the variable create on DS Server and paths for variable and how to create ODBC for Oracle on DS Server.
    Thanks,
    Ramana

  • Real time Integration between Oracle i-Procurement with MUMPS based System

    Folks,
    Has anybody worked on integrating Oracle Applications with any Legacy System? I'm interested in discussing real time integration between Oracle i-Procurement and Legacy System. Can 9iAS Advanced Queue be used to accomplish this?
    If anybody has any information on this topic please reply back or email me at [email protected]
    Regards,
    J Ali

    Yes, we have experience with the product Oracle9iAS InterConnect. Adapters are provided to integrate with iProcurement and legacy systems. If your legacy system is non-standard either partners might already have adapters or you can use the adapter development kit to build your own specialized adapter. Check out: http://otn.oracle.com/products/integration/index.html
    and I would suggest to contact your Oracle account manager to get a detailed product demonstration and references.

  • Integration between SAPAPO and Oracle

    Hi Experts,
    Here, we have a customer who wanna make planning using SAP APO, and the execution system is Oracle ERP system, they want to make seamless integration between SAP APO system and Oracle ERP system, are there any ones who know how to make it? Could you please give me some ideas or show me some document links? if you can show me one example, that will be good.
    Thanks a lot.
    Su

    Hi Su,
       I donot have any best practices, still let me try to put my views on this.
    The things required for planning in APO.
    1) Master data -
    Can be created alone in APO -- yo uma yneed to use BAPIs to create mass numbers.
    2) Transaction data -
      We were doing this incase of stocks. we are using BAPIs to create stocks of type (stock,Punchase orders,Purchase requisitions). Legacy system calls this BAPI and they load data with spread sheets to create in APO.Please check if is it is possible incase of Sales orders & other transaction data.
    3) Sending planning results to Legacy : Here you will have to write cutom programs to send results back to Legacy (For example IDocs).
    4) Apart from above you may need to develope few custom reports to ensure consistency b/w legacy & APO (to compliment  /SAPAPO/CCR functionality).
    Hope this gives atleast an idea on what has to be done.
    Best Regards,
    Deepthi

  • Integration between "SAP PI-Lotus Notes/Domino"  "SAP PI-PeopleSoft"

    Hi all,
    I have been working  with XI (most of the time integrating SAP systems and third parties) for years but now i face following situation, i have to integrate SAP systems with Oracle systems, Lotus systems, Peoplesoft systems and so on, using XI.
    I have achieved SAP-XI-Oracle integration using JDBC adapter but i do not know what is the best practice when trying to do the other integrations.
    I ve read that adapter engine XInotes is a good approach in PI-LOTUS scenarios, so the JDE adapter (iway) for the PI-PEOPLESOFT. But, is there a way to achieve my requirements with the standar adapters without too much effort in the backends and not too much programming in XI?
    i know there is no perfect solution but any help will be much appreciated (and of course, rewarded with points)
    Thanks in advance and best regards,
    David

    Regarding Peoplesoft
    think it all depands on the amount and types of interfaces and data needed needed to be transfered between the systems.
    We need to go over the Iway solution and see what are the featyres given by the adapter.
    (from a brief read of the iway pdf) i saw they use the same methods (XML,SOAP,IDocs) to interact between systems.
    the adavtage of Iway might be the fast implementation (out of the box maybe) and that there might be no development needed...big adavantage.
    But some times the use of XI fits better because of the costs of the adapter or the ability to be a hub and send this data to other systems as well (again I'm not familiar with I-way solution so maybe they can do it to if they have a development enviorment for the adapter).
    I reccomand you to contact I-way and get as much info as possible then decide wether its better to go with XI or the adapter.
    I give you an example from SAP...
    the CRM solution comes with an application called data migrator or something like that,this tool synchronize master data betweenn the SAP CRM and SAP ERP...this tool was written for the CRM and becasue of that fits well for the integration (4000 software developers can't go wrong.... )
    For this integration between the systems XI is not a match for my opinion and it will take some developments in XI (the easy part) and in ABAP for the CRM and R3(not so easy part) to integrate thouse two.
    So......
    Go over the Blue print or understand the customer integration needs and scenarios.
    Then decide according to the I-way information on the adapter which way is the best..XI or 3rd party adapter.
    By the way webmethod is an instegration tool like XI and as I recall they dont have a Peploe soft specific adapter.

  • Session variable filters in the integration between OBIEE and webcenter

    Hello All,
    I have a customer with the requirement to make sure that reports created in answers and containing sessions variables in filters definition will be correctly filtered once called from webcenter.
    So if an OBI report is diplayed in webcenter and contains the same type of filters (based on session variable), will the results be filtered based on the specified variable?
    In other words can we use session variables in the integration between OBIEE and webcenter?
    Thanks Olayinka

    Have you follow all the steps written here :
    http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/e12188/T421739T475591.htm#T480640
    Do you have create the groups ?
    Do you connect as a member of the group XMLP_ADMIN ?
    Cheers
    Nico

  • Integration between IBM Rational DOORS and Business Process Architect/ARIS

    I'm working with AMWAY in Ada, MI that is a big ORACLE shop....They have also invested in a Requirement Management tool, DOORS. They would like to have a bidirectional integration between DOORS and BPA to provide traceablity. Is there any integraton that exisits via Oracle, Oracle Partner, or ARIS/Software AG? They would like to not just have requirements trace to an entire model, instead to a piece(s) of the model. If nothing exists, who can I contact to see if that could be done for AMWAY via $.

    Yes, ARIS models can be passed to Solution Manager, and then from Solution Manager to BPM.
    Here is how we coonect ARIS to SolMan:
    We assume a project in SAP Solution Manager is created, which contains all SAP components to be used, maintained within the SolMan system landscape. Furthermore all settings in ARIS, are accurately done.
    The synchronization requires a new folder within the database. This synchronization folder should preferably be created in a seperate area of the database and should be named distinctly.
    The connection between the ARIS source database and the project in SAP will be established by importing the project into ARIS.
    The context menu of the newly created synchronization folder in ARIS contains a SAP entry (right mouse click). Select u2018Transfer project u2026u2019.
    Choose the SAP SolMan project, which was newly created within SAP Solution Manager.
    The Solution Manager instance which was preset in the ARIS options is pre-selected.
    Enter SAP Client, RFC-User, Password and Language to allow the system to log on the Solution Manager.
    The system offers the selection of project, which is available within Solution Manager.
    Select the SolMan project you want to use for your implementation.
    After confirmation with the button u2018oku2019, the download of the project starts and finishes after a short time.

  • How to make a Integration between jdev10.1.2 and vss

    How to make a Integration between jdev10.1.2 and vss to enable a version control.the help document tell to make a extension file, but how to do? thank you!

    http://www.oracle.com/technology/products/jdev/101/htdocs/partners/addins/905resources.html
    There is a link there to:
    Creating a Version Control System Extension
    A project with sample code to get you started

  • Error while running code template mapping between two oracle tables

    Hello All
    Iam getting the following error while running code template mapping between two oracle tables. Using OWB 11gR2 and oracle 11gR2 DB.
    java.sql.SQLException: ORA-20001: The active workspace is not valid as a target for this mapping
    c: at "OWBSYS.WB_RT_MAPAUDIT_UTIL", line 1065
    ORA-06512: at "OWBSYS.WB_RT_MAPAUDIT_UTIL", line 1087
    ORA-06512: at "SOURCE.FILENET_EX_UNIT_3", line 555
    ORA-06512: at line 4                                        
    Job 51 error: java.sql.SQLException: ORA-20001: The active workspace is not valid as a target for this mapping
    ORA-06512: at "OWBSYS.WB_RT_MAPAUDIT_UTIL", line 1065
    ORA-06512: at "OWBSYS.WB_RT_MAPAUDIT_UTIL", line 1087
    ORA-06512: at "SOURCE.FILENET_EX_UNIT_3", line 555
    ORA-06512: at line 4
    Quick help is highly appreciated.

    Dera Dallan
    its only a target user for the workspace where you are deploying the mapping from.
    I have two repositories for two different projects. each repositary has its own workspace.
    ex:-
    Project 1
    Work space bpms_rep_owner
    Repositary owner bpms_rep_owner
    Repositary user bpms_rep_user
    Project 2
    Work space dem_rep_owner
    Repositary owner dem_rep_owner
    Repositary user dem_rep_user
    Reg
    S.Gyazuddin

  • Integration between Ariba and SAP R/3 4.7

    Hi All,
    Have anyone implementing the integration between Ariba Software and SAP R/3 4.7?
    In my project has using Ariba TIBCO and SAP Adapter as the integration tool that connect to SAP R/3 4.7 Non-Unicode system (using MDM for Thai language).
    I found that when I pull data from SAP through Ariba TIBCO and SAP Adater, the Thai character showed as unreadable character like a garbage character.
    Please help me.
    Thanks

    Hi Bimal,
    Please go through this document which contains end to end steps to integrate R/3 HR with CRM
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/84dd0c97-0901-0010-4ab2-9849fba57e31
    Best Regards,
    Pratik Patel
    <b>Reward with Points!</b>

  • Is it a Bug? Integration between Dreamweaver and Fireworks is broken in somewhere?

    I can not upload images related my topic here but you can see
    it in the same topic at
    http://www.fireworksguruforum.com/index.php?showtopic=14282
    I use CS3 Suite. It is a big trouble for me in working on
    real pages. Integration is broken in somewhere else and after that
    point it becomes impossible to work on Fireworks through
    Dreamweaver.
    I've made test to show this trouble and I narrowed the
    problem to the pictures as shown in the figures below,
    1) In figure one I am creating a completely new Fireworks
    file as arrow.png with two frames and one slice in it. After I am
    saving it as .png I am exporting it as .html with images in /images
    subfolder.
    2) After saving and closing the file in Fireworks, in figure
    two, I am opening the html in Dreamweaver and changing the page
    properties by writing zeros to page margins and by changing the
    default font.
    -----I guess in this point something happens which breaks the
    integration between FW and DW--------because;
    3) In figure three I am opening the .png through Dreamweaver
    (by "Edit") and changes the place and size of the slice a little
    bit
    4) When I press Done in Fireworks I see this picture in
    figure four in Dreamweaver which shows integration between FW and
    DW about table structure is broken. (In this point if I add any
    behaviur to the slice DW doesn't recognize it, or any other change
    in FW can not be recognized by DW)
    5) In order to show this broken integration in table
    sturucture, I am putting a new slice to png when Editing from DW in
    FW.
    6) When I click on Done in DW I see this picture on the
    figure six. Beacuse FW doesn't have any effect on html's table
    structure code.
    I can not upload images related my topic here but you can see
    it in the same topic at
    http://www.fireworksguruforum.com/index.php?showtopic=14282

    damlays wrote:
    > I can not upload images related my topic here but you
    can see it in the same
    > topic at
    >
    http://www.fireworksguruforum.com/index.php?showtopic=14282
    >
    >
    > I use CS3 Suite. It is a big trouble for me in working
    on real pages.
    > Integration is broken in somewhere else and after that
    point it becomes
    > impossible to work on Fireworks through Dreamweaver.
    >
    > I've made test to show this trouble and I narrowed the
    problem to the pictures
    > as shown in the figures below,
    >
    > 1) In figure one I am creating a completely new
    Fireworks file as arrow.png
    > with two frames and one slice in it. After I am saving
    it as .png I am
    > exporting it as .html with images in /images subfolder.
    >
    > 2) After saving and closing the file in Fireworks, in
    figure two, I am opening
    > the html in Dreamweaver and changing the page properties
    by writing zeros to
    > page margins and by changing the default font.
    >
    > -----I guess in this point something happens which
    breaks the integration
    > between FW and DW--------because;
    >
    > 3) In figure three I am opening the .png through
    Dreamweaver (by "Edit") and
    > changes the place and size of the slice a little bit
    >
    > 4) When I press Done in Fireworks I see this picture in
    figure four in
    > Dreamweaver which shows integration between FW and DW
    about table structure is
    > broken. (In this point if I add any behaviur to the
    slice DW doesn't recognize
    > it, or any other change in FW can not be recognized by
    DW)
    >
    > 5) In order to show this broken integration in table
    sturucture, I am putting
    > a new slice to png when Editing from DW in FW.
    >
    > 6) When I click on Done in DW I see this picture on the
    figure six. Beacuse FW
    > doesn't have any effect on html's table structure code.
    >
    >
    > I can not upload images related my topic here but you
    can see it in the same
    > topic at
    >
    http://www.fireworksguruforum.com/index.php?showtopic=14282
    >
    >
    >
    I can reproduce your results, but I don't consider this a
    bug; just a
    limitation of Roundtrip editing.
    You can't add or change slices without re-exporting the html
    from
    Fireworks. Roundtrip is for image editing, not for altering
    the table
    structure. If I edit, and re-export, my table remains intact.
    If you want to edit the slices and resulting html, open the
    PNG file
    independently of Dreamweaver, change your slices and images
    and then
    choose File > Update HTML (this option is not available
    when in
    Roundtrip mode). FW will ask you to locate the html file.
    When located,
    you will have the options of
    Replace Images and Their HTML - replaces the previous
    Fireworks HTML.
    Update Images Only - overwrites only the images.
    As an aside, the rigid table created by FW is rarely
    desirable for a
    production web site.
    HTH
    Jim Babbage - .:Community MX:. & .:Adobe Community
    Expert:.
    http://www.communityMX.com/
    CommunityMX - Free Resources:
    http://www.communitymx.com/free.cfm
    .:Adobe Community Expert for Fireworks:.
    Adobe Community Expert
    http://tinyurl.com/2a7dyp
    .:Author:.
    Lynda.com -
    http://movielibrary.lynda.com/authors/author/?aid=188
    Peachpit Press -
    http://www.peachpit.com/authors/bio.aspx?a=d98ed798-5ef0-45a8-a70d-4b35fa14c9a4
    Layers Magazine -
    http://www.layersmagazine.com/author/jim-babbage

  • Refrential Integrity in BW7.0

    Hi,
    In BW 3.5 we have the option to check the refrential integrity in the communication structure.
    do we have such kind of option in BI7.0,if so could you pelase tell me where it is.
    points will be assigned.
    thanks,
    Subha

    you can find it in  transformations. 4th column.

  • Integration between PA & OM

    hi everybody.....
    i have just made my structure using the OM plan, and i entered some data in it like cost center, address, work schedule, area, subarea and many other things. all i want is to read these data while i'm hiring someone or while i'm showing an infotype for a hired employee because why i should enter these data again while i already did, i really should use these stored data with some way but actually i don't know the steps for this, can anyone help.
    Regards;
    Mickey

    First thing you have to maitnain integration between OM and PA  in the table V_T77S0
    PLOGA ORGA X
    The entry PLOGI ORGA activates integration between Organizational Management and Personnel Administration using the "Organizational Assignment" info type (0001).
    Generally we create position in OM and assign relationship to org unit and costcenter, we also can maitnain Per Area and company code to position via infotype 1008 (acct assignment features) ...so when you hire employee in personnel administration module you will give position number, as soon as you gave psoition number that picksup costcenter , company code , personnel area which you assigned in OM .....so you  no need to maitnain again in PA and also the relationship between position and pernr maintian automatic and it shows in org structure of OM defaultly.
    hope this clarifies you

  • Can any one send procedure for integration between XI and Geographic inform

    can any one send procedure for integration between XI and Geographic information System(GIS).
    Please clarify ASAP..
    Thanks

    Hi,
    Please see the below links
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d53af8ca-0801-0010-08b0-dce9e02130a8
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d53af8ca-0801-0010-08b0-dce9e02130a8
    GIS VS XI
    Regards
    Chilla..
    Points rewarded if it is usefull..<i></i>

Maybe you are looking for

  • External Portal - Security Best Practice

    We will be initiating an external portal for ESS access. For those using ESS from home, what type of additional security access is anyone using if the person happens to lock themselves out of their ESS account? Do you have a security question built i

  • Messaging Multiple Recipients (SMS)

    Any idea how to send sms to multiple recipients at once with the Lumia 800? I remember it was fairly easy with the N78. Solved! Go to Solution.

  • I want some files from zen

    hi all, first of all sorry for my horrible english. i am using gb zen v and last night i delete some files from media folder and its starting not showing album arts. i think this files neccesarry for showing album arts. i have used recovery mode and

  • Lockbox error while posting customer payments

    Hello, I am testing the lockbox file upload and the system was able to locate the Customer number but while clearing customer, I am getting an error saying No payment advices were found Message no. F5664 I am trying to edit payment advice and I am ge

  • Creating new photo album on the iPhone.

    How do i add a new photo album on my phone?