Connecting to a Oracle database and displaying the contents in a web browser

724 Views Asked by At

I'm new to this. Is there a way to link a Oracle database to a web browser and display it's query results in a web browser with angular or node js. Create something like a dashboard.

Basically, I'd like to know on how can we link a database (Oracle) and provide the results in a web browser. Can someone help on how this can be done using VS code?

1

There are 1 best solutions below

1
On

There are several approaches but since you are new to it, You are better of using the node-oracledb library. This link will sort you out Completely https://oracle.github.io/node-oracledb/