Connect to Oracle via SSH Tunnel?
To do some development work on my laptop (Windows XP running ColdFusion 9 Developer Edition on Apache 2.2.14), I'm trying to connect to an Oracle database via a PuTTY SSH tunnel. After a bit of work I was able to set up a ColdFusion datasource by creating a System DSN on my laptop that points at the SSH tunnel and using the ODBC socket driver to create the ColdFusion datasource.
However, though I'm able to run very simple queries this way... I get errors when I try to use aggregate functions (e.g. COUNT(*)).
Does anyone know a better way to do this? Is there a way to use the Oracle driver supplied with ColdFusion to connect through an SSH Tunnel, perhaps?
Any other suggestions?
