博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
oracle sql developer连接oracle报错
阅读量:4229 次
发布时间:2019-05-26

本文共 129 字,大约阅读时间需要 1 分钟。

安装了oralce 11g,使用PLSQL Developer使用是正常的,用sqldeveloper就报错,连接不上,具体错误如下,

这里写图片描述
网上找了很多方法,原来是jdbc下面的jar包版本太高了,原来是ojdbc8.jar换成ojdbc6.jar就可以了。

你可能感兴趣的文章
How to Run Successful Projects in Web Time
查看>>
Sams Teach Yourself SQL Server(TM) 2005 Express in 24 Hours
查看>>
Beginning Apache Struts: From Novice to Professional
查看>>
Expert Spring MVC and Web Flow (Expert)
查看>>
A Developer's Guide to SQL Server 2005
查看>>
Active Directory Cookbook, 2nd Edition
查看>>
Designing and Developing Scalable IP Networks
查看>>
Bluetooth Demystified
查看>>
SWT (Developer's Notebook)
查看>>
Java 2: The Complete Reference, Fifth Edition
查看>>
Java Programming on Linux
查看>>
Microsoft Access VBA Programming for the Absolute Beginner, Second Edition
查看>>
Content Networking: Architecture, Protocols, and Practice
查看>>
Managing Agile Projects
查看>>
Creating a Digital Home Entertainment System with Windows Media Center
查看>>
Java Concurrency in Practice
查看>>
Red Hat Fedora 5 Unleashed
查看>>
AdvancED Flash Interface Design (Advanced Design)
查看>>
Quartz Job Scheduling Framework: Building Open Source Enterprise Applications
查看>>
C++ GUI Programming with Qt 4
查看>>