uranusjr commented on issue #18967:
URL: https://github.com/apache/airflow/issues/18967#issuecomment-988558407


   ORA-00923 is *FROM keyword not found where expected*. Currently we are 
testing a database connection with `select 1`, but it seems like Oracle does 
not support this. [From this table, there is likely not any single query that 
works accross all 
implementations.](https://stackoverflow.com/a/3670000/1376863) Perhaps instead 
of treating all exceptions as a failure, we should selectively catch some and 
treat them as success. This button is only meant to test if the conenction 
config works, and when the backend responds _something_ (even a SQL error), the 
connection is definitely working.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to