I have been given these details regarding the database.
Userid & Password,
LDAP Server : stpoid.corp.com:3060:3131,
Context: cn=OracleContext,dc=corp,dc=com,
DB server= PRD1.
I can successfully connect and query the database using sql developer with these details. I'm running python3.6 with cx_oracle on windows 10.
I read about the instruction in https://stackoverflow.com/a/32151099/4799035 and vaguely figured out that I need to create sqlnet.ora and/or tnsnames.ora and/or ldap.ora file. But the instructions don't work well on windows.
But i'm not sure where in windows file structure should I create them? or can I create them anywhere and set them in path variables? what should be the name for the variable? and how should I configure the cx_oracle.connect() parameters? can I pass these parameters in the cx_oracle.makedns()?
Any document or guidance will be helpful.