S sqldoctor Member Apr 28, 2011 #1 Why does the commit key become active as if there is a pending transaction after I select from a remote table via a database link? Last edited: Apr 28, 2011
Why does the commit key become active as if there is a pending transaction after I select from a remote table via a database link?
Bernhard S Member³ Apr 28, 2011 #1 Whenever you query via database link Oracle DB automatically opens a transaction! Check out the explanation here:http://www.jlcomp.demon.co.uk/faq/dblink_commit.html
Whenever you query via database link Oracle DB automatically opens a transaction! Check out the explanation here:http://www.jlcomp.demon.co.uk/faq/dblink_commit.html