Forum Discussion
ayanDuisenov6
3 years agoNew Member
Power BI Desktop and Oracle database connection
Hello everyone! I am trying to connect to an Oracle database that is located on a server. To connect to this database, I need to run a .bat file (the script of this file looks like "start PUTTY.EXE ...
ayanDuisenov6
3 years agoNew Member
I made a mistake here "start PUTTY.EXE -ssh -L host:ip:host ip_Of_the_server -l test -i test.ppk"
Instead of the host, it should be port, so "start PUTTY.EXE -ssh -L port:ip:port ip_Of_the_server -l test -i test.ppk"