Tagged Questions
The node-oracle tag has no wiki summary.
4
votes
3answers
107 views
+100
Hardcoded strings are cut in half with node-oracle
I use node-oracle to connect to an Oracle db.
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 ...
0
votes
1answer
97 views
installing node-oracle on Red Hat Enterprise Linux Server release 6.4 Santiago
I have been trying to install node-oracle on (Red Hat Enterprise Linux Server release 6.4 (Santiago) ) server .However, I was not successful.
I have followed the instructions on the webpage ...
2
votes
3answers
173 views
can''t connect to oracle database in nodejs?
my version of node.js is 0.10.4 and my version of Os is Centos 5.9 and oracle is 11gR2 .
when i want to connect to oracle with node.js , i use this article on this link ...
0
votes
1answer
172 views
Unable to connect to Oracle 11g using node-oracle driver for Node.js: are they compatible?
We are trying to use node.js app to connect to Oracle 11g server (Enterprise Edition 11.2.0.1.0 - 64bit production) from an Ubuntu 12.04.1 LTS server. We are running Node v0.10.12 and the nearinfinity ...
2
votes
2answers
744 views
Node.js and node-oracle: Problems connecting to Oracle database
I am writing a Node.js application that pulls data from an Oracle database. The DBA recently migrated the database to another machine, and everything broke.
I've tried re-creating the tnsnames.ora ...
0
votes
1answer
317 views
Segmentation when using node-oracle on ubuntu
I'm using node-oracle module with the following code (from the node-oracle documentation):
var oracle = require("oracle");
oracle.connect({ "hostname": "192.168.1.120/orcl", "user": "USER", ...