I can configure the connection to Oracle server via SSH. What parameters should I define in the Database Registration Info dialog?
You need to input the following: • In the Connection section: • User name is an Oracle user name. • Password is password of the Oracle user. • In the SSH Tunneling section: • SSH host name is a host where SSH server is activated. • SSH port is a port where SSH server is activated. • SSH user name is a user on Linux machine. (It is a Linux user. It is not a user of Oracle server.) • SSH password is a Linux user password. To connect to Oracle server that is installed on Windows machine, it is necessary to disable Oracle port redirection by entering the registry entry ‘USE_SHARED_SOCKET = TRUE’ in the Windows registry under the HKLM\Software\Oracle branch. Also, connection by SSH should be established by using local naming method (using tnsnames.ora).
Related Questions
- I can tune the connection to PostgreSQL server by SSH. What values do I need to input to the fields on SSH tab of Database Registration dialog?
- I can tune the connection to MySQL server by SSH. What values do I need to input to the fields on SSH tab of Database Registration dialog?
- I can configure the connection to Oracle server via SSH. What parameters should I define in the Database Registration Info dialog?