SQL开发者打开后出现警告:

huangapple go评论47阅读模式
英文:

Sql developer after turn on is giving WARNING:

问题

我已在我的笔记本电脑上安装了Oracle Database 10g客户端(10.2.0.4)。运行Sqldeveloper后出现以下警告:

查看图片描述

你能否给我一些提示,我应该做什么?
谢谢。

英文:

I have installed Oracle Database 10g Client (10.2.0.4) on my laptop. After I run Sqldeveloper is giving that warning:
enter image description here

Could you give me some hint what should I do ?
Thank you

答案1

得分: 1

这与你的10g客户端安装无关。

你的SQL开发者安装似乎出现了一些损坏或错误的问题。

尝试以下方法:

  1. 重新下载 22.4.1 版本,将压缩文件解压到你的计算机上一个全新的目录中。
  2. 如果这不起作用,找到位于 AppData 中的 system22.4.1.../system_cache 文件夹,然后将其删除。

C:\Users<user>\AppData\Roaming\SQL Developer\system22.2.0.173.2018\system_cache

英文:

This has nothing to do with your install of 10g Client.

Something is corrupted/bad with your SQL Developer install.

Things to try:

  1. redownload 22.4.1, extract zip to a FRESH directory on your machine
  2. if that doesn't work, find the system22.4.1.../system_cache folder in AppData, delete it

C:\Users&lt;user>\AppData\Roaming\SQL Developer\system22.2.0.173.2018\system_cache

huangapple
  • 本文由 发表于 2023年2月8日 18:23:31
  • 转载请务必保留本文链接:https://go.coder-hub.com/75384364.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定