Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SQLcl does not work with LDAP entries

Felix HernandezSep 3 2025 — edited Sep 3 2025

Getting the following error when using LDAP entry. TNSNAMES.ORA entry works okay. LDAP works okay with sqlplus (instant client Version 23.3.0.23.09)

% sql scott/tiger@ora19  
Picked up JAVA_TOOL_OPTIONS: --enable-native-access=ALL-UNNAMED

SQLcl: Release 25.2 Production on Wed Sep 03 10:34:48 2025

Copyright (c) 1982, 2025, Oracle.  All rights reserved.

Assertion failed: (LDAP_VALID( ld )), function ldap_first_entry, file getentry.c, line 35.
/Users/felix/dev/oracle/sqlcl/bin/sql: line 818:  5939 Abort trap: 6 "${JAVA}" ${CUSTOM_JDBC} ${CYGWIN} "${APP_VM_OPTS[@]}" -client ${SQLCL_DEBUG} -cp "$CPLIST" oracle.dbtools.raptor.scriptrunner.cmdline.SqlCli "$@"
~
%
Comments
Post Details
Added on Sep 3 2025
1 comment
36 views