Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to capture context from a database link?
Jared wrote:
> Galen Boyer <galenboyer_at_hotpop.com> wrote in message news:<ullgaoq2c.fsf_at_standardandpoors.com>...
>
>
>>First things first. This is wrong design. You are putting >>intelligence in keys. A definitely bad thing to do. The domain >>needs to be an attribute on the table being inserted.
In the documentation (for Replication) there are three alternatives given to guarantee unique sequence values from different databases.
Two of these sound like what you've tried, so maybe the third approach is the charm.
Also, what about "select * from global_name_at_dblink"? This is (should be) a unique value for each remote database, if you use the "alter database rename global_name..." statement as intended.
--Mark Bole Received on Mon Aug 23 2004 - 10:30:13 CDT
![]() |
![]() |