Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

"Could not load connection type: ..." error whlie adding new connection.

Sevdimali IsayevJan 15 2018 — edited Jan 15 2018

Hi,

when I try to add new connection on

Oracle SQL Developer it gives this error message.

sql_devloepr_error.png

But from toad and sqlplus I can successfully connect.

Problem only occurs on sql developer.

DB VERSION:

Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production

PL/SQL Release 11.2.0.2.0 - Production

CORE 11.2.0.2.0 Production

TNS for 64-bit Windows: Version 11.2.0.2.0 - Production

NLSRTL Version 11.2.0.2.0 - Production

SQL Developer Version:

Version 17.4.0.355

Build 355.2349

| Java(TM) Platform | 1.8.0_151 |
| Oracle IDE | 17.4.0.355.2349 |

sql_dev_error2.png

How can I solve this issue?

Thanks.

Message was edited by: Sevdimali Isayev, SQL Developer Version and new connection window image added.

This post has been answered by thatJeffSmith-Oracle on Jan 15 2018
Jump to Answer

Comments

843834
JAXRPC clients should be able to acdess most existing web services. If you use wscompile on the services WSDL file to generate a client you will get the schema types bound to Java types. Now, because JAXRPC 1.1 does not support all of schema, some elements may be bound to a SOAPElement, which is basically a DOM node. So yes you can invoke those web services, it may be more difficult that you would like but it should work. When JAXRPC 2.0 comes out almost all of schema should be supported and the binding will be greatly improved.


Post your JAX-RPC related questions to users@jax-rpc.dev.java.net for a quicker resolution.

Send an email to users-subscribe@jax-rpc.dev.java.net to subscribe to the alias.
Send an mail to users-help@jax-rpc.dev.java.net for a complete list of help commands.
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 12 2018
Added on Jan 15 2018
9 comments
3,636 views