How to install Oracle on Windows Server 2016

How to install Oracle on Windows Server 2016

1. Install Oracle There are too many Oracle installation instructions on the Internet, so I will not repeat them here. I will mainly explain the connection.

I am using a virtual machine server 2016. After reinstalling the system on the host, it took most of my time to reinstall and configure the client, so I will record it here, hoping to avoid detours in future configurations.

2. Install oracle client .

3. Configure oracle client network

If the server address changes due to reinstallation of the virtual machine, listerner.ora and tnsnames.ora data must be rewritten into the Oracle file.

Just take a look at the SID, KEY, and Service Name (the net manager will usually automatically configure them later).

HOST, this item needs to be changed to the local IP address.

(Install the Oracle client on the host, and then) check the host configuration net manager information.

The data is consistent with the previous configuration.

Oracle Connection

Generally, if you use the Oracle installation file, Oracle will automatically configure the variables and firewall.

variable:

Here I created a new OH to facilitate future changes when the address changes.

Firewall:

Then you can open the host connection.

Summarize

The above is the tutorial illustration of installing Oracle on Windows server 2016 introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! If you find this article helpful, please feel free to reprint it and please indicate the source. Thank you!

You may also be interested in:
  • Detailed record of installing Oracle19c database on Windows 10 (with pictures and text)
  • Windows10 x64 installation and configuration of Oracle 11g process record (graphic tutorial)
  • Install Oracle11g on Windows Server 2012 (Graphical Tutorial)
  • Complete process of installing and configuring Oracle client locally on Windows (graphic version)
  • Oracle 12c installation and configuration method graphic tutorial under Windows Sever 2012
  • Installing Oracle 11g on Windows 64-bit, PLSQL Developer configuration issues, perfect solution for database display blank (graphic tutorial)
  • Installing Oracle 11g Database on Windows System Graphic Tutorial
  • Oracle 11g installation graphic tutorial under Windows 7
  • Detailed illustration of Oracle 11g R2 installation and uninstallation process under Windows
  • How to solve problems related to installing Oracle 11g under Windows 7
  • Oracle 11g installation diagram in windows
  • How to install ORACLE 10g client on Windows 7
  • How to solve the problem of not being able to install Oracle 11g on Windows 10 (with a super detailed tutorial)

<<:  How to implement simple data monitoring with JS

>>:  MySQL 5.7.20 zip installation tutorial

Recommend

JavaScript MouseEvent Case Study

MouseEvent When the mouse performs a certain oper...

Binary installation of mysql 5.7.23 under CentOS7

The installation information on the Internet is u...

Simple Implementation of HTML to Create Personal Resume

Resume Code: XML/HTML CodeCopy content to clipboa...

How does Zabbix monitor and obtain network device data through ssh?

Scenario simulation: The operation and maintenanc...

Detailed explanation of how Zabbix monitors the master-slave status of MySQL

After setting up the MySQL master-slave, you ofte...

Vue project implements file download progress bar function

There are two common ways to download files in da...

Solution to the problem that order by is not effective in MySQL subquery

By chance, I discovered that a SQL statement prod...

MySQL 8.0.16 installation and configuration tutorial under Windows 10

This article shares with you the graphic tutorial...

Detailed explanation of zabbix executing scripts or instructions on remote hosts

Scenario Requirements 1. We can use the script fu...

How to query data from multiple unrelated tables and paging in Mysql

Mysql multiple unrelated tables query data and pa...

Introduction to the use and disabling of transparent huge pages in Linux

introduction As computing needs continue to grow,...

JavaScript implements the generation of 4-digit random verification code

This article example shares the specific code for...