Oracle Queries not considering UI selected schema in query and failing with syntax error #3879
Open
1 task done
Labels
BUG
Issue type for reporting failure due to bug in functionality
Is there an existing issue for this?
Description
Below error when not specifying schema name even that is selected from UI:
(cx_Oracle.DatabaseError) ORA-00942: table or view "MYSCHEMA"."MYTABLE" does not exist [SQL: select * from mytable] (Background on this error at: http://sqlalche.me/e/4xp6)
It seems to me that cx_oracle connection attribute "Connection.current_schema" is not properly set when use chooses different schema in UI.
Steps To Reproduce
Logs
No response
Hue version
4.11
The text was updated successfully, but these errors were encountered: