SQLAlchemy MetaData.reflect not finding tables in Oracle db

ぐ巨炮叔叔 提交于 2019-12-06 04:40:16

Thanks to some quick help from @zzzeek I discovered (by using the echo='debug' argument to create_engine) that my problem was caused by the tables being owned by an old user, even though the current user could access them from the default schema without requiring any explicit synonyms.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!