Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Distributed transactions (two-phase commint) without DB links
I most heartedly agree; db links are the way to go. =20
Now if they would just get rid of that plain text password in = user_db_links. Yes, I know you can recreate the view to leave it out, = but that's a pain, and it still remains in sys.link.=20
Ian MacGregor
Stanford Linear Accelerator Center
ian_at_SLAC.Stanford.edu
-----Original Message-----
From: oracle-l-bounce_at_freelists.org =
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Tim Gorman
Sent: Monday, March 14, 2005 1:24 PM
To: oracle-L_at_freelists.org
Subject: Re: Distributed transactions (two-phase commint) without DB =
links
For 9i, check out "OCITransPrepare()", "OCITransForget()", "OCITransCommit()", and "OCITransRollback()".
Now for my question: what's so terrible about database links? To put =
it
another way, what's so good about being "link free"? What is =
"unacceptable"
about them?
Is dragging the data back and forth across a SQL*Net connection to a 3GL
program better than doing it inside the database? Is all this low-level =
OCI
coding better, faster, or more portable than simply letting the database
handle it transparently?
Enquiring minds want to know... :-)
on 3/14/05 12:54 PM, Alexander Gorbachev at gorbyx_at_gmail.com wrote:
> Hi all,
>=20
>=20
>=20
>=20
>=20
-- http://www.freelists.org/webpage/oracle-l -- http://www.freelists.org/webpage/oracle-lReceived on Mon Mar 14 2005 - 16:45:01 CST