Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> RE: Rollback segments and DB links
>===== Original Message From "Brian Pulcine"
<bpulcine_at_nospam.bellatlantic.net> =====
>Can anyone tell me if I perform an UPDATE to another DB through a DB link,
>am I using the rollback of the current database (the one I'm logged into),
>or the remote DB?
>
>SQL> UPDATE table1_at_remotedb SET col1='dummy' WHERE col2=5;
>
>Will the above statement create the "before" data image in my local
>database's rollback segments, or on "remotedb"?
>
>Thanks!
>-Brian
>
Hi Brian,
Will be used a rollback segment on the local side.
Also you can read *Transparency in a Distributed Database System* from
Oracle
8i Concepts.
Roman Mirzaitov
Brainbench MVP for Oracle Administration
www.brainbench.com
Received on Thu Jul 19 2001 - 22:59:32 CDT
![]() |
![]() |