Forum Discussion
mraghuvanshi-eb
1 year agoRegular Visitor
Connect to Oracle Database with LDAP connection
Hello, I have a JDBC string: jdbc:oracle:thin:@ldap://xxx.xxxx.com:3060/cn=xxx,cn=OracleContext,dc=xxx,dc=com where "xxx" are the relevant values, and the username/password. I can verify that I ...
Anonymous
1 year agoNot applicable
Hi mraghuvanshi-eb ,
Below are my thoughts about your questions:
1. Ensure that the Oracle database is accessible from the network where Fabric is running. If there are firewalls or network restrictions, you may need to whitelist the IP addresses or use a VPN.
2. If the Oracle JDBC driver is not included by default in Fabric, you may need to upload the driver manually. Download the Oracle JDBC driver (e.g., ojdbc8.jar) and upload it to Fabric.
3. Since your JDBC URL uses LDAP, ensure that the LDAP server is correctly configured and accessible.
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.