dinhphu2k1-gif opened a new issue, #27243:
URL: https://github.com/apache/superset/issues/27243

   ### Bug description
   
   Hello all, I connect Oracle successful. But when i explore tables, i get 
error with status code 422.
   Who can help me? 
   Many thanks!
   
![image](https://github.com/apache/superset/assets/81508954/0d50e039-77ca-4507-986b-6dea257089a1)
   
![image](https://github.com/apache/superset/assets/81508954/f11171a2-8b45-4b9c-af21-8d66c8ec9481)
   
   
   ### How to reproduce the bug
   
   1. build new image from image superset:latest
   
   ```
   FROM apache/superset
   USER root
   RUN pip install cx_Oracle==8.0.1
   RUN apt update
   RUN apt -y install alien libaio1 wget
   RUN wget 
https://download.oracle.com/otn_software/linux/instantclient/2113000/oracle-instantclient-basic-21.13.0.0.0-1.el8.x86_64.rpm
   RUN alien -i oracle-instantclient-basic-21.13.0.0.0-1.el8.x86_64.rpm
   RUN sh -c "echo /usr/lib/oracle/21/client64/lib > 
/etc/ld.so.conf.d/oracle-instantclient.conf"
   RUN ldconfig
   USER superset
   ```
   
   2. docker compose -f docker-compose-non-dev.yml up
   3. connect oracle by string below:
   ```
   oracle+cx_oracle://ot:[email protected]:1521/?service_name=dinhphu
   ```
   
   ### Screenshots/recordings
   
   _No response_
   
   ### Superset version
   
   master / latest-dev
   
   ### Python version
   
   3.9
   
   ### Node version
   
   16
   
   ### Browser
   
   Chrome
   
   ### Additional context
   
   Oracle version = 21
   
   ### Checklist
   
   - [X] I have searched Superset docs and Slack and didn't find a solution to 
my problem.
   - [X] I have searched the GitHub issue tracker and didn't find a similar bug 
report.
   - [X] I have checked Superset's logs for errors and if I found a relevant 
Python stacktrace, I included it here as text in the "additional context" 
section.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to