TimesTen Connection Tab Does Not Appear in SQL Developer
Hi,
I have followed the following steps as discussed in the Official Docs:
(http://www.oracle.com/technetwork/database/timesten/sqldev-15313-relnotes-093173.html)
Prerequisites
Before you can use SQL Developer to connect to TimesTen:
Install the TimesTen 7.0.3 or later release of the server or client on the same machine as SQL Developer.
Make sure the CLASSPATH environment variable is pointing to the TimesTen JDBC driver ( TimesTen_install_dir/lib/ttjdbc5.jar) .
On Linux systems, execute the shell script TimesTen_install_dir/bin/ttenv.sh or TimesTen_install_dir/bin/ttenv.csh to set up the TimesTen environment before launching SQL Developer.
Still, there is no tab for TimesTem connection in my SQL Developer, only the ORACLE tab. I am using RHEL 5.5 and I have updated my JAVA to the latest version.
Am I missing something else?
Thanks!