Hi, I just started using web2py and I'm don't know how to connect to my remote oracle database.
According with the chapter 6 of the official book the url should be the following: oracle://username/password@test There are no parameters for the server ip address in the example, then I tried this: oracle://myusername/mypassword@server_ip_address/database_name and oracle://myusername/mypassword@server_ip_address:1521/database_name None of them worked. What I need to do in order to access my oracle database remotely?

