Log a plsql startup error

Log a plsql startup error

After installing oracle and plsql, the startup error is as follows:
Initialization error Could not load “D:\xxx\xxx\oci.dll”
insert image description here
The reason is that Oracle is a 64-bit version, and PLSQL is a 32-bit version. The conflict caused

Solution

Download the 32-bit oracle client, click direct, you need to log in to the account
https://www.oracle.com/database/technologies/instant-client/microsoft-windows-32-downloads.html
If you don’t have an account, you can use the network disk to download and
link : https://pan.baidu.com/s/1jEPcRerHkaU96Y6wR13b9Q?pwd=1234
Extraction code: 1234
– share from Baidu Netdisk super member V4

Don’t download the oracle website indiscriminately. At the beginning, I chose the first version 21.7.0.0.0 to download, and the result was as follows:
acces violation at address 00000000.write of address 00000000
acces violation at address 12DA8E9D in module 'OracleOCIEI.dll'. The error of Read of adress FFFFFF
insert image description here
is actually caused by the fact that the downloaded client version is not consistent with the installed database version. I installed oracle11g, please correspond to your own version

After I choose the 11.2 version, I can connect normally
insert image description here
. Log in, click cancle,
insert image description here
click Tools – "Preferences
insert image description here
, change to download and decompress the path yourself , and now you can visit end
insert image description here
happily .

Guess you like

Origin blog.csdn.net/qq_41648113/article/details/127627406