node-oracle
node-oracle copied to clipboard
node.js driver to connect with an oracle database.
i have install oracle on win7 64bit code below : ``` javascript var DB = {}, connectData = { hostname : 'ip', port : 1521, database : 'oracle', user :...
win7 64bits install follow this install.md try the demo code , it didn't have any error and can't run the call back of connection.execute method if found i don't config...
I'm trying to perform an Oracle query with node-oracle via iisnode. I renamed all of my node files as *.njs and currently have my web.config set up for iisnode to...
npm install oracle fails > npm --version > 1.4.9 > node --version > v0.10.28 > Windows 7 > .NET 4.0 > InstantClient 12.1 gyp ERR! build error gyp ERR! stack...
For dummkopfs like myself who copy the example code, a reminder comment of the limitation/caveat to close the connection might be nice after all ;-) the installation steps (which driver?...
I have the 11.2 instantclient package install on a mac running mavericks. I believe I have followed the setup instructions exactly, but cannot get passed this missing lib error. NPM-DEBUG.LOG:...
Hi, Just noticed that when I do "select column_with_long_numbers from my_table" the numbers retuned are rounded (javascript inability to parse longs). So far I fixed it by using "select concat(column_with_long_numbers,...
When I select values from tables with cyrillic data, everything is fine, but if I call a procudure like this: ``` CREATE OR REPLACE PROCEDURE TEST_ENCODING ( CUR OUT SYS_REFCURSOR...
gyp.bat --depth . -G msvs_version=2008 G:\gyp\gyp\node-oracle-master \node-oracle-master\binding.gyp gyp: Missing 'type' field in target oracle_bindings