Link to home
Start Free TrialLog in
Avatar of Share Point
Share Point

asked on

How to read data directly from Oracle database using Node.js / Javascript?

Hi Experts,
 I started using Node.js and Javascript for automation project. I need to read data directly from Oracle database and display as HTML table and export to excel. I have received the below connection string.

"ABC =
  (DESCRIPTION =
    (enable = broken)
(ADDRESS = (PROTOCOL = TCP)(HOST = host1)(PORT = 1515))
    (ADDRESS = (PROTOCOL = TCP)(HOST = Host2)(PORT = 1515))
    (CONNECT_DATA =
      (SERVICE_NAME = ABC)
    )
  )"

Can you please suggest me to use best module and best practice to read data by node.js? Also can you help me to write code to accomplish this requirement.

Thank You
Avatar of leakim971
leakim971
Flag of Guadeloupe image

why using Node.js ?
you should split your question and create a thread for every part of your project
Avatar of Share Point
Share Point

ASKER

Hi,
 Sorry for the confusion. We have decided Node.js/JavaScript as a IT stack. And our primary goal is to read data directly from Oracle database.

Let me know if you need more clarification.
it was just to know... now, did you miss the second part answer?
Hi,
 I will split the the thread for future questions. Since i already created the question so will update question Title and description.
ASKER CERTIFIED SOLUTION
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank You for the links. I have followed and installed module. I am having another issue so will create new thread.