Best way to handle LOBs in Oracle distributed databases

前端 未结 6 945
傲寒
傲寒 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:57

    In this specific case can the only way the two systems can communicate is using the dblink.

    Also, the table solution is not that terrible, it's just messy to have to "cache" the data on my side of the dblink.

提交回复
热议问题