Oracle® Database Client Quick Installation Guide 10g Release 2 (10.2) for Microsoft Windows Itanium (64-Bit) Part Number B14315-03 |
|
PDF · Mobi · ePub |
Client Quick Installation Guide
10g Release 2 (10.2) for Microsoft Windows Itanium (64-Bit)
B14315-03
March 2011
This guide describes how to quickly install the Oracle Database Client product on 64-bit Windows Itanium-based systems. It includes information about the following:
Note:
This guide describes how to install Oracle Database Client on a system that does not have any Oracle software installed on it. If there is an existing Oracle software installation on this system, see Oracle Database Client Installation Guide for Microsoft Windows Itanium (64-Bit) for more detailed installation instructions.This guide describes how to complete a default installation of Oracle Database Client in a new Oracle home directory. It describes how to perform the following installation types:
Instant Client: Enables you to install only the shared libraries required by Oracle Call Interface applications that use the Instant Client feature. This installation type requires much less disk space than the other Oracle Database Client installation types.
Instant Client includes Instant Client Light. You may want to use this version of Instant Client if your applications generates error messages in American English only. The advantage of using Instant Client Light is that it has a smaller footprint than regular Instant Client: its shared libraries, which your applications must load, are only 30–32 MB as opposed to the 216 MB that regular Instant Client uses. Hence, your applications use less memory.
Administrator: Enables applications to connect to an Oracle database on the local system or on a remote system. It also provides tools that let you administer an Oracle database.
Runtime: Enables applications to connect to an Oracle database on the local system or on a remote system.
See Also:
Oracle Call Interface Programmer's Guide for more information about the Instant Client featureWhere to Get Additional Installation Information
For more detailed information about installing Oracle Database Client, see Oracle Database Client Installation Guide for Microsoft Windows Itanium (64-Bit).
This guide is available on the product media. To access the guides, use a Web browser to open the welcome.html
file located in the top-level directory of the installation media.
Table 1 lists the required hardware components for Oracle Database Client.
Requirement | Minimum Value |
---|---|
Physical memory (RAM) |
1 GB minimum |
Virtual memory |
Double the amount of RAM |
Hard disk space |
Total ranges from 280–855 MB. See Table 2 for details. |
Video adapter |
256 colors |
Processor |
Intel Itanium 2 or later |
This section lists system requirements for Windows platforms that use the NT File System (NTFS) file systems. FAT32 space requirements are slightly larger. Oracle recommends installing Oracle components on NTFS.
The NTFS system requirements listed in this section are more accurate than the hard disk values reported by the Oracle Universal Installer Summary window. The Summary window does not include the space required to create a database or the size of compressed files that are expanded on the hard drive.
The hard disk requirements for Oracle Database Client components include space required to install Java Runtime Environment (JRE) and Oracle Universal Installer on the partition where the operating system is installed. If sufficient space is not detected, then installation fails and an error message appears.
Table 2 lists the space requirements for NTFS.
Table 2 Disk Space Requirements for NTFS
Installation Type | TEMP Space | SYSTEM_DRIVE:\Program Files\Oracle\Inventory | Oracle Home | Total |
---|---|---|---|---|
100 MB |
1 MB |
180 MB |
281 MB |
|
100 MB |
1 MB |
870 MB |
971 MB |
|
100 MB |
1 MB |
460 MB |
561 MB |
|
Custom (all components installed) |
100 MB |
1 MB * |
710 MB * |
811 MB * |
* This size varies, depending on the on the installation components selected.
See Also:
"About NTFS File System and Windows Registry Permissions" in Oracle Database Platform Guide for Microsoft Windows Itanium (64-Bit)To ensure that the system meets these requirements, follow these steps:
Determine the physical RAM size. For a computer using Windows Server 2003, for example, open System in the Windows Control Panel and click 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 Server 2003, for example, open System in the Control Panel, click 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 Server 2003, for example, double-click 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 is needed for the Oracle software to be installed.
If there is less than 100 MB of disk space available in the temp
directory, then first delete all unnecessary files. If the temp disk space is still less than 100 MB, then set the TEMP
or TMP
environment variable to point to a different hard drive. For a computer using Windows Server 2003, for example, open System in the Control Panel, select the Advanced tab, and click Environment Variables.
Table 3 lists the software requirements for Oracle Database Client.
Requirement | Value |
---|---|
System Architecture |
Processor: Intel Itanium 2 or later Note: Oracle provides 32-bit (x86), 64-bit (Itanium), and 64-bit (x64) versions of Oracle Database for Windows. The 64-bit (Itanium) database version, which this installation guide describes, runs on the 64-bit version of Windows on Itanium hardware. For additional information, visit My Oracle Support (formerly OracleMetaLink) at: https://support.oracle.com |
Operating System |
Oracle Database for 64-bit Windows is supported on the following operating systems:
Windows Multilingual User Interface Pack is supported on Windows Server 2003, Windows Server 2008, and Windows Server 2008 R2. Windows XP is not supported. |
Compiler |
The following components are supported with the Windows Server 2003 Microsoft Platform SDK or later compiler and Intel compiler versions 7.1 and 8.1
|
Network Protocol |
The Oracle Net foundation layer uses Oracle protocol support to communicate with the following industry-standard network protocols:
|
Oracle Database Client |
If you plan to connect to Oracle Database 10g Release 2 (10.2) from a release of Oracle Database Client that is earlier than 10g Release 2 (10.2), the following conditions apply:
|
In addition to the requirements described in the previous section, if you plan to use Instant Client Light, your applications must use the following languages and character sets:
Language: US English
Territory: Any territory that is supported by Oracle
Character sets:
Single byte
US7ASCII
WE8DEC
Unicode
UTF8
AL16UTF16
AL32UTF8
The language, territory, and character sets are determined by the NLS_LANG
parameter, which is stored in the registry under the HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME
ID
\NLS_LANG
subkey, where ID
is the unique number identifying the Oracle home.
Caution:
AL32UTF8 is the Oracle Database character set that is appropriate for XMLType data. It is equivalent to the IANA registered standard UTF-8 encoding, which supports all valid XML characters.Do not confuse Oracle Database database character set UTF8 (no hyphen) with database character set AL32UTF8 or with character encoding UTF-8. Database character set UTF8 has been superseded by AL32UTF8. Do not use UTF8 for XML data. UTF8 supports only Unicode version 3.1 and earlier; it does not support all valid XML characters. AL32UTF8 has no such limitation.
Using database character set UTF8 for XML data could potentially cause an irrecoverable error or affect security negatively. If a character that is not supported by the database character set appears in an input-document element name, a replacement character (usually "?") is substituted for it. This terminates parsing and raises an exception.
The following sections describe how to install the Oracle software:
Review the following guidelines before starting Oracle Universal Installer:
Do not use Oracle Universal Installer from an earlier Oracle product release to install components from this release.
If you reinstall Oracle software into an Oracle home directory where Oracle Database Client is installed, then you must also reinstall any components that were installed before you began the reinstallation.
Note:
Windows Server 2008 and Windows Server 2008 R2 require Administrator privileges at the command prompt.To install Oracle Database Client:
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.
Insert the Oracle Database installation media and navigate to the client
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, click Next.
In the Select Installation Type window, select the type of installation required—Instant Client, Administrator, Runtime, or Custom—and click Next.
In the Specify Home Details window, do the following:
Name: Enter the name of the Oracle home.
Install Oracle Database Client into a new Oracle home, even if you are installing onto a computer that has existing Oracle components installed.
Do not install Oracle Database Client 10g release 2 (10.2) software into an existing Oracle home that contains Oracle9i or earlier software. You can install Oracle Database Client into an existing Oracle home that contains Oracle Database Client 10g release 1 (10.1) software, so long as Oracle Database is not installed in the same home.
Path: Enter the directory location for the Oracle home files. Do not include spaces in the path name.
Click Next.
If you selected Custom in Step 5, in the Available Product Components window, select the components you want to install and click Next or Install.
In the Product-specific Prerequisite Checks window, correct any errors that Oracle Universal Installer may have found, and then click Next.
In the Summary window, check the installed components listing and click Install.
If you selected the Administrator, Runtime, or Custom installation types, follow Steps 12 to 20 to complete the Oracle Net Configuration Assistant procedure.
If you selected the Instant Client installation type, go to Step 21. After you complete the installation, you can follow the steps under "Connecting Instant Client or Instant Client Light to an Oracle Database" in Oracle Database Client Installation Guide for Microsoft Windows Itanium (64-Bit) to configure the database connection.
In the Oracle Net Configuration Assistant: Welcome window, either select Perform typical configuration to use a default configuration, or use the Naming Methods configuration option. Then click Next. (The remaining steps in this procedure assume you are using Naming Methods.)
In the Naming Methods Configuration, Select Naming Methods window, select the naming method you want and then click Next.
In most cases, Local Naming is sufficient.
In the Net Service Name Configuration, Service Name window, enter the name of the database service to which you want to connect. Click Next.
For example, to connect to a database named sales
, enter sales
.
In the Net Service Name Configuration, Select Protocol window, depending on the protocol you selected, enter the appropriate information and click Next.
In the Net Service Name Configuration, TCP/IP Protocol window, enter the host name of the computer where the Oracle database is installed. Specify the port number, then click Next.
For example, to connect to the computer shobeen
, you would enter shobeen
.
In the Net Service Name Configuration, Test window, click Yes to perform a test of the connection. Then click Next.
In most cases, the test fails only because the default user name and password Oracle Universal Installer supplies in the dialog box do not match the user name and password for the target database. Click Change Login, reenter the user name and password, and then click OK.
In the Connecting window, click Next.
In the Net Service Name window, enter the name of the net service name to use.
In the End of Installation window, click Exit, then click Yes to exit from Oracle Universal Installer.
Optionally, delete the OraInstall
date_time
directory to remove the temporary files that were created during the installation process. The OraInstall
date_time
directory holds about 50.5 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.
After you have successfully installed Oracle Database Client, refer to Chapter 4, "Postinstallation Tasks" in Oracle Database Client Installation Guide for Microsoft Windows Itanium (64-Bit) for information about required and optional postinstallation steps.
Our goal is to make Oracle products, services, and supporting documentation accessible to all users, including users that are disabled. 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.
Accessibility of Links to External Web Sites in Documentation
This documentation may contain links to Web sites of other companies or organizations that Oracle does not own or control. Oracle neither evaluates nor makes any representations regarding the accessibility of these Web sites.
Oracle customers have access to electronic support through My Oracle Support. For information, visit http://www.oracle.com/support/contact.html
or visit http://www.oracle.com/accessibility/support.html
if you are hearing impaired.
Oracle Database Client Quick Installation Guide, 10g Release 2 (10.2) for Microsoft Windows Itanium (64-Bit)
B14315-03
Copyright © 2005, 2011, Oracle and/or its affiliates. All rights reserved.
This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.
This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.