kutubk52 commented on issue #368: OracleHook: Add Oracle SQL Support URL: https://github.com/apache/airflow/pull/368#issuecomment-608330986 This change doesn't work to use Oracle as backend. I tried to connect but facing issue. 1. The connection and chart table has columns which need 5000 as Varchar2 size but Oracle 12 support only 4000. 2. One of the query tries to modify the table xcom value as BLOB which is already BLOB. Oracle don't support change of this column . Due to above 2 issue initdb fails for airflow. Do you have work around for this?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
