Best way to handle LOBs in Oracle distributed databases

前端 未结 6 943
傲寒
傲寒 2021-02-04 07:08

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          


        
6条回答
  •  执念已碎
    2021-02-04 07:47

    You could use materalized views to handle all the "cache" management. It´s not perfect but works in most cases :)

提交回复
热议问题