Closed tinglixing closed 2 years ago
This is could be because you put sqlnet.ora in a non-default location, and haven't edited the wallet location path inside that file. Either put sqlnet.ora in a default location or edit sqlnet.ora. See the doc I mentioned in https://github.com/oracle/python-cx_Oracle/issues/605
My wallet location should be fine. If location has problem, I would not be able to access the database in SQL Developer but I can. Just cannot connect to the database in python.
That statement may not be valid because SQL Developer almost always uses the Java stack but Python uses a C stack so the implementations are very different. If you share more details we can offer more advice.
Thank you! The problem was resolved by updating python and all packages. Now I have a new issue. The code can be ran in command line, i.e. python shell, but it will not run in jupyter and spyder, ides that I have in my Ananconda package. Any idea?
This issue has been automatically marked as inactive because it has not been updated recently. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not been updated for a month.