Answer the question
In order to leave comments, you need to log in
How to set up a connection to Oracle through sqlalchemy?
Hello. I'm trying to connect to an Oracle database using sqlalchemy:
import sqlalchemy as sql
e=sql.create_engine('oracle://user:[email protected]:port/sid')
e.connect()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question