<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Table replication over different ORACLE instances in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/table-replication-over-different-oracle-instances/m-p/3964436#M757716</link>
    <description>google it, you will find a lot of information.&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;A href="http://www.psoug.org/reference/db_link.html" target="_blank"&gt;http://www.psoug.org/reference/db_link.html&lt;/A&gt;</description>
    <pubDate>Mon, 19 Mar 2007 11:15:45 GMT</pubDate>
    <dc:creator>Oviwan</dc:creator>
    <dc:date>2007-03-19T11:15:45Z</dc:date>
    <item>
      <title>Table replication over different ORACLE instances</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/table-replication-over-different-oracle-instances/m-p/3964431#M757711</link>
      <description>Hello colleagues,&lt;BR /&gt;I've a question about distributed databases synchronization over geographic networks.&lt;BR /&gt;We've an ORACLE instance rdbms_A in a platform host_A where an application app_A is running.&lt;BR /&gt;We've an ORACLE instance rdbms_B in a platform host_B where an application app_V is running.&lt;BR /&gt;rdbms_A and rdbms_B have different schemas.&lt;BR /&gt;rdbms_A has a table "paths" composed by a set of attributes; a view "paths_4BM" is built on top of "paths": this view contains a subset of "paths" attributes.&lt;BR /&gt;rdbms_B has a table "paths_RM" identical to "paths_4BM".&lt;BR /&gt;The data insert sequence is the following:&lt;BR /&gt;&amp;gt; the data are inserted, modified or deleted only in rdbms_A; only "paths" is modified (and the view changes accordingly).&lt;BR /&gt;&amp;gt; the data in rdbms_B should be kept aligned.&lt;BR /&gt;We need to keep aligned "paths_RM" to "paths_4BM" in an automatic way.&lt;BR /&gt;Are there any ORACLE embedded mechanisms to automatically updated tables on RDBMS B when the (linked) data on RDBMS A change?&lt;BR /&gt;We need a "per table" relation.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Enrico</description>
      <pubDate>Mon, 19 Mar 2007 09:53:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/table-replication-over-different-oracle-instances/m-p/3964431#M757711</guid>
      <dc:creator>Enrico Venturi</dc:creator>
      <dc:date>2007-03-19T09:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Table replication over different ORACLE instances</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/table-replication-over-different-oracle-instances/m-p/3964432#M757712</link>
      <description>Hey&lt;BR /&gt;&lt;BR /&gt;Try it with database link and triggers?&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 19 Mar 2007 10:24:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/table-replication-over-different-oracle-instances/m-p/3964432#M757712</guid>
      <dc:creator>Oviwan</dc:creator>
      <dc:date>2007-03-19T10:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Table replication over different ORACLE instances</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/table-replication-over-different-oracle-instances/m-p/3964433#M757713</link>
      <description>I'm confused:&lt;BR /&gt;what should I do?!?&lt;BR /&gt;Please go into details.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Enrico</description>
      <pubDate>Mon, 19 Mar 2007 10:30:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/table-replication-over-different-oracle-instances/m-p/3964433#M757713</guid>
      <dc:creator>Enrico Venturi</dc:creator>
      <dc:date>2007-03-19T10:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Table replication over different ORACLE instances</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/table-replication-over-different-oracle-instances/m-p/3964434#M757714</link>
      <description>Create a Database link in rdbms_A to rdbms_B.&lt;BR /&gt;&lt;BR /&gt;Synchron:&lt;BR /&gt;now create a trigger (on insert or/and on update event) on table "paths" which writes the data directly through the database link in the table of the rdbms_B database.&lt;BR /&gt;&lt;BR /&gt;Asynchron:&lt;BR /&gt;Or you can write a job in rdbms_B, that for e.g. all two minutes reads the new data in table paths of rdbms_A.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 19 Mar 2007 10:43:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/table-replication-over-different-oracle-instances/m-p/3964434#M757714</guid>
      <dc:creator>Oviwan</dc:creator>
      <dc:date>2007-03-19T10:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Table replication over different ORACLE instances</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/table-replication-over-different-oracle-instances/m-p/3964435#M757715</link>
      <description>ehm... what do you mean with "create a database link in rdbms A to rdbms B"?&lt;BR /&gt;How can I do it?&lt;BR /&gt;Are there any specific ORACLE commands?&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Mar 2007 11:07:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/table-replication-over-different-oracle-instances/m-p/3964435#M757715</guid>
      <dc:creator>Enrico Venturi</dc:creator>
      <dc:date>2007-03-19T11:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Table replication over different ORACLE instances</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/table-replication-over-different-oracle-instances/m-p/3964436#M757716</link>
      <description>google it, you will find a lot of information.&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;A href="http://www.psoug.org/reference/db_link.html" target="_blank"&gt;http://www.psoug.org/reference/db_link.html&lt;/A&gt;</description>
      <pubDate>Mon, 19 Mar 2007 11:15:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/table-replication-over-different-oracle-instances/m-p/3964436#M757716</guid>
      <dc:creator>Oviwan</dc:creator>
      <dc:date>2007-03-19T11:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Table replication over different ORACLE instances</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/table-replication-over-different-oracle-instances/m-p/3964437#M757717</link>
      <description>Hi Enrico,&lt;BR /&gt;&lt;BR /&gt;If you are on 10g, read Metalink Note 394575.1 about streams replication. &lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Tue, 20 Mar 2007 10:31:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/table-replication-over-different-oracle-instances/m-p/3964437#M757717</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2007-03-20T10:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Table replication over different ORACLE instances</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/table-replication-over-different-oracle-instances/m-p/3964438#M757718</link>
      <description>hi Enrico,&lt;BR /&gt;&lt;BR /&gt;one way to achieve this is to create a synonym using a database link as follows:&lt;BR /&gt;&lt;BR /&gt;CREATE OR REPLACE PUBLIC SYNONYM paths_4bm FOR &lt;ALIAS&gt;.paths@db_link_to_rdbms_A;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj&lt;/ALIAS&gt;</description>
      <pubDate>Thu, 22 Mar 2007 05:03:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/table-replication-over-different-oracle-instances/m-p/3964438#M757718</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-03-22T05:03:47Z</dc:date>
    </item>
  </channel>
</rss>

