Error while performing database login with the oracle 解决方案
1:环境:myeclipse6.0+Oracle 10g服务器端(本机)
用Myeclipse database browser连接安装在本机的Oracle 10g服务器端。
2:错误信息
3:网上解决方案
第一种方案:: 驱动问题,将oracle驱动升级至ojdbc14.jar。
第二种方案:
A:“控制面板”-->“区域和语言项”-->“区域选项”卡 --> 看看默认的是不是“中文(中国)”(大部分系统都是这样的)
B:打开myeclipse安装目录下的eclipse文件夹下的eclipse.ini,它是Myeclipse中的启动时读取的配置文件!
将其中的-Duser.language=en修改为-Duser.language=zh
重启myeclipse,就可以了
第三种方案:
Configuration and Migration Tools/Net Manager下配置监听和服务命名。(Oracle监听程序和服务命名配置请查看此文章http://blog.csdn.net/winer2008/archive/2009/07/09/4332844.aspx)! 重启监听:dos下lsnrctl start (一定需要重启哟)。就ok了
分享到:
相关推荐
当你尝试`Test Driver`时,可能会遇到“Error while performing database login with the oracle.jdbc.driver.OracleDriver driver: Io exception: The Network Adapter could not establish the connection”的错误...
1 Exploring the Oracle Database Architecture 2 Installing your Oracle Software 3 Creating an Oracle Database Using DBCA 4 Managing the Database instance 5 Managing the ASM Instance 6 Configuring ...
1 Exploring the Oracle Database Architecture 2 Installing your Oracle Software 3 Creating an Oracle Database Using DBCA 4 Managing the Database instance 5 Managing the ASM Instance 6 Configuring ...
1 Exploring the Oracle Database Architecture 2 Installing your Oracle Software 3 Creating an Oracle Database Using DBCA 4 Managing the Database instance 5 Managing the ASM Instance 6 Configuring ...
### Oracle Database 10g: The Top 20 Features for DBAs #### 1. Flashback Versions Query **Description:** This feature allows database administrators (DBAs) to query the history of data changes within ...
1 Exploring the Oracle Database Architecture 2 Installing your Oracle Software 3 Creating an Oracle Database Using DBCA 4 Managing the Database instance 5 Managing the ASM Instance 6 Configuring ...
1 Exploring the Oracle Database Architecture 2 Installing your Oracle Software 3 Creating an Oracle Database Using DBCA 4 Managing the Database instance 5 Managing the ASM Instance 6 Configuring ...
Pro Oracle SQL unlocks the power of SQL in the Oracle Database—one of the most potent SQL implementations on the market today. To master it requires a three-pronged approach: learn the language ...
is to help you understand the concepts behind Oracle Database, and to help you learn how to perform all common administrative tasks needed to keep the database operational. These tasks include ...
- **SQL*Plus**: A command-line tool for interacting with the Oracle database, executing SQL commands, and running PL/SQL scripts. - **JDeveloper**: An integrated development environment (IDE) provided...
At the heart of any good-performing database lies a sound indexing strategy that makes appropriate use of indexing, and especially of the vendor-specific indexing features on offer. Few databases ...
This chapter discusses how to install the Oracle software and database. It also describes how to configure additional databases, and how to upgrade and older version of a database to the current ...
The 11th edition of Database Processing refines the organization and content of this classic textbook to reflect a new teaching and professional workplace environment. The organization and topic ...
The supported way to accomplish this in prior releases of the Oracle database was to export the data from the database on the old platform, create a new database on the new platform, and import the ...
参加oracle原厂培训,老师给的,很好用,介绍给大家 Produces an HTML report with a list of observations based on health-checks performed in and around a SQL statement that may be performing poorly. ...
在MySQL数据库操作中,"Error performing load command" 是一个常见的错误提示,通常出现在数据导入、更新或查询过程中。这个错误的出现通常是由于多种原因引起的,但根据提供的描述和标签,这里的问题主要集中在...
In addition, while providing the familiar properties, methods and events of the built-in objects (TDatabase, TQuery, etc.) VDB provides additional simplified methods for performing common tasks....