Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- afterCompletion
- Cross-Zone Load Balancing
- queryDsl #JPA #hibernate
- CannotGetJdbcConnectionException
- RequestBody로깅
- 자바로그
- UNION 열
- Connection Draining
- ContentCachingRequestWrapper
- 람다 캡쳐링
- ReactAdmin
- 아파치 드루이드
- jpa
- superset-oracle
- aws
- Routing Policies
- oracle
- SSR #CSR
- 코딩삽질일기
- 스프링
- hikari cp
- 네트워크 io
- ChatGPT
- Route53
- querydsl-sql
- Duration-Based Cookie
- reflection API
- 슬로우 쿼리
- Application-Based Cookie
- 자연변수
Archives
- Today
- Total
목록superset-oracle (1)
Forest Gump?
superset oracle DB connection 오류
superset oracle DB connection 오류 superset에서 ORACLE DB 접속 시 오류 발생. superset 공식 문서에 나와있는 python -m pip install cx_Oracle --upgrade --user 커맨드로 oracle connection을 하려 하니 아래와 같은 에러가 발생. 원인 :타 DB CONNECTION의 경우 패키지만 설치하면 연동되지만 , 오라클은 패키지(cx_Oracle)만 설치 해서 연결이 되지 않는다! 해결방법 : libaio패키지와 oracle client를 다운받아 환경변수 설정 export LD_LIBRARY_PATH = /opt/oracle/instantclient_11_2:$LD_LIBRARY_PATH 그리고 설치된 오라클 경로(/o..
카테고리 없음
2022. 6. 13. 16:41