Oracle database connection from javascript

I am trying to connect to the Oracle database using javascript angularjs.
I need to write the code and the connection string. I don't have much experience with doing this so I would appreciate any help. Thank you

1 answer

I can only help you with Oracle connection string establishment. Here is Oracle connection string guide
And Oracle ODBC driver for it.
Good luck!