Re: [DB-SIG] Oracle+SQLA: Where are my tables?

2013-11-20 Thread Michael Bayer
For SQLAlchemy questions, come on over to our list at https://groups.google.com/forum/#!forum/sqlalchemy . as far as your .reflect() method, your tables might be under a different owner than the user who you are connecting as, and they may or may not appear to be “visible” locally if the system

Re: [DB-SIG] Oracle+SQLA: Where are my tables?

2013-11-20 Thread John W. Shipman
On Wed, 20 Nov 2013, Michael Bayer wrote: +-- | For SQLAlchemy questions, come on over to our list at | https://groups.google.com/forum/#!forum/sqlalchemy . +-- Thanks, I'll bookmark that! Your suggestion of using echo='debug' got me through the logjam. My coworker came up with the right value