我在尝试执行代码时遇到了命名违规错误:
<changeSet id="changeSet-1" author="someUser" labels="labelOne">
<createTable tableName="testTable" schemaName="public">
<column autoIncrement="true" name="id" type="BIGINT">
<constraints primaryKey="true"/>
</column>
</createTable>
<rollback>
<dropTable tableName="testTable"/>
</rollback>
</changeSet>
上面的代码返回错误:
ORA-31202:DBMS_LDAP:LDAP客户端/服务器错误:命名违规。 0000209F:UpdErr:DSID-030502EC,问题6001(NAME_VIOLATION),数据0
答案 0 :(得分:1)
删除&#34; CN =&#34;来自cn和&#34; DN =&#34;来自distinguishedName。 CN应该只是&#39;&#39;&#39; DN应该是'CN = 4321,&#39; || c_ldap_base