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

Three ways to share component logic in React

Without further ado, these three methods are: ren...

Use semantic tags to write your HTML compatible with IE6,7,8

HTML5 adds more semantic tags, such as header, fo...

How to use vue3 to build a material library

Table of contents Why do we need a material libra...

JavaScript implementation of magnifying glass details

Table of contents 1. Rendering 2. Implementation ...

Several ways to implement "text overflow truncation and omission" with pure CSS

In our daily development work, text overflow, tru...

Analysis of multi-threaded programming examples under Linux

1 Introduction Thread technology was proposed as ...

Implement full screen and monitor exit full screen in Vue

Table of contents Preface: Implementation steps: ...

Centos7.5 configuration java environment installation tomcat explanation

Tomcat is a web server software based on Java lan...

JavaScript implementation of the Game of Life

Table of contents Concept Introduction Logical ru...

Specific use of Docker anonymous mount and named mount

Table of contents Data volume Anonymous and named...

Example code for implementing dotted border scrolling effect with CSS

We often see a cool effect where the mouse hovers...

How to receive binary file stream in Vue to realize PDF preview

Background Controller @RequestMapping("/getP...

Vue implements seamless scrolling of lists

This article example shares the specific code of ...

How to modify the mysql table partitioning program

How to modify the mysql table partitioning progra...