1.3 KiB
1.3 KiB
name, about, title, labels, assignees
| name | about | title | labels | assignees |
|---|---|---|---|---|
| Installation Questions | Use this for cx_Oracle installation questions | install & configuration |
Do these first
-
Review and follow the installation instructions
-
Review the troubleshooting tips
-
If you have a
DPI-1047,DPI-1050orDPI-1072error, review both the above again before opening an issue. -
Google any errors
Answer the following questions
-
Describe the problem and show the error you have. Cut and paste text showing the command you ran. No screenshots. Use a gist for long screen output and logs: see https://gist.github.com/.
-
Show the output of:
import sys
import platform
print("platform.platform:", platform.platform())
print("sys.maxsize > 2**32:", sys.maxsize > 2**32)
print("platform.python_version:", platform.python_version())
-
Show the directory listing where your Oracle client libraries are installed (e.g. the Instant Client directory). Is it 64-bit or 32-bit?
-
Show what the
PATHenvironment variable (on Windows) orLD_LIBRARY_PATH(on Linux) is set to? On macOS, show what is in~/lib. -
Show any Oracle environment variables set (e.g. ORACLE_HOME, ORACLE_BASE).