I am trying to get a oracle sqlalchemy dburi working with an external password store (Oracle Wallet)
I have tried using the standard sqlplus syntax for a external password store with no luck..
sqlalchemy.dburi="oracle:///@PROD"
I can connect successfully using sqlplus as follows:
sqlplus /@PROD
I can't find any information on how to use external password stores with sqlalchemy or turbogears?
Off the top comment: Make sure you are running version 5.2.1+ of cx_oracle (http://cx-oracle.readthedocs.io/en/latest/releasenotes.html). Prior to that a bug in SessionPools existed.