Detailed steps for installing the Oracle 11g Server
Oracle 11g is the latest database software released. Oracle 11g has more than 400 features. After more than 1500 hours of testing, the development workload reaches 36 thousand people/month, it is equivalent to three consecutive years of R & D by 1000 employees. Oracle 11g provides high performance, scalability, availability, and security, and is more convenient to run on a grid consisting of low-cost servers and storage devices. Compared with previous versions, oracle 11g has distinctive features.
The following describes the detailed steps for installing the Oracle 11g server. The details are as follows:
1. You can download the corresponding installation program on the official website based on the operating system size (32-bit or 64-bit), as shown in.
Note that the Oracle installer is divided into two files. After downloading, extract the two files to the same directory.
2. After the download is complete, select the two compressed files and right-click the files to decompress them, as shown in. Decompress the two compressed files to the same directory.
Note that the path name should not contain any irregular characters such as Chinese characters or spaces. (Because the small Editor decompress the package locally and then copy it to the server, the local path does not matter, as long as the path load on the server is the rule .) Open the corresponding decompressed button, find the Installation File "setsetup.exe", and double-click to install, as shown in:
3. Configure security updates. Email can be written or not. Cancel the following "I want to accept Security Update (W) through My Oracle Support", as shown in, and click Next.
4. Installation Options. Select the default "Create and configure Database", as shown in, and click Next.
5. system class. Because the server is installed, select "server class", as shown in, and click Next.
6. Grid installation options. Select "single-instance database installation", as shown in, and click Next.
7. Installation type. Select "Advanced installation", as shown in, and click Next.
8. Product language. Click Next, as shown in.
9. database version. Select "Enterprise Edition", as shown in, and click Next.
10. installation location. Fill in the installation path (the "software location" is automatically generated), as shown in, and click Next.
11. configuration type. Select general purpose/transaction processing, as shown in, and click Next.
12. Database identifier. Enter the global database name and SID, as shown in, and click Next.
13. Configure options. Switch to the Character Set Tab, select use Unicode (AL32UTF8), as shown in, and click Next.
14. Manage options. Click Next, as shown in.
15. database storage. Click Next, as shown in.
16. backup and recovery. If you need to back up data, enable automatic backup. In this example, select "do not enable automatic backup", as shown in, and click Next.
17. Solution password. In order to facilitate the test, the same password is used here, which can be determined based on the actual situation during actual deployment.
18. Summary. After the prerequisite check is completed, click Finish to start the installation, as shown in, and click Next.
19. Install the product. After the installation is complete, the related database configuration list will be listed. It is best to save this configuration, as shown in, and click OK.
20. Complete. The installation is complete. Click Close.
21. Test it. Open the SQL PLUS that comes with Oracle, as shown in.
22. Enter the user name and password (the password set in step 1). The test is successful! You can directly enter the SQL statement! Note that the password entered by Oracle is not displayed here.
Summary
The above is a detailed description of the steps for installing the Oracle 11g server. I hope it will help you. If you have any questions, please leave a message and I will reply to you in a timely manner. Thank you very much for your support for the help House website!