From pradeepgrp at gmail.com Sun Dec 2 03:10:20 2018 From: pradeepgrp at gmail.com (Pradeep Krishnappa) Date: Sun, 02 Dec 2018 08:10:20 -0000 Subject: [DB-SIG] PEP 249 Message-ID: <5c039363.1c69fb81.ed5be.39ad@mx.google.com> Hello, I am not able to connect to oracle DB (12.2 version) installed on my computer (localhost), from python 3.7 (spyder interface). Could you please help. Used below commands; from sqlalchemy import create_engine engine = create_engine('oracle://hr:hr at localhost/orcl') print(engine.table_names()) #this line seems triggering below error Got below error DatabaseError: (cx_Oracle.DatabaseError) DPI-1047: 64-bit Oracle Client library cannot be loaded: "The specified module could not be found". See https://oracle.github.io/odpi/doc/installation.html#windows for help (Background on this error at: http://sqlalche.me/e/4xp6) Thanks, Pradeep -------------- next part -------------- An HTML attachment was scrubbed... URL: From amatlapudi at amerihealthcaritas.com Tue Dec 4 13:39:37 2018 From: amatlapudi at amerihealthcaritas.com (Matlapudi, Anjan) Date: Tue, 04 Dec 2018 18:39:37 -0000 Subject: [DB-SIG] PEP 249 Message-ID: <10c18ff08910478fa5f423a949a2ab94@rdgprwsexch003.kmhp.com> Hi, I have Python 3.7 -64 bit install and like to know how to import ORACLE_CX module to connect to Oracle database. I downloaded Anaconda interface application and using Jupiter editor. Your help is highly appreciated. Than you, Anjan ---------------------------------------------------------------------- CONFIDENTIALITY NOTICE: This electronic mail may contain information that is privileged, confidential, and/or otherwise protected from disclosure to anyone other than its intended recipient(s). Any dissemination or use of this electronic mail or its contents by persons other than the intended recipient(s) is strictly prohibited. If you have received this communication in error, please notify the sender immediately by reply e-mail so that we may correct our internal records. Please then delete the original message. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: