If you create an Oracle dblink you cannot directly access LOB columns in the target tables.
For instance, you create a dblink with:
create database link
You could use materalized views to handle all the "cache" management. It´s not perfect but works in most cases :)