有没有办法将数据从 Oracle 表填充到 Active Directory?
Posted
技术标签:
【中文标题】有没有办法将数据从 Oracle 表填充到 Active Directory?【英文标题】:Is there any way to populate data from Oracle Table to Active Directory? 【发布时间】:2017-11-27 08:39:37 【问题描述】:我们需要将 Oracle 模式中的 1 个表中的 1 列填充到 Active Directory。我们想自动化这个过程。
让我知道是否有任何解决方案?
问候,
【问题讨论】:
【参考方案1】:是的,有。通常要与活动目录交谈,您必须使用dbms_ldap
包。
从设置与 AD 的连接开始。并了解如何查询 AD。 https://davegugg.wordpress.com/2015/01/16/querying-active-directory-through-oracle/。
下一步是更新记录。http://ermanarslan.blogspot.co.uk/2013/10/plsql-dbmsldap-updating-active.html
【讨论】:
以上是关于有没有办法将数据从 Oracle 表填充到 Active Directory?的主要内容,如果未能解决你的问题,请参考以下文章
当嵌套表属于记录类型时,如何将数据填充到 Oracle 中的嵌套表中