Oracle Database Learning Notes (I)

Build server-side runtime environment

Posted by Chen Xingxu on May 20, 2020

Overview

The operating system environment I use to build Oracle database is Windows XP SP3, and the virtual machine used is VMware Workstation.

Preliminary Preparation

  1. VMware Workstation (https://www.vmware.com/cn/products/workstation-pro/workstation-pro-evaluation.html)
  2. Windows XP SP3 ISO file (https://msdn.itellyou.cn/)

Building process

1、File -> New Virtual Machine.

bandicam 2020-05-20 11-48-03-277.mp4_20200520_160914.134

2、After the “New Virtual Machine Wizard” starts, just follow the step-by-step settings in the following diagram.

bandicam 2020-05-20 11-48-03-277.mp4_20200520_160919.298

bandicam 2020-05-20 11-48-03-277.mp4_20200520_160922.052

bandicam 2020-05-20 11-48-03-277.mp4_20200520_160932.356

bandicam 2020-05-20 11-48-03-277.mp4_20200520_161036.328

The settings below can be left as default, or you can set them according to your own preferences. I set the settings according to my own preferences.

bandicam 2020-05-20 11-48-03-277.mp4_20200520_161046.224

Click on “Customize Hardware”.

bandicam 2020-05-20 11-48-03-277.mp4_20200520_161050.420

Select “New CD/DVD (IDE)” on the left, click “Use ISO image file” on the right, click “Browse” and select the image file for Windows XP. Then click “Close” at the bottom to close this window.

bandicam 2020-05-20 11-48-03-277.mp4_20200520_161112.490

Just click “Finish”.

bandicam 2020-05-20 11-48-03-277.mp4_20200520_161127.867

  1. After the virtual machine is newly created, follow the steps in the figure below to install the operating system in turn.

bandicam 2020-05-20 11-48-03-277.mp4_20200520_161133.321

Press the C key to partition the disc.

bandicam 2020-05-20 11-48-03-277.mp4_20200520_161201.009

For development and learning purposes, just divide it into one section and enter it directly.

bandicam 2020-05-20 11-48-03-277.mp4_20200520_161207.320

Enter directly to start the system installation.

bandicam 2020-05-20 11-48-03-277.mp4_20200520_161211.721

Because it is a virtual machine, not real hardware, you can format it by selecting the option with the word “fast” as shown below.

bandicam 2020-05-20 11-48-03-277.mp4_20200520_161219.179

Wait patiently for the installation to complete.

bandicam 2020-05-20 11-48-03-277.mp4_20200520_161239.648

bandicam 2020-05-20 11-48-03-277.mp4_20200520_161258.402

4、After the system installation is complete, follow the steps in the diagram below to install VMware Tools. Find the virtual machine you have built, right-click on it, and select “Install VMware Tools”.

bandicam 2020-05-20 11-48-03-277.mp4_20200520_161506.012

Open “My Computer” and you will see VMware Tools as shown below.

bandicam 2020-05-20 11-48-03-277.mp4_20200520_161512.860

Keep the default, Next->Next->… until the end.

bandicam 2020-05-20 11-48-03-277.mp4_20200520_161517.012

bandicam 2020-05-20 11-48-03-277.mp4_20200520_161520.624

bandicam 2020-05-20 11-48-03-277.mp4_20200520_161527.636

bandicam 2020-05-20 11-48-03-277.mp4_20200520_161548.280

bandicam 2020-05-20 11-48-03-277.mp4_20200520_161555.468

When the installation is complete, select “Yes” and restart the virtual machine.

bandicam 2020-05-20 11-48-03-277.mp4_20200520_161610.257

Performance optimization (optional)

You can refer to the following practices to improve the operation efficiency of Windows XP in the virtual machine.

1、Click the right mouse button on the desktop and select “Properties”.

bandicam 2020-05-20 11-48-03-277.mp4_20200520_161657.751

2、Select the Windows Classic theme. Click the “OK” button below to complete the settings.

bandicam 2020-05-20 11-48-03-277.mp4_20200520_161708.272

3、Right click on “My Computer” and select “Properties”.

bandicam 2020-05-20 11-48-03-277.mp4_20200520_161717.874

4、Go to the “Advanced” tab and click the “Settings” button in Performance.

bandicam 2020-05-20 11-48-03-277.mp4_20200520_161726.146

5、Click on “Adjust for best performance”. Click the “OK” button below to complete the settings.

bandicam 2020-05-20 11-48-03-277.mp4_20200520_161729.010

Turn off the firewall

To facilitate development, it is recommended that the firewall be turned off.

bandicam 2020-05-20 17-47-08-523.mp4_20200520_201425.164

This completes the work of building the server-side runtime environment.