Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图了解是否可以创建一个值是来自 LDAP 的电子邮件的 LOV 项目。有人知道这是否可能吗?谢谢
这应该有效:
制作一个 PL/SQLPIPELINED函数来查询您的 LDAPDBMS_LDAP并返回一个电子邮件表,
PIPELINED
DBMS_LDAP
将您的LOV项目定义为基于查询:
LOV
SELECT column_value display, column_value FROM TABLE(function)