Introduction to Oracle Database
Maybe a lot of people are familiar with SQL Server, not much about Oracle database, here is a brief introduction
The founder of Oracle database is Lawrence Ellis.
Oracle database can be used by multiple operating systems
Eg:windows,linux,solaris,aix, etc.
Now let's make a simple comparison between Oracle and SQL Server
The 1:oracle database supports more systems than SQL Server, and the SQL Server database is developed by Microsoft and can only be used on Windows.
2: Different architectures, an instance in an Oracle database can manage only one database, and only a database in a clustered environment can be managed by one instance, while the SQL serve database is an instance that manages multiple databases.
3: Security, SQL Sever database does not pass security authentication, Oracle database is ISO secure certified database.
4: Memory allocation, Oracle is largely determined by Init.ora, while SQL Server memory allocations are allocated by dynamic memory allocations and static memory allocations.
The historical version of the Oracle database is not in the detail said interested can go to Baidu search
The Oracle database is installed on Windows
I did not install it in a real-world machine, but I installed it in a VMware virtual machine.
Installation requires installation package, and installation environment (the environment I chose is Windows7)
Install package to download the latest version (download the different version according to your choice environment) to the Oracle website
After downloading the database installer, you can see the Setup.exe executable double-click (It is best to turn off the firewall when installing)
650) this.width=650; "Src=" https://s1.51cto.com/wyfs02/M02/9D/BF/wKiom1mFPqLjgXZvAAcm9yw5uEI730.png-wh_500x0-wm_ 3-wmp_4-s_3274466877.png "style=" Float:none; "title=" 2017-08-05_11-31-38.png "alt=" Wkiom1mfpqljgxzvaacm9yw5uei730.png-wh_50 "/>
Need to fill in an e-mail address below the can not choose, to remove the tick
650) this.width=650; "Src=" https://s4.51cto.com/wyfs02/M02/9D/BF/wKioL1mFPqbw5tmyAAasPEr39HI342.png-wh_500x0-wm_ 3-wmp_4-s_2483513863.png "style=" Float:none; "title=" 2017-08-05_11-32-28.png "alt=" Wkiol1mfpqbw5tmyaaasper39hi342.png-wh_50 "/>
If the following prompt appears, I think it should be a version or a compatibility problem false positives can be ignored
650) this.width=650; "Src=" https://s1.51cto.com/wyfs02/M00/9D/BF/wKiom1mFPqqyywDLAAbT1vXBlHY115.png-wh_500x0-wm_ 3-wmp_4-s_1439421539.png "style=" Float:none; "title=" 2017-08-05_11-38-21.png "alt=" Wkiom1mfpqqyywdlaabt1vxblhy115.png-wh_50 "/>
Choose According to your needs
650) this.width=650; "Src=" https://s1.51cto.com/wyfs02/M01/9D/BF/wKioL1mFPrChcZG0AAa3KZfhlcc377.png-wh_500x0-wm_ 3-wmp_4-s_890783514.png "style=" Float:none; "title=" 2017-08-05_11-38-37.png "alt=" Wkiol1mfprchczg0aaa3kzfhlcc377.png-wh_50 "/>
Also according to their own needs
650) this.width=650; "Src=" https://s1.51cto.com/wyfs02/M02/9D/BF/wKiom1mFPrbTf0hbAAZhJ0ippME316.png-wh_500x0-wm_ 3-wmp_4-s_4265554387.png "style=" Float:none; "title=" 2017-08-05_11-38-54.png "alt=" Wkiom1mfprbtf0hbaazhj0ippme316.png-wh_50 "/>
Choose the installation location and set the password (perhaps you set the password pace and requirements, you need to change, but you can also ignore, directly using the password you want to use)
650) this.width=650; "Src=" https://s3.51cto.com/wyfs02/M02/9D/BF/wKioL1mFPrvD8edQAAarsBFyRtY276.png-wh_500x0-wm_ 3-wmp_4-s_163121426.png "style=" Float:none; "title=" 2017-08-05_11-40-11.png "alt=" Wkiol1mfprvd8edqaaarsbfyrty276.png-wh_50 "/>
Detect compliance with minimum configuration order requirements
650) this.width=650; "Src=" https://s2.51cto.com/wyfs02/M00/9D/BF/wKioL1mFPsTSRQK8AAcLdqJnwDQ786.png-wh_500x0-wm_ 3-wmp_4-s_434526606.png "style=" Float:none; "title=" 2017-08-05_11-40-23.png "alt=" Wkiol1mfpstsrqk8aacldqjnwdq786.png-wh_50 "/>
Start the installation
650) this.width=650; "Src=" https://s1.51cto.com/wyfs02/M02/9D/BF/wKioL1mFQ_OwD2cBAAMr4MpZgF8468.png-wh_500x0-wm_ 3-wmp_4-s_903316080.png "title=" 2017-08-05_12-03-31.png "alt=" Wkiol1mfq_owd2cbaamr4mpzgf8468.png-wh_50 "/>
Installation is complete.
Installation issues
1: Red arrow marked, after the installation is complete, do not know why the error.
2: And there will be errors and hints missing configuration file But I'm over it.
People who want to understand help answer these two questions
I am a beginner of Oracle database, if there are any errors described above, the great God to teach, thank you!
This article is from the "11772222" blog, please be sure to keep this source http://11782222.blog.51cto.com/11772222/1953784
Introduction to Oracle databases and the Windows installation process