Best way to handle LOBs in Oracle distributed databases

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

    Do you have a specific scenario in mind? For example, if the LOB holds files, and you are on a company intranet, perhaps you can write a stored procedure to extract the files to a known directory on the network and access them from there.

提交回复
热议问题