2023.10.02 Navicat_Premium15_x86 connects to Oracle_10g under win7x64sp1 (installed in win2003x86)

Oracle_10g is installed on this version of the system:

Microsoft Windows [Version 5.2.3790]

This win2003_x86 (allocated memory 1G) is installed in the vmware virtual machine.

The installation package file name is: oracle 10g_win32.zip, the size is about 624 MB (655,025,354 bytes)

After installation, the tcp1521 port should be open:

Microsoft Windows [版本 5.2.3790]
(C) 版权所有 1985-2003 Microsoft Corp.

C:\Documents and Settings\Administrator>netstat -ano|findstr 1521
  TCP    192.168.50.145:1071    192.168.50.145:1521    ESTABLISHED     1824
  TCP    192.168.50.145:1073    192.168.50.145:1521    ESTABLISHED     3632
  TCP    192.168.50.145:1074    192.168.50.145:1521    ESTABLISHED     3632
  TCP    192.168.50.145:1075    192.168.50.145:1521    ESTABLISHED     3632
  TCP    192.168.50.145:1082    192.168.50.145:1521    ESTABLISHED     2144
  TCP    192.168.50.145:1521    0.0.0.0:0              LISTENING       1848
  TCP    192.168.50.145:1521    192.168.50.136:50110   ESTABLISHED     1848
  TCP    192.168.50.145:1521    192.168.50.136:50111   ESTABLISHED     1848
  TCP    192.168.50.145:1521    192.168.50.145:1071    ESTABLISHED     1848
  TCP    192.168.50.145:1521    192.168.50.145:1073    ESTABLISHED     1848
  TCP    192.168.50.145:1521    192.168.50.145:1074    ESTABLISHED     1848
  TCP    192.168.50.145:1521    192.168.50.145:1075    ESTABLISHED     1848
  TCP    192.168.50.145:1521    192.168.50.145:1082    ESTABLISHED     1848
  TCP    192.168.50.145:2482    192.168.50.145:1521    TIME_WAIT       0
  TCP    192.168.50.145:2485    192.168.50.145:1521    TIME_WAIT       0
  TCP    192.168.50.145:2486    192.168.50.145:1521    TIME_WAIT       0
  TCP    192.168.50.145:2490    192.168.50.145:1521    TIME_WAIT       0
  TCP    192.168.50.145:2491    192.168.50.145:1521    TIME_WAIT       0
  TCP    192.168.50.145:2492    192.168.50.145:1521    TIME_WAIT       0
  TCP    192.168.50.145:2493    192.168.50.145:1521    TIME_WAIT       0
  TCP    192.168.50.145:2494    192.168.50.145:1521    TIME_WAIT       0
  TCP    192.168.50.145:2497    192.168.50.145:1521    TIME_WAIT       0
  TCP    192.168.50.145:2499    192.168.50.145:1521    TIME_WAIT       0
  TCP    192.168.50.145:2503    192.168.50.145:1521    TIME_WAIT       0

C:\Documents and Settings\Administrator>

Next, install Navicat_Premium15_x86 in the virtual machine win7x64_sp1 (allocated memory 2G). The x64 version cannot be installed because the Oracle driver (dll) is x86. I use PE_Study.exe (

PE_Study (PE Viewer) v0.95 Free Green Version Download - Bkill Download icon-default.png?t=N7T8http://www.bkill.com/download/18602.html http://11.bkillptdown.balanala.cn:8066/1208/PE_Study .zip) to check and found that oci.dll is x86.

I use oci.dll from the following URL:

Instant Client for Windows 32-biticon-default.png?t=N7T8http://www.oracle.com/technetwork/topics/winsoft-085727.html

Instant Client for Windows 32-biticon-default.png?t=N7T8https://www.oracle.com/database/technologies/instant-client/microsoft-windows-32-downloads.htmlinstantclient-basic-nt-12.2.0.1.0.zip  

68.5 MB (71,881,824 bytes)

Next, I still use the virtual machine win7x64_sp1. After installing Navicat_Premium15_x86, I don’t need to register (pojie), just use the trial version (you can try the virtual machine snapshot).

Unzip: instantclient-basic-nt-12.2.0.1.0.zip to the C:\Program Files (x86)\PremiumSoft\Navicat Premium 15 directory:

"C:\Program Files (x86)\PremiumSoft\Navicat Premium 15\instantclient_12_2\oci.dll"

If there was a folder instantclient_12_2 before, it is recommended to rename the old folder to avoid conflicts.

After unzipping instantclient-basic-nt-12.2.0.1.0.zip, you need to install vcredist2013_x86.exe,

The last step is to open Navicat Premium 15, find tools, options, environment, OCI environment, and specify the dll:

"C:\Program Files (x86)\PremiumSoft\Navicat Premium 15\instantclient_12_2\oci.dll"

There is no need to set environment variables on win7x64 and win2003 throughout the process.

The following article has no reference value: Navicat_Premium connects to Oracle_10g-CSDN blog . First, you need to download instantclient_11_2. This is the version I downloaded from CSDN. It can be used. You can use it after unzipping it. Navicat_Premium version is 10.0.11 and can be used. Open Tools->Options->OCI 1. Select oci.dll in the decompressed file 2. Select sqlplus.exe under the oracle installation path. Next step is to configure environment variables 1. Right-click https://blog.csdn.net/qq_20745827/ article/details/49252975

References:

https://www.cnblogs.com/ihappycat/p/14121046.html icon-default.png?t=N7T8https://www.cnblogs.com/ihappycat/p/14121046.html NavicatPremium connects to oracle10g_navicat oracle driver-CSDN Blog Recently I worked on a project that needed to start from the old system Extract data. Because the database connection tool we usually use is Navicat Premium, we try to use Navicat Premium to connect to Oracle. The specific steps are as follows: 1. Download the Oracle10.2 client (instantclient_10_2) and put it in a local folder (download from the Oracle official website) ) 2. Open Navicat Premium and click, Tools->Options->Environment, configure the oracle driver 3. Close Navicat Premium, reopen Navicat Premium, click on the file.._navicat oracle driver https://blog.csdn.net/qq_35744706/article /details/124094763

Navicat Premium 15 cannot connect to Oracle 10g solution - CSDN blog ① Download the file link shared by the network disk: https://pan.baidu.com/s/1ZOSKwGjS9QpV8404LCj9MQ Extraction code: g6le ② Download the decompressed file and copy it to Navicat Premium 15 Under the installation path, ③ open the Tools - Options - Environment - oci environment of Navicat Premium 15, and import the oci.dll of the file just copied to the Navicat Premium 15 installation path. ④ Restart Navicat Premium 15, and then try to connect to oracle 10g. At this time Successfully connected... https://blog.csdn.net/qq_44760706/article/details/112755377

 The x64 driver download page is as follows:

Oracle Instant Client Downloads | Oracle 中国icon-default.png?t=N7T8https://www.oracle.com/cn/database/technologies/instant-client/downloads.html

Instant Client for Microsoft Windows (x64) 64-bit | Oracle 中国icon-default.png?t=N7T8https://www.oracle.com/cn/database/technologies/instant-client/winx64-64-downloads.html 

instantclient-basic-windows.x64-12.2.0.1.0.zip

https://download.oracle.com/otn/nt/instantclient/122010/instantclient-basic-windows.x64-12.2.0.1.0.zip?AuthParam=1696257878_6341fdba2ddd355c8fef6590863e03da

Guess you like

Origin blog.csdn.net/qq_29060627/article/details/133500570