Closed likhithpindi1 closed 1 year ago
Can you show us two consecutive python calls in the same terminal window, the first doing the install and the second where you call 'import cx_Oracle'. If you are not running the second python call in the same terminal, please share how you are running it.
Other comments:
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.
D:\DBS>python -m pip install cx_Oracle --upgrade Requirement already satisfied: cx_Oracle in c:\users\likhi\appdata\local\packages\pythonsoftwarefoundation.python.3.10_qbz5n2kfra8p0\localcache\local-packages\python310\site-packages (8.3.0)
problem:
Show the directory listing where your Oracle Client libraries are installed (e.g. the Instant Client directory). Is it 64-bit or 32-bit? C:\oraclexe\app\oracle\product\11.2.0\server
Show what the
PATH
environment variable (on Windows) orLD_LIBRARY_PATH
(on Linux) is set to? path :C:\oraclexe\app\oracle\product\11.2.0\serverShow any Oracle environment variables set (e.g. ORACLE_HOME, ORACLE_BASE)
C:\oraclexe\app\oracle\product\11.2.0\server