In my previous job I used to input data into SAP using excel VBA and setting up the connection was fairly easy.
I'm now looking for a way to do the same with Oracle, the issue is that I don't have any client installed in my PC, we access the Oracle applications remotely via Browser.
What do I need to look for to set this up? Also, is there a script recorder for Oracle Applications that I could just copy the code into VBA?
I tried following this question as an example (Connection from VBA to Oracle DB) but there is no Oracle client on my pc.