Database--oracle installation configuration (steps for local installation and solutions for various problems)

Source: Internet
Author: User

Oracle Version: Oracle 11g

Local PC configuration: Install memory 8G

64 for operating system win8.1

Download the Oracle 11g Compact package:

1 URL http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html

If the link above fails www.oracle.com official website opens under menu
Developers->develper Resources

Then in the navigation bar technologies-"databases open slide to downloads--" Oracle databases can go to the database download page.

2 downloads before you want the version, check the receive license agreement

3 I go, download software also need to register account download! Need to download two files

After the download is complete, there are two compressed packages,

The following files are available under 1of2.zip

Under the 2of2.zip, there are

Only one stage file

Suddenly it feels so strange, why not put it under the same compression package. (No Niang on the search.) Conjecture is to prevent a single compression package too large impact on server performance, or for our developers to consider-the opportunity to increase the success of the download does not seem to look like, may be to distinguish between two compression package of different meanings?? )

4 decompression----There are two ways to unzip a file

(1) Select two compressed files at the same time (don't tell me how to choose ...) CTRL + click on two compressed files) right-unzip to a directory such as D:/oraclesetup

(2) Unzip the two files separately and then move the 2of2.zip extracted files to the Oraclesetup/database/stage/components directory in the 1 directory.

5 Installation "Setup.exe

--"pop-up environment detection box-" pop-up warning (environment does not meet the minimum requirements) as if the 64bit system exclusive features

You can directly ignore the results of the examination, of course, for some of the pursuit of the perfect students how to solve it ~_~

Don't panic, MOM has a solution! I'm here to copy a copy of the backup.

Open the Oraclesetup/database/stage/cvu/cvu_prereq.xml file--Notepad opens on the line

Search under <operating_system

===>ctrl+f (Press the CTRL key while pressing the F key ^8^)

Find the first occurrence of a similar statement above add a paragraph

Such as

<operating_system release= "5.0" >
<version value= "3"/>
<architecture value= "64-bit"/>
<name value= "Windows2000"/>
<ENV_VAR_LIST>
<env_var name= "PATH" max_length= "1023"/>
</ENV_VAR_LIST>
</OPERATING_SYSTEM>

Copy a paste = = "Only need to modify

Operating_system release= "5.0" ==>operating_system release= "6.2"

NAME value= "Windows2000" ==>name value= "Windows 8.1"//Here is the system version if it is WINDOWS10 then change 8.1 to 10

If your system is 32bit then modify

<architecture value= "64-bit"/>== "<architecture value=" 32-bit "/>

After the modification is complete, the Setup.exe will not pop up when you run the Save box.

Download the modification section above to complete.

5 Start Database Installation configuration now

Configure security Update = = You can fill in the e-mail required to receive security updates through my Oracle support-----Next

Installation options ===== Create and configure a database-----next

System class = = "Desktop class-------Next

Typical installation = = "These catalogs have great advantages and should not be placed in the system tray.

As above, the Oracle base directory on the non-system disk can be the name of the file you take (the best file name is meaningful, do not appear space), the following two software location and database file location will change.

The default character set is encoded in Unicode

Global database name ORCL

Managing password (password) passwords is best for complex---------warnings can be ignored------next

Installation details will appear at the end of the two controls, no problem, installation data complete

------------Here the database installation is complete--------------------------

Click OK----will be installed automatically complete

PS: Pop-up Warning box appears as shown in the workaround

"Listener not Started" generally this does not occur, you can right in the lower left corner of the desktop-"Computer Management--" services and applications--"to see if Oracleoradb11g_home1tnslistener is running.

"Database service not registered with this listener" Workaround: Add address to listener in Listener.ora

There are two ways to add: 1 Open the Net Manager add address in the menu bar

Add address, according to address 2 to fill in

= = "Remember in the file-" Save the network configuration (save the newly added address, otherwise not take effect)

Mode 2 Manually modify the Listener.ora file directly

See Listener= (descrition_list=

Copy

(DESCRIPTION
(ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1521))
)

Paste on the next line of the copied content

Modified into

(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP) (HOST = localhost) (PORT = 1521))
)

The general host is copied with localhost, it is not recommended to replace IP address, IP will always be changed.

Restart Monitoring service--desktop right-left corner--"Computer Management--" services and applications--"service Oracleoradb11g_home1tnslistener right-click Restart

Start the Database Configuration Assistant program on the menu bar to recreate the databases.

==

==

==> Next Chapter Oracle database connection software recommendation and new users to the database

Database--oracle installation configuration (steps for local installation and solutions for various problems)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.