node-oracle icon indicating copy to clipboard operation
node-oracle copied to clipboard

node.js driver to connect with an oracle database.

Results 100 node-oracle issues
Sort by recently updated
recently updated
newest added

Could install it, but when running with Karma a Jasmine test that uses it, I get the following: C:\Users\potero\angular\Sunnel_View_Test\unit\jasmine>call karma start C:\Users\ potero\angular\Sunnel_View_Test\unit\jasmine\conf\karma.conf.js 04 02 2016 11:42:39.758:INFO [framework.browserify]: registering rebuild...

i use node-oracle in node, when i insert into oracle chinese data,it show me messy code,please tell me how to fix it ,thanks

I am receiving the following when attempting to install oracle via NPM. Any ideas? ubuntu@ubuntu-VirtualBox:~/octest2$ sudo npm install oracle [sudo] password for ubuntu: > [email protected] install /home/ubuntu/octest2/node_modules/oracle > node-gyp rebuild...

Install Issue

HI It will be nice if you can implement the time out feature for a query execution currently one of our query is taking very long time to execute and...

If you try to select today date (29-Feb-2016) you will get: (01-Mar-2016) Example: SELECT sysdate from DUAL: [ { SYSTIMESTAMP: Tue Mar 01 2016 21:48:04 GMT+0100 (CET) } ]

Works fine on 0.10 but alas ... I don't see any other issues open on this; did I miss something? ``` Now using node v0.12.0 [daniel@nero]--(14:02:24) [~/t/ofs]$ make install bash:...

seriously, i need help.. the problem is not solved yet. i have tried the instructions given by https://www.youtube.com/watch?v=Sec8WG8gQPg still, its not solved.. help me out error: ora-12154 tns could not...

Cannot find module '../build/Debug/oracle_bindings', Whether the program or I, can not find the directory

Were warnings during installation of oracledb. Now I can connect to Oracle, run select-command but when I want that select-query return data in resultSet - nothing happens, no data and...

I'm actually creating a nodejs application.I created a Node module to extend a C program to the app.Then I cross compile the application using this command: CC=arm-linux-gcc-4.8.4 CXX=arm-linux-g++ node-gyp clean...