select from remote database (dblink)
575197Sep 17 2012 — edited Sep 18 2012Hi,
I am wondering if I do select * from <table_name>@dblink will fetch all rows from table on remote database?
Will there be any difference if optimizer_mode is FIRST_ROWS or ALL_ROWS?
I am working on Oracle 11gR2.
Thanks