Bytes --------------------------------------------------------------------------------------------------------
When connecting to the Oracle database using PL/SQL on the server, a problem occurs, prompting:
Initialization error
Cocould not load "F: \ oracle \ bin \ oci. dll"
OCIDLL forced to Foracle \ bin \ oci. dll
LoadLibrary (F: \ oracle \ bin \ oci. dll) returned 0
Bytes ---------------------------------------------------------------------------------------------------------
The specific method is as follows:
After PL/SQL Developer is started, Initialization error cocould not load appears, but PL/SQL
You can still open the work interface, but the database-related data is not loaded, so you can configure it on this work page: select
Choose Tools-> Preferences-> Oracle-> Connection-> for Oracle Home and OCI Library
For example, Orcale is installed in E: \ orcale \,
Oracle Home is E: \ oracle \ product \ 10.2.0
OCI Library is E: \ oracle \ product \ 10.2.0 \ db_1 \ BIN \ oci. dll
After the configuration is complete, restart PL/SQL Developer, and a column of Connect as is added to the logon interface, that is, the identity
Log on. After selecting the corresponding identity, you can log on. At this time, the database data is loaded.