0
UserWarning: To use parallel implementation of `read_sql`, pass the sqlalchemyconnection string instead of <class 'sqlalchemy.engine.base.Engine'>.

我使用这个字符串得到了这个错误

'oracle://username:password@server:1521/SID'

我也尝试使用 cx_Oracle 出现同样的错误

我还尝试直接传递 con 字符串,例如:

OraTbl = pd.read_sql(colqry, 'oracle://username:password@{}:1521/SID'.format(server))

ORA-12170: TNS: 发生连接超时

4

1 回答 1

0

跟踪此问题#3400以获得问题的答案。

于 2021-09-03T06:09:59.107 回答