I'm learning Python and am totally new to Jupyter Notebook. I've Jupyter Notebook Python 3, 64 bits installation done on a 64 bits Windows machine, via Anaconda package. The machine has already got Oracle Client 11g Home installed with other applications running.
When I launch Jupyter Notebook and run a Python script which has a Oracle SQL command, there's an error message
"The specified DSN contains an architecture mismatch between the Driver and Application"
I can only guess it is because Jupyter Notebook is 64 bits and the Oracle installed is 32 bits. How can I get it fixed? Do I need to install a 64 bits Oracle Client? If so, will it ruin my other applications which required Oracle 32 bits? I'd prefer to stay with my 32 bits Oracle client rather than installing a 64 bits version.
Thanks,