gpt4 book ai didi

oracle - 如何确定 Oracle 列是否为 SecureFile

转载 作者:行者123 更新时间:2023-12-04 02:11:28 24 4
gpt4 key购买 nike

在 Oracle 11gR2 中,我必须查询哪个 View 才能确定 CLOB 列是否存储为 SecureFile?

最佳答案

只需使用 dba_lobs View (或 all_lobs/user_lobs 如果您没有必要的权限):

select * from dba_lobs where securefile = 'YES'

关于oracle - 如何确定 Oracle 列是否为 SecureFile,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16809395/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com