This guide describes
how to quickly install the Oracle Database Client product on 32-bit Windows systems. It includes information about the following:
- Review Information About this Guide
- Log In to the System with Administrator Privileges
- Check the Hardware Requirements
- Check the Software Requirements
- Install the Oracle Database Software
- Install Products from the Oracle Database Companion CD
- What to Do Next
- Additional Information
- Documentation Accessibility
1 Review Information About this Guide
This guide describes how to install Oracle Database using the default installation options into a new Oracle home.
Tasks Described in this Guide
The procedures in this guide describe how to:
- Configure your system to support Oracle Database.
- Install the Oracle Database software on a local file system.
- Configure a general-purpose Oracle database that uses the local file system for database file storage.
- Install software from the Oracle Database Companion CD, which improves the performance of Oracle Database on your system.
Results of a Successful Installation
After you successfully install Oracle Database:
- The database that you created and the default Oracle Net listener process are running on the system.
- Oracle Enterprise Manager Database Control and iSQL*Plus are running and can be accessed using a Web browser.
- A single-node version of the Oracle Cluster Synchronization Services (CSS) daemon is running and is configured to start automatically when your system boots.
Tasks Not Described in this Guide
This guide does not describe how to complete the following tasks:
- Installing the software on a system that has an existing Oracle software installation.
- Installing Oracle Clusterware and Oracle Real Application Clusters (RAC).
- Installing Automatic Storage Management (ASM)
- Cloning an Oracle home
- Enabling Enterprise Manager e-mail notifications or automated backups.
- Using alternative storage options such as Automatic Storage Management (ASM) or raw devices for database storage.
Where to Get Additional Installation Information
For more detailed information about installing Oracle Database components, including information about the tasks not described in this guide, see one of the following guides:
- If you are installing the software on a single system or if you want to install Automatic Storage Management (ASM), see Oracle Database Installation Guide for Microsoft Windows (32-Bit).
- If you are installing Oracle Real Application Clusters (RAC), see Oracle Real Application Clusters Installation and Configuration Guide for your platform.
This guide also describes how to install Oracle Clusterware, which is a prerequisite for RAC installations.You can use Oracle Clusterware with single-instance Oracle Database installations as well.
Both of these guides are available on the Oracle Database installation media. To access them, use a Web browser to open the welcome.htm
file in the database
directory of the DVD, then select the Documentation tab.
For more information about installing Oracle Database Companion CD components, see one of the following guides:
- Oracle Database Companion CD Installation Guide for Microsoft Windows (32-Bit)
- Oracle Database Companion CD Quick Installation Guide for Microsoft Windows (32-Bit)
These guides are available in the companion
directory on the Oracle Database installation media.
2 Log In to the System with Administrator Privileges
Log on as a member of the Administrators group to the computer on which to install Oracle components. If you are installing on a Primary Domain Controller (PDC) or a Backup Domain Controller (BDC), log on as a member of the Domain Administrators group.
3 Check the Hardware Requirements
The following hardware components are required for Oracle Database:
3.1 Hard Disk Space Requirements
Table 2 lists the space requirements for NTFS. The starter database requires 1.03 GB of disk space. The figures in this table include the starter database. FAT32 space requirements are slightly larger.
* Refers to the contents of the admin
, flash_recovery_area
, and oradata
directories in the ORACLE_BASE
directory.
** This size can be higher depending on the installation options selected, such as languages or additional components. If you choose to install Oracle Database with automated backups enabled, include at least 2 GB extra for datafile disk space.
See Also:
“About NTFS File System and Windows Registry Permissions” in Oracle Database Platform Guide for Microsoft Windows (32-Bit) |
To ensure that the system meets these requirements, follow these steps:
- Determine the physical RAM size. For a computer using Windows 2003, for example, open System in the Windows Control Panel and select the General tab. If the size of the physical RAM installed in the system is less than the required size, then you must install more memory before continuing.
- Determine the size of the configured virtual memory (also known as paging file size). For a computer using Windows 2003, for example, open System in the Control Panel, select the Advanced tab, and click Settings in the Performance section. Then select the Advanced tab. The virtual memory is listed in the Virtual Memory section.
If necessary, see your operating system documentation for information about how to configure additional virtual memory.
- Determine the amount of free disk space on the system. For a computer using Windows 2003, for example, open My Computer, right-click the drive where the Oracle software is to be installed, and choose Properties.
- Determine the amount of disk space available in the
temp
directory. This is equivalent to the total amount of free disk space, minus what will be needed for the Oracle software to be installed.
If there is less than 125 MB of disk space available in the temp
directory, then first delete all unnecessary files. If the temp disk space is still less than 125 MB, then set the TEMP
or TMP
environment variable to point to a different hard drive. For a computer using Windows 2003, for example, open System in the Control Panel, select the Advanced tab, and click Environment Variables.
4 Check the Software Requirements
Table 3 lists the software requirements for Oracle Database.
5 Install the Oracle Database Software
To install the Oracle Database software:
- If you are installing Oracle Database on a multihomed computer or a computer that uses multiple aliases, use the System in the Control Panel to create the
ORACLE_HOSTNAME
system environment variable. Set this variable to point to the host name of the computer on which you are installing Oracle Database.
- Insert Oracle Database installation media and navigate to the
database
directory. Alternatively, navigate to the directory where you downloaded or copied the installation files.
Use the same installation media to install Oracle Database on all supported Windows platforms.
- Double-click
setup.exe
to start Oracle Universal Installer.
- In the Welcome window, select either Basic Installation or Advanced Installation, and then answer the prompts as needed.
See Also:
Chapter 1 in Oracle Database Installation Guide for Microsoft Windows (32-Bit) for more information on the Basic and Advanced installation methods |
The subsequent windows that appear, which are listed in Table 4, depend on the installation method you have chosen. The order in which the windows appear depends on the options you select.
- Follow these guidelines to complete the installation:
- Do not install Oracle Database 10g release 2 (10.2) software into an existing Oracle home that contains Oracle9i or earlier software.
- If you install Oracle Database 10g release 2 (10.2) in an Oracle home directory that already contains Oracle Database 10g release 2 (10.2) client software, the listener is not created. To create the listener, install and run Oracle Net Configuration Assistant after the installation. If the Administrator client is installed before Oracle Database, Oracle Net Configuration Assistant is already installed.
- Follow the instructions displayed in the Oracle Universal Installer windows. If you need additional information, click Help.
- When prompted for a password, follow these guidelines:
Make the password be between 4 and 30 characters long.
Use the database character set for the password’s characters, which can include the underscore (_), dollar ($), and pound sign (#) characters.
Do not start passwords with a numeral.
Do not use a user name for a password.
Do no use Oracle reserved words for the password.
Do not use change_on_install
for the SYS
account password.
Do not use manager
for the SYSTEM
account password.
Do not use sysman
for the SYSMAN
account password.
Do not use dbsnmp
for the DBSNMP
account password.
If you choose to use the same password for all the accounts, do not use change_on_install
, manager
, sysman
, or dbsnmp
as a password.
Have the password include at least 1 alphabetic, 1 numeric, and 1 punctuation mark character
Do not use simple or obvious words, such as welcome
, account
, database
, and user
for the password.
Note:
You must remember the passwords that you specify. |
- Do not modify the Java Runtime Environment (JRE) except by using a patch provided by Oracle Support Services. Oracle Universal Installer automatically installs the Oracle-supplied version of the JRE. This version is required to run Oracle Universal Installer and several Oracle assistants.
- If you encounter errors while installing or linking the software, see Appendix G in Oracle Database Installation Guide for Microsoft Windows (32-Bit) for information about troubleshooting.
- If you chose an installation type that runs Database Configuration Assistant and Oracle Net Configuration Assistant in interactive mode, you must provide detailed information about configuring your database and network.
If you need assistance when using the Database Configuration Assistant or Oracle Net Configuration Assistant in interactive mode, click Help on any window.
Note:
If you chose a default installation, Database Configuration Assistant and Oracle Net Configuration Assistant run non-interactively. |
- When the configuration tools finish, click Exit, then click Yes to exit from Oracle Universal Installer.
- When Oracle Enterprise Manager Database Control opens a Web browser, enter the username and password you created during the installation.
You can log in as SYS
, SYSTEM
, or SYSMAN
. If you log in as SYS
, then you must connect AS
SYSDBA
. Enter the password you specified for the account during installation.
- Optionally, delete the
OraInstall
date_time
directory if you want to remove the temporary files that were created during the installation process. The OraInstall
date_time
directory holds about 45 MB of files. This directory is created in the location set by the TEMP
environment variable setting.
Restarting your computer also removes the OraInstall
date_time
directory.
- See Chapter 4 in Oracle Database Installation Guide for Microsoft Windows (32-Bit) for information about postinstallation tasks that you must complete after you have installed Oracle Database.
6 Install Products from the Oracle Database Companion CD
The Oracle Database Companion CD contains products that improve the performance of or complement Oracle Database. For most installations, Oracle recommends that you install Oracle Database 10g Products from the Companion CD.
See Also:
- Oracle Database Companion CD Installation Guide for Microsoft Windows (32-Bit)
- Oracle Database Companion CD Quick Installation Guide for Microsoft Windows (32-Bit)
|
7 What to Do Next
To become familiar with this release of Oracle Database, Oracle suggests that you complete the following tasks:
8 Additional Information
This section contains information about the following:
Product Licenses
You are welcome to install and evaluate the products included in this media pack for 30 days under the terms of the Trial License Agreement. However, you must purchase a program license if you want to continue using any product after the 30 day evaluation period. See the following section for information about purchasing program licenses.
See Also:
Oracle Database Licensing Information |
Purchasing Licenses, Version Updates, and Documentation
You can purchase program licenses, updated versions of Oracle products, and printed versions of Oracle documentation from the Oracle Store Web site:
http://oraclestore.oracle.com/
Contacting Oracle Support Services
If you have purchased Oracle Product Support, you can call Oracle Support Services for assistance 24 hours a day, seven days a week. For information about purchasing Oracle Product Support or contacting Oracle Support Services, go to the Oracle Support Services Web site:
http://www.oracle.com/support/
Locating Product Documentation
Documentation for Oracle products is available in both HTML and Adobe portable document format (PDF) formats from several locations:
To view PDF documents, download the free Adobe Acrobat Reader from the Adobe Web site, if necessary:
http://www.adobe.com/
9 Documentation Accessibility
Our goal is to make Oracle products, services, and supporting documentation accessible, with good usability, to the disabled community. To that end, our documentation includes features that make information available to users of assistive technology. This documentation is available in HTML format, and contains markup to facilitate access by the disabled community. Accessibility standards will continue to evolve over time, and Oracle is actively engaged with other market-leading technology vendors to address technical obstacles so that our documentation can be accessible to all of our customers. For more information, visit the Oracle Accessibility Program Web site at
http://www.oracle.com/accessibility/
Accessibility of Code Examples in Documentation
Screen readers may not always correctly read the code examples in this document. The conventions for writing code require that closing braces should appear on an otherwise empty line; however, some screen readers may not always read a line of text that consists solely of a bracket or brace.