You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/12/08 08:08:03 UTC

[GitHub] [airflow] gbonazzoli commented on issue #18967: DbApiHook.test_connection() does not work with Oracle db

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


   For all Oracle Database's versions you can replace "select 1" with "select 1 from dual"
   
   dual is a logical table present in every oracle schema you're connecting to.
   
   Probably is a simpler implementation of the test.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org