You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2023-11-10 13:52:15,353 - default - WARNING - Oracle 语句执行报错,语句:select sql_audit.* from (select
*
from
pp_actual_slab) sql_audit where rownum <= 100,错误信息Traceback (most recent call last):
File "/opt/archery/sql/engines/oracle.py", line 676, in query
cursor.execute(sql, parameters or [])
cx_Oracle.DatabaseError: ORA-00942: table or view does not exist
This discussion was converted from issue #2373 on November 10, 2023 06:25.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
重现步骤
1、v1.10
2、创建区分了大小写的表名的表;
3、在sql查询页面,执行查询sql
预期外的结果
报错:
ORA-00942: table or view does not exist
日志文本
版本
1.10.0
部署方式
Docker
是否还有其他可以辅助定位问题的信息?比如数据库版本等
MySQL: 5.7.26
OS:centos7
Beta Was this translation helpful? Give feedback.
All reactions