今天用服务器所在的机子,因此不用下载 Oracle 客户端,但是直接打开 PL/SQL 时还是出现了几个
小问题,首先是 Initialization error Could not load
具体的方法如下:
启动 PL/SQL Developer 之后,出现 Initialization error Could not load ,但是 PL/SQL
的工作界面仍能打开,只是数据库相关数据没有加载进来,因此可以在该工作页面中进行配置:选
择 Tools -> Preferences -> Oracle -> Connection -> 对 Oracle Home 和 OCI Library
进行设置,如:Orcale 装在 F:\orcale\ ,
则:Oracle Home 为 F:\oracle\product\10.2.0
OCI Library 为 F:\oracle\product\10.2.0\db_1\BIN\oci.dll
配置完之后重新启动 PL/SQL Developer ,则在登录界面中多了一栏 Connect as ,即以什么身份
登录,选择相应的身份后即可以进行登录了,此时,数据库相关数据就加载进来了。
分享到:
相关推荐
1.下载资源oracle-instantclient-windows.x64-19.3.0.0.0dbru 解压自己存储盘符 例如:d:\instant...2.设置PLSQL Developer 连接菜单下 Oracle 主目录名:d:\instantclient_19_3 OCI库:d:\instantclient_19_3\oci.dll
在使用PL/SQL Developer 12连接Oracle数据库时,可能会遇到“Could not initialize oci.dll”这样的错误提示。这个错误通常表明系统无法找到或正确加载Oracle客户端的oci.dll库文件,这是Oracle Instant Client的一...
PL/SQL(Procedural Language for SQL)是Oracle公司为优化其数据库系统而开发的一种过程化语言,它结合了SQL命令与程序构造特点,不仅能够方便地处理数据库中的数据,还具有很强的过程控制能力,可以用来编写复杂的...
解决:oracle_plsql连服务端时 Initialization error could initialize错误处理方法
解决64位操作系统PL/SQL不好连接Oracle数据,解决如下问题: Initialization error Could not initialize "D:\app\Happy\product\11.2.0\dbhome_1\bin\oci.dll" Make sure you have the 32 bits Oracle Client ...
“oci.dll加载失败”是用户在尝试使用PL/SQL Developer或其他依赖oci.dll的Oracle工具时常见的问题。oci.dll是Oracle Call Interface (OCI) 的动态链接库,是Oracle数据库API的核心部分,用于在应用程序和数据库之间...
ISO14443协议是Contactless card standards(非接触式IC卡标准)协议。有英文版原版由4个部分...ISO/IEC 14443-3:2001 Part 3: Initialization and anticollision ISO/IEC 14443-4:2001 Part 4: Transmission protocol
On the "View" ribbon you can now choose between a Single Document Interface (SDI) or Multiple Document Interface (MDI - the same as in PL/SQL Developer 11.0 and earlier). In SDI mode you always see ...
2. **登录弹出初始化错误**:登录时弹出错误提示:“Initialization error Could not initialize” 并且指出缺少32位Oracle客户端。 这些问题的根本原因在于PL/SQL Developer默认不支持64位Oracle客户端的直接连接...
junit4单元测试报错:method initializationerror not found 缺少jar包导致,总共需要三个jar包:junit-4.11.jar,hamcrest-core-1.3.rc2.jar,hamcrest-library-1.3.rc2.jar,都在压缩包里了。
Connection popup menu item "New Instance" added to open a new PL/SQL Developer instance for the selected connection When the read-only status of a file changes this will be propagated to a window ...
### Oracle Database 10g PL/SQL Programming #### 1. Introduction to PL/SQL PL/SQL (Procedural Language for SQL) is a procedural extension to SQL that provides a powerful way to manipulate data within...
For these file control operations PL/SQL Developer relies on a 3rd party shell extension that must be installed on your system. In the screenshots above “GIT Extensions” has been used. Worksets A ...
6. **错误处理和日志记录**:在使用PL/SQL Developer和Instant Client时,确保启用日志记录,以便在遇到问题时进行故障排查。错误信息和日志可以帮助定位问题的根源。 7. **版本兼容性**:确保你的应用程序和...
- 使用Oracle Instant Client和PL/SQL Developer,开发人员可以在本地环境中安全地连接和操作云中的Oracle数据库,提高开发效率。 5. **11.2.0.4.0版本特点**: - 安全性增强:此版本可能包含了一些安全补丁,...
在“Oracle PLSQL Instant Client”中,最重要的组件是PL/SQL Developer,这是一个强大的集成开发环境(IDE),专为编写、调试和管理Oracle数据库的PL/SQL代码而设计。通过Instant Client,你可以连接到远程Oracle...
fs/yaffs2/yaffs_vfs.c:2383:2: error: implicit declaration of function 'get_sb_bdev' fs/yaffs2/yaffs_vfs.c: At top level: fs/yaffs2/yaffs_vfs.c:2390:2: error: unknown field 'get_sb' specified in ...
首先,"initialization error"通常是由于PL/SQL Developer(一款Oracle数据库的管理和开发工具)在尝试连接到Oracle实例时,无法正确加载必要的库文件或配置文件。这可能由以下几个原因引起: 1. **环境变量设置不...
What's New in PL/SQL? This section describes new features of PL/SQL release 10g, and provides pointers to additional information. The following sections describe the new features in PL/SQL: ■ New ...
On the "View" ribbon you can now choose between a Single Document Interface (SDI) or Multiple Document Interface (MDI - the same as in PL/SQL Developer 11.0 and earlier). In SDI mode you always see ...