I currently have a database configured with RAC (2 Nodes) on 11g R2 (11.2.0.4). Everything works fine inside the firewall and can connect to the database using sqlplus, toad, etc. from within the firewall.
I now need to give the ability to a user to connect to the database from outside the firewall. I've setup a public IP on the firewall that forwards to the private ip address. That was the simple part.
What is the easiest way to configure so that this user can connect to the database using toad from outside the firewall? If this was a single server, this would be easy. However, I'm new to RAC and still trying to understand. BTW, this database was already configured before I started working for this company.
--Cam--