1

I am trying to connect to oracle DB using Oracle SQL Developer (Version 3.0.04) Connection parameters follows,

host : port : user : xxxx password : sssss service name : asdf.somedomain.com

When connecting I am getting the following error

Unsupported verifier type.

I am able to ping the host so no network problem. I have another server in the same network which works perfectly fine.

2 Answers 2

3

It might be the issue with the thin Java driver. Try checking Tools-Preferences-Database-Advanced-Use OCI/Thick driver.

Sign up to request clarification or add additional context in comments.

Comments

1

For me adding the below line in sqldeveloper.conf works fine.You can find this conf file inside \sqldeveloper\bin directory.

AddVMOption -Doracle.jdbc.thinLogonCapability=o3

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.