Setup Nodejs OracleDb module with simple steps

preview_player
Показать описание
npm --add-python-to-path='true' --debug install --global windows-build-tools

if installation process is taking longer than expected please verify the the installation log

%USERPROFILE%\.windows-build-tools\
if you have oracle client installed already, make sure the PATH variable has the location, if not you can install the instant client using npm.

npm install instantclient

set PATH=%cd%\instantclient;%PATH%

set OCI_LIB_DIR=%cd%\instantclient\sdk\lib\msvc

set OCI_INC_DIR=%cd%\instantclient\sdk\include

npm install oracledb
Рекомендации по теме
Комментарии
Автор

One of the most helpful videos I've found for connecting Oracle DB and Node JS without much hassle.

sahilandrewschand
Автор

Man this was totally awesome! If only Oracle themselves could've explained it properly.

hacmia
Автор

excelent video man, still works and it's been very useful!!!

nicolasguillenc
Автор

Very Helpful Tutorial. Solved my problem

jayotithakur
Автор

awesome video, nice work.. thank you ;)

moreshwardalavi
Автор

Hello Akhil, I am getting an issue, getting metadata in output but not rows, in select query.

b_indian
Автор

Thanks for the Great video, i have installed oracle client from oracle website, do i still need to install python client, second query is did you created that node / oracle folder manually.

mdarif-rtmg
Автор

Node-oracledb Installation on Windows with a Local Database or Full Client....help

graceamegboh
Автор

found 6 vulnerabilities (5 low, 1 high)
run `npm audit fix` to fix them, or `npm audit` for details
npm WARN saveError ENOENT: no such file or directory, open
npm WARN enoent ENOENT: no such file or directory, open 'C:\node\oracle\package.json'
I am getting this error, while running .

dineshn
Автор

Could you please help some one to call the same code and read the output from it block in protractor tool

arteja.
Автор

Hi Nice Video, getting error as Error: The specified procedure could not be found. when i trying to execute the query. I have followed all the steps. Please do reply.

vikasharya
Автор

when I am trying to login it is showing error like login failed, I have created account Oracle also but it is showing error would u plz help me .


actually I have to do project work plz reply asap..
thx

pavankumardasari
Автор

anyone help me out how to connect oracle db with react native

mayanksinghchandel
Автор

npm packages and instant client installed for me, but sql plus is not installed. What should I do? Please help

tamiltechgeek
visit shbcf.ru