Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Updating tables when a view is updated by a dblink
Hi there!
I don`t know if the title of this message is clearly enough... i will
try to explain my problem...
I have a dblink to another database. Im my database I have a view (lets call it LocalView) of a table (lets call it RemoteTable) of the remote database.
Then, i also have a table (LocalTable) in my database.
What i want is to update LocalTable when a new row is inserted in RemoteTable. I tried with a INSTEAD-OF trigger in LocalView, but this only work when I insert a row directly in LocalView.
Does anybody have a solution to this?
Thank you very much in advance!!!
P.D: There's no way i can modifiy the remote database. Received on Wed Feb 21 2007 - 12:21:53 CST
![]() |
![]() |