Can I connect oracle database 10g with TCPS using oracle developer 6.0?
I have a problem to connect to oracle database using TCPS protocol. My office uses Oracle Developer 6.0 connect to Oracle Database 10.2.0.4. When I use TCP, it work properly, TCPS it return errors ORA-12203. Even if I try to install oracle 10g client and set TNS_ADMIN to client10g net configuration home it return the same on Oracle Form 6.0 but works on Client 10g.
When I try Oracle Developer 10.1, it work properly both TCP and TCPS. But I prefer Developer 6.0(It's non-web server). Does it have any way to connect oracle 10.2.0.4 using TCPS by oracle Developer 6.0?
PS. tnsname.ora and sqlnet.ora was set correctly in NET80\ADMIN directory.