일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
31 |
- 러스트 기초
- vue기초
- cloud hsm 서명
- 스마트컨트렉트 함수이름 중복 호출
- 컨트렉트 동일한 함수이름 호출
- 오블완
- Vue.js
- rust 기초
- cloud hsm
- 체인의정석
- redux 기초
- redux toolkit 설명
- ethers websocket
- ethers typescript
- 티스토리챌린지
- Vue
- 스마트 컨트렉트 함수이름 중복
- ambiguous function description
- erc4337 contract
- SBT표준
- ethers v6
- 스마트컨트렉트 예약어 함수이름 중복
- 러스트기초
- ethers type
- cloud hsm 사용하기
- erc4337
- git rebase
- 계정추상화
- 러스트 기초 학습
- 머신러닝기초
- Today
- Total
체인의정석
Oracle & Oracle DB client 설치 문제 해결 본문
차근차근 살펴본 결과 node-oracledb의 모듈을 체크해보라는 글을 발견했고
Error: DPI-1047: Cannot locate a 64-bit Oracle Client library in NodeJS
I recently need oracle db connectivity within my nodejs application. There is an official add-on node-oracledb powered by oracle. While integrating this add-on in my nodejs application, I'm having ...
stackoverflow.com
해당 모듈의 설명부분을 정독하고 나니 오라클 db의 버전과 oracle client의 버전을 맞춰야 지원이 된다는 것을 알았다.
https://oracle.github.io/node-oracledb/INSTALL.html#quickstart
Installing node-oracledb Version 5.2
Oracle Database driver for Node.js maintained by Oracle Corp.
oracle.github.io
버전을 21에서 18로 다시 받고 문서에 따라서 /usr/local/lib 으로 들어가서 open . 으로 파인더를 열고 넣으니 다음과 같은 메세지가 떴다.
파일을 통째로 옮기고 개인보호 설정에들어가서 모두 허용을 하나씩 눌러주어서 인식시키니 다른 에러가 나왔다.
[Mac] "확인되지 않은 개발자의 앱열기" 해결 방법
Objective Mac에서 CLO 설치 혹은 업데이트 시 확인되지 않은 개발자의 앱 열기 대화창이 나타나는 문제를 해결합니다. Operation Mac에서 CLO를 설치하거나 업데이트할 경우 하기와 같은 확인되지 않
support.clo3d.com
[ERROR] 2021-08-25T09:36:20.267Z Database Error: Error while trying to retrieve text for error ORA-01804
https://github.com/oracle/node-oracledb/issues/76
App crash down with "ExceptionImpl" error (Error while trying to retrieve text for error ORA-01804) · Issue #76 · oracle/node-
Hi everyone. NodeJS 0.10.36 OracleDB 0.4.2 So I tried to run next app: var oracledb = require( "oracledb" ); var dbConfig = { user : "userName", password : "secWord", ...
github.com
이 에러는 환경 변수 설정 문제였는데 더 급한 일이 생겨서 나중에 와서 이어서 해결하기로 하였다.
'개발 > database' 카테고리의 다른 글
에러해결) Error: ER_ACCESS_DENIED_ERROR: Access denied for user 'root'@'localhost' (using password: YES) (0) | 2021.09.09 |
---|---|
Mysql) 테스트를 위한 mysql 데이터베이스 초기화 (0) | 2021.09.09 |
블록체인 데이터 이전 시키기, Mysql 데이터 다른 파일이름에 따른 반복문 쿼리와 시간 측정 (0) | 2021.08.23 |
ORA-65096: invalid common user or role name (0) | 2021.08.23 |
Oracle DB 테이블 구조와 DBeaver 연결 (0) | 2021.08.20 |