Oracle® Database Installation Guide 10g Release 1 (10.1.0.2.0) for Windows Part Number B10130-01 |
|
|
View PDF |
This chapter describes installation requirements for an Oracle Database for Windows installation.
This chapter contains these topics:
The following sections list the system requirements for Oracle Database. Some individual components also have requirements that must be satisfied before installation.
Table 2-1 lists the software requirements for Oracle Database.
Table 2-1 Software Requirements
Requirement | Value |
---|---|
System Architecture | 32-bit
Note: Oracle provides both 32-bit and 64-bit versions of Oracle Database for Windows. Currently, the 32-bit version of the database must run on the 32-bit version of the operating system. The 64-bit version of the database must run on the 64-bit version of the operating system. |
Operating System | Oracle Database for Windows is supported on the following operating systems:
Windows Multilingual User Interface Pack is supported on Windows XP Professional and Windows Server 2003. |
Compiler | Oracle C++ Call Interface supports the following compilers: Microsoft Visual C++ 6.0, Microsoft Visual C++ .NET 2002, and Microsoft Visual C++ .NET 2003
Oracle Call Interface supports the following compilers: Microsoft Visual C++ 6.0, Microsoft Visual C++ .NET 2002, and Microsoft Visual C++ .NET 2003 External callouts support the following compilers: Microsoft Visual C++ 6.0, Microsoft Visual C++ .NET 2002, and Microsoft Visual C++ .NET 2003 PL/SQL native compilation supports the following compilers: Microsoft Visual C++ 6.0, Microsoft Visual C++ .NET 2002, and Microsoft Visual C++ .NET 2003 Pro*COBOL supports the Micro Focus Net Express compiler. Object Oriented COBOL (OOCOBOL) specifications are not supported. XDK supports the following compilers: Microsoft Visual C++ 6.0, Microsoft Visual C++ .NET 2002, and Microsoft Visual C++ .NET 2003 |
Network Protocol | The Oracle Net foundation layer uses Oracle protocol support to communicate with the following industry-standard network protocols:
|
See Also:
|
The following hardware components are required for Oracle Database:
RAM: 256 MB minimum, 512 MB recommended
Virtual memory: double the amount of RAM
Hard disk space: See Table 2-2
Temp disk space: 100 MB
Video adapter: 256 color
Processor: 200 MHz minimum
See Also:
|
This section lists system requirements for NT File System (NTFS) file systems. 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 screen. The Summary screen does not include accurate values for disk space, 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 components include 32 MB 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, installation fails and an error message appears.
Table 2-2 lists the space requirements for NTFS. The starter database requires 720 MB of disk space. The figures in Table 2-2 include the starter database. FAT32 space requirements are slightly larger.
Table 2-2 Hard Disk Space Requirements for NTFS
Installation Type | System Drive | Oracle Home Drive |
---|---|---|
Basic Installation | 100 MB | 1.5 GB |
Advanced Installation: Enterprise Edition | 100 MB | 1.5 GB |
Advanced Installation: Standard Edition | 100 MB | 1.4 GB |
Advanced Installation: Personal Edition | 100 MB | 1.5 GB |
See Also: "NTFS File System and Windows Registry Permissions" in Oracle Database Platform Guide for Windows |
To ensure that the system meets these requirements, follow these steps:
Determine the physical RAM size. For a computer using Windows 2000, for example, open System in the 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 swap space (also known as paging file size). For a computer using Windows 2000, for example, open System in the control panel, select the Advanced tab, and click Performance Options.
If necessary, see your operating system documentation for information about how to configure additional swap space.
Determine the amount of free disk space on the system. For a computer using Windows 2000, 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 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 2000, for example, open the System control panel, select the Advanced tab, and click Environment Variables.
The platform-specific hardware and software requirements included in this installation guide were current at the time this guide was published. However, because new platforms and operating system software versions might be certified after this guide is published, review the certification matrix on the OracleMetaLink Web site for the most up-to-date list of certified hardware platforms and operating system versions. This Web site also provides compatible client and database versions, patches, and workaround information for bugs. The OracleMetaLink Web site is available at the following URL:
http://metalink.oracle.com/metalink/certify/
The following Web browsers are supported for iSQL*Plus and Oracle Enterprise Manager Database Control:
Netscape Navigator 4.78, 4.79, 7.0.1, or 7.1.0
Microsoft Internet Explorer 5.5 with service pack 1
Microsoft Internet Explorer 6.0 with service pack 2
The following components are not certified on Windows XP:
DCE Adapter Support
Entrust PKI Support
Generic Connectivity
Oracle Enterprise Integration Gateways, which include the following:
Procedural Gateway for APPC
Transparent Gateway for IBM DRDA
Oracle Messaging Gateway
Oracle Open System Gateways, which include the following:
Transparent Gateway for Sybase
Transparent Gateway for Teradata
Transparent Gateway for Microsoft SQL Server
Oracle Real Application Clusters, including Cluster File System and Server Management
nCipher Accelerator Support
This section contains these topics:
Windows XP, Windows 2000, and Windows Server 2003 include a Telnet Service that allows remote users to log on to the operating system and run console programs using the command line. Oracle supports the use of database command line utilities such as sqlplus
, export
, import
and sqlldr
using this feature, but does not support the database GUI tools such as Oracle Universal Installer, Database Configuration Assistant, and Oracle Net Configuration Assistant.
Note: Ensure that the Telnet service is started on the Services control panel. |
Oracle supports Terminal Services on Windows 2000 Server, Windows XP Professional, and Windows Server 2003. If you attempt to install Oracle Database 10g release 1 (10.1) in this manner, then many configuration tools will stop responding. Start all configuration tools from the Terminal Server console and not from the Terminal Services Client.
The following products and features are not supported with Windows Terminal Services:
Oracle Connection Manager
Oracle Object Link Manager
Oracle Services for Microsoft Transaction Server
Server Management (SRVM)
See Also:
|
This section contains these topics:
Configuring Disk Storage for Oracle Datafiles and Recovery Files
Oracle Snap-Ins to the Microsoft Management Console Requirements
This section describes the storage options for storing Oracle datafiles and optionally, Oracle database recovery files. After you choose the storage method that you want to use for each file type, see the following sections for information about configuring the required storage.
Note: You do not have to use the same storage option for each type of file. |
If you want to create a database during the installation, you must choose one of the following storage options for the datafiles:
File system
Automatic Storage Management
Raw Devices
Additionally, if you want to enable automated backups during the installation, you must choose one of the following storage options for recovery files (the flash recovery area):
File system
Automatic Storage Management
The storage option that you choose for recovery files can be the same as or different to the option you choose for the datafiles.
For more information about these options, see the "Database Storage Options" section. For information about how to configure disk storage before you start the installation, see one of the following sections depending on your choice:
To use a file system for database or recovery file storage, see the "Creating Directories for Oracle Datafiles or Recovery Files" section.
To use ASM for database or recovery file storage, see the "Configuring Disks for Automatic Storage Management" section.
To use raw devices for database file storage, see the "Configuring Raw Logical Volumes or Raw Partitions" section.
If you decide to place the Oracle database or recovery files on a file system, use the following guidelines when deciding where to place them.
If you choose to place the Oracle datafiles on a file system, use the following guidelines when deciding where to place them:
You can choose either a single file system or more than one file system to store the datafiles:
If you want to use a single file system, choose a file system on a physical device that is dedicated to the database.
For best performance and reliability, choose a RAID device or a logical volume on more than one physical device and implement the stripe-and-mirror-everything (SAME) methodology.
If you want to use more than one file system, choose file systems on separate physical devices that are dedicated to the database.
Select this method to enable distribute physical I/O and create separate control files on different devices for increased reliability. It also enables full implement the OFA guidelines described in Appendix B, " Optimal Flexible Architecture". You must choose either the Advanced database creation option or the Custom installation type during the installation to implement this method.
If you intend to create a preconfigured database during the installation, the file system (or file systems) that you choose must have at least 1.2 GB of free disk space.
For production databases, you must estimate the disk space requirement depending on the use you want to make of the database.
For optimum performance, the file systems that you choose should be on physical devices that are used only by the database.
The default location suggested by Oracle Universal Installer for the database file directory is a subdirectory of the Oracle base directory. However, this default location is not recommended for production databases.
Note: You must choose a location for recovery files only if you intend to enable automated backups during the installation. |
If you choose to place the Oracle recovery files on a file system, use the following guidelines when deciding where to place them:
To prevent disk failure from making both the datafiles and the recovery files unavailable, place the recovery files in a file system on a different physical disk from the datafiles.
Note: Alternatively use an ASM disk group with a normal or high redundancy level for either or both file types. |
The file system that you choose should have at least 2 GB of free disk space.
The disk space requirement is the default disk quota configured for the flash recovery area (specified by the DB_RECOVERY_FILE_DEST_SIZE
initialization parameter).
If you choose the Custom installation type or the Advanced database configuration option, you can specify a different disk quota value. After you create the database, you can also use Oracle Enterprise Manager Grid Control or Database Control to specify a different value.
For more information about sizing the flash recovery area, see Oracle Backup and Recovery Basics.
The default location suggested by Oracle Universal Installer for the database file directory is a subdirectory of the Oracle base directory. However, this default location is not recommended for production databases.
Note: You must complete this procedure only if you want to place the Oracle database or recovery files on a separate file system to the Oracle base directory. |
To create directories for the Oracle database or recovery files on separate file systems to the Oracle base directory, follow these steps:
Use Windows Explorer to determine the free disk space on the file system.
From the display, identify the file systems that you want to use:
File Type | File System Requirements |
---|---|
Datafiles | Choose either:
|
Recovery files | Choose a file system with at least 2 GB of free disk space. |
If you are using the same file system for more than one type of file, add the disk space requirements for each type to determine the total disk space requirement.
Note the names of the directories for the file systems that you identified.
If you also want to use ASM or raw devices for storage, see one of the following sections:
Otherwise see the "Stop Existing Oracle Services" section.
This section describes how to configure disks for use with ASM. Before you configure the disks, you must determine the number of disks and the amount of free disk space that you require.
The following sections describe how to identify the requirements and configure the disks:
To identify the storage requirements for using ASM, you must determine how many devices and the amount of free disk space that you require. To complete this task, follow these steps:
Determine whether you want to use ASM for Oracle datafiles, recovery files, or both.
Note: You do not have to use the same storage mechanism for datafiles and recovery files. One can use the file system, while the other uses ASM. |
If you enable automated backups during the installation, you can choose ASM as the storage mechanism for recovery files by specifying an ASM disk group for the flash recovery area. Depending how you choose to create a database during the installation, you have the following options:
If you select an installation method that runs Database Configuration Assistant in interactive mode, by choosing the Advanced database configuration option for example, you can decide whether you want to use the same ASM disk group for datafiles and recovery files, or you can choose to use different disk groups for each file type.
The same choice is available to you if you use Database Configuration Assistant after the installation to create a database.
If you select an installation type that runs Database Configuration Assistant in non-interactive mode, you must use the same ASM disk group for datafiles and recovery files.
Choose the ASM redundancy level that you want to use for the ASM disk group.
The redundancy level that you choose for the ASM disk group determines how ASM mirrors files in the disk group and determines the number of disks and amount of disk space that you require, as follows:
External redundancy
An external redundancy disk group requires a minimum of one disk device. The effective disk space in an external redundancy disk group is the sum of the disk space in all of its devices.
Because ASM does not mirror data in an external redundancy disk group, Oracle recommends that you use only RAID or similar devices that provide their own data protection mechanisms as disk devices in this type of disk group.
Normal redundancy
In a normal redundancy disk group, ASM uses two-way mirroring by default, to increase performance and reliability. A normal redundancy disk group requires a minimum of two disk devices (or two failure groups). The effective disk space in a normal redundancy disk group is half the sum of the disk space in all of its devices.
For most installations, Oracle recommends that you use normal redundancy disk groups.
High redundancy
In a high redundancy disk group, ASM uses three-way mirroring to increase performance and provide the highest level of reliability. A high redundancy disk group requires a minimum of three disk devices (or three failure groups). The effective disk space in a high redundancy disk group is one-third the sum of the disk space in all of its devices.
While high redundancy disk groups do provide a high level of data protection, you must consider the higher cost of additional storage devices before deciding to use this redundancy level.
Determine the total amount of disk space that you require for the datafiles and recovery files.
Use the following table to determine the minimum number of disks and the minimum disk space requirements for the installation:
Redundancy Level | Minimum Number of Disks | Datafiles | Recovery FIles | Both File Types |
---|---|---|---|---|
External | 1 | 1.15 GB | 2.3 GB | 3.45 GB |
Normal | 2 | 2.3 GB | 4.6 GB | 6.9 GB |
High | 3 | 3.45 GB | 6.9 GB | 10.35 GB |
If an existing ASM instance exists on the system, you can use an existing disk group to meet these storage requirements. If necessary, you can add disks to an existing disk group during the installation.
The following section describes how to identify existing disk groups and determine the free disk space that they contain.
Optionally identify failure groups for the ASM disk group devices.
Note: You need to complete this step only if you intend to use an installation method that runs Database Configuration Assistant in interactive mode, for example, if you intend to choose the Custom installation type or the Advanced database configuration option. Other installation types do not enable you to specify failure groups. |
If you intend to use a normal or high redundancy disk group, you can further protect your database against hardware failure by associating a set of disk devices in a custom failure group. By default, each device comprises its own failure group. However, if two disk devices in a normal redundancy disk group are attached to the same SCSI controller, the disk group becomes unavailable if the controller fails. The controller in this example is a single point of failure.
To avoid failures of this type, you could use two SCSI controllers, each with two disks, and define a failure group for the disks attached to each controller. This configuration would enable the disk group to tolerate the failure of one SCSI controller.
Note: If you define custom failure groups, you must specify a minimum of two failure groups for normal redundancy disk groups and three failure groups for high redundancy disk groups. |
If you are sure that a suitable disk group does not exist on the system, install or identify appropriate disk devices to add to a new disk group. Use the following guidelines when identifying appropriate disk devices:
All of the devices in an ASM disk group should be the same size and have the same performance characteristics.
Do not specify more than one partition on a single physical disk as a disk group device. ASM expects each disk group device to be on a separate physical disk.
Although you can specify a logical volume as a device in an ASM disk group, Oracle does not recommend their use. Logical volume managers can hide the physical disk architecture, preventing ASM from optimizing I/O across the physical devices.
For information about completing this task, see the "Configuring Disks for ASM" section.
If you want to use ASM as the storage option for either database or recovery files, and an existing ASM disk group exists, you have the following choices, depending on the installation method that you select:
If you select an installation method that runs Database Configuration Assistant in interactive mode, by choosing the Advanced database configuration option for example, you can decide whether you want to create a new disk group or use an existing one.
The same choice is available to you if you use Database Configuration Assistant after the installation to create a database.
If you select an installation type that runs Database Configuration Assistant in non-interactive mode, you must choose an existing disk group for the new database; you cannot create a new disk group. However, you can add disk devices to an existing disk group if it has insufficient free space for your requirements.
Note: The ASM instance that manages the existing disk group can be running in a different Oracle home directory. |
To determine whether an existing ASM disk group exists, or to determine whether there is sufficient disk space in a disk group, you can use Oracle Enterprise Manager Database Grid Control or Database Control. Alternatively, you can use the following procedure:
Check the Services Control Panel for the OracleASMService+ASM
service.
Temporarily set the ORACLE_SID
and ORACLE_HOME
environment variables to specify the appropriate values for the ASM instance that you want to use.
Connect to the ASM instance as the SYS
user with AS
SYSDBA
privilege and start the instance if necessary:
ORACLE_BASE\ORACLE_HOME\bin\sqlplus "SYS/SYS_password as SYSDBA" SQL> STARTUP
Enter the following command to view the existing disk groups, their redundancy level, and the amount of free disk space in each one:
SQL> SELECT NAME,TYPE,TOTAL_MB,FREE_MB FROM V$ASM_DISKGROUP;
From the output, identify a disk group with the appropriate redundancy level and note the free space that it contains.
If necessary, install, or identify the additional disk devices required to meet the storage requirements listed in the previous section.
Note: If you are adding devices to an existing disk group, Oracle recommends that you use devices that have the same size and performance characteristics as the existing devices in that disk group. |
Automatic Storage Management (ASM) is supported on Windows 2000, Windows XP, and Windows Server 2003. ASM is not supported on Windows NT. To use ASM with direct attached storage (DAS) or storage area network (SAN) storage, the disks must be stamped with a header by asmtool
or asmtoolg
(GUI version).
In order to use a DAS or SAN disk in ASM, the disk must have a partition table. Oracle recommends creating exactly one partition for each disk containing the entire disk. Use Microsoft Computer Management or the command line tool diskpart
to create the partition. Once the partitions have been created, run asmtoolg
or asmtool
. These tools associate meaningful, persistent names with disks to facilitate using those disks with ASM. ASM uses disk strings to more easily operate on groups of disks at once, so the names created by asmtool
make this easier than using Windows drive letters.
All disk names created by asmtool
begin with the prefix ORCLDISK
for identification purposes. They can be used as raw devices in the ASM instance by specifying a name \\.\ORCLDISK
n
.
See Also: "Assigning Logical Names or Drive Letters, or Mounting Directories" for more information about usingdiskpart to create a partition |
asmtoolg
is a graphical interface for creating device names. Use asmtoolg
to add, change, delete, and examine the devices available for use in ASM.
To add or change disk stamps:
Double-click asmtoolg
.
Select the Add or change label option, then click Next.
asmtoolg
will show the devices available on the system. Unrecognized disks are labeled as "Candidate device", raw device files as "Oracle raw device file", stamped ASM disks as "Stamped ASM disk", and unstamped ASM disks as "Unstamped ASM disks." The tool also shows disks that are recognized by Windows as a file system (such as NTFS). These are not available for use as disks and cannot be selected. In addition Microsoft Dynamic disks are not available for use as ASM disks.
On the Stamp Disks screen, select the disks to stamp.
For ease of use, ASM can generate unique stamps for all of the devices selected for a given prefix. The stamps are generated by concatenating a number with the prefix specified. For example, if the prefix is DATA
, then the first ASM link name is ORCLDISKDATA0
.
You can also specify the stamps of individual devices.
Optionally, select a disk to edit the individual stamp (ASM link name).
Click Next.
Click Finish.
To delete disk stamps:
Select the Delete labels option, then click Next.
The delete option is only available if disks exist with stamps. The delete screen shows all stamped ASM disks.
On the Delete Stamps screen, select the disks to unstamp.
Click Next.
Click Finish.
asmtool
is a command-line interface to stamping disks. It has the following options:
Option | Description | Example |
---|---|---|
-add |
Adds or changes stamps. You must specify the hard disk, partition, and new stamp name. If the disk is a raw device or has an existing ASM stamp, then you must specify the -force option. |
asmtool -add [-force] \Device\Harddisk1\Partition1 ORCLDISKASM0\Device\Harddisk2\Partition1 ORCLDISKASM2... |
-addprefix |
Adds or changes stamps using a common prefix to generate stamps automatically. The stamps are generated by concatenating a number with the prefix specified. If the disk is a raw device or has an existing ASM stamp, then you must specify the -force option. |
asmtool -addprefix ORCLDISKASM [-force] \Device\Harddisk1\Partition1 \Device\Harddisk2\Partition1... |
-list |
List available disks. The stamp, windows device name, and disk size in megabytes are shown. Some disks may be file systems, and cannot be stamped. If the disk is a raw device or has an existing ASM stamp, then you must specify the -force option. |
asmtool -list [-force] |
-delete |
Removes existing stamps from disks. |
asmtool -delete ORCLDISKASM0 ORCLDISKASM1... |
-create |
Creates an empty file. |
asmtool -create path_to_file size_in_megabytes |
Note: For-add , -addprefix , and -delete , asmtool will notify any ASM instances on the local machine and other nodes in the cluster if available, to rescan the available disks. |
This section contains these topics:
To create and configure raw volumes or partitions, use the disk administration tools provided by the operating system or third party vendors. The following administration tools are provided by the operating system:
Windows NT provides Disk Administrator
To access this tool, type windisk.exe
at the command prompt or navigate to Start >
Programs >
Administrative Tools >
Disk Administrator.
Windows 2000, Windows XP, and Windows Server 2003 provide Disk Management snap-in
To access this tool, type diskmgmt.msc
at the command prompt or navigate to Start >
Programs >
Administrative Tools >
Computer Management. Then select the Disk Management node in the Storage tree.
Windows XP and Windows Server 2003 provide a command line tool to manage disks.
To access this tool, type diskpart.exe
at the command prompt.
Note: Diskpart.exe for Windows 2000 is part of Windows 2000 Resource Kit. To download this tool, consult Microsoft documentation on the Microsoft Web site
http://www.microsoft.com/ |
See Also: The online help or documentation for the administration tool you are using |
After creating volumes, assign logical names or drive letters, or mount them on directories for use by Oracle. Use the Windows graphical interface or the command line to create a mounted drive or assign a drive letter to the partition, logical drive or volume. Names can be assigned to partitions using setlinks
or Oracle Object Link Manager.
The following example, uses the diskpart
tool to create a 32 MB partition on disk 100, and assigns the drive letter B
to the partition. In this example, diskpart.exe
is the command line tool for managing disks.
c:\> diskpart.exe diskpart> select disk 100 diskpart> create partition primary size=32 diskpart> assign letter=B
Optionally, mount the partition on an NTFS folder instead of assigning a drive letter:
diskpart> assign mount=C:\mnt\raw_1
To create the required raw logical volumes in a new disk group, follow these steps:
Choose a name for the database that you want to create.
Create the logical volumes listed in the following table. You must create these volumes in order to install an Oracle database.
To create the other required logical volumes, using the command-line interface, enter a command similar to the following:
c:\> diskpart.exe DISKPART> select disk diskn DISKPART> create partition primary size=sizen DISKPART> assign mount=folder
In this example:
diskpart.exe
is the command line tool for managing disks
diskn
is the disk number where the partitions are created
sizen
is the size of the partition, for example 500 represents 500 Megabytes
folder
is the absolute path to the NTFS where the partitions is mounted.
The following example shows a sample command to create 500 MB partition on disk 5 for the SYSAUX
tablespace of a database named test:
c:\> diskpart.exe DISKPART> select disk 5 DISKPART> create partition primary size=500 DISKPART> assign mount=D:\oracle\product\10.1.0\oradata\test\test_sysaux_500m
Attention: If you are installing additional Oracle Database components in an existing Oracle home, stop all processes running in the Oracle home. You must complete this task to enable Oracle Universal Installer to relink certain executables and libraries. |
If you choose to create a database during the installation, most installation types configure and start a default Oracle Net listener using TCP/IP port 1521 and the IPC key value EXTPROC
. However, if an existing Oracle Net listener process is using the same port or key value, Oracle Universal Installer can only configure the new listener; it cannot start it. To ensure that the new listener process starts during the installation, you must shut down any existing listeners before starting Oracle Universal Installer.
See Also: "Stopping Oracle Services" |
Satisfy hardware and software requirements to use authentication support with Oracle components. In addition, using Oracle Advanced Security with Secure Socket Layer (SSL) and public key infrastructure (PKI) requires preinstallation of a Lightweight Directory Access Protocol (LDAP) directory such as Oracle Internet Directory (provided on the installation media).
See Also: Oracle Advanced Security Administrator's Guide |
All Oracle Enterprise Manager products must be of the same release. Older versions of Enterprise Manager are not supported with the new release.
Note: All Oracle Enterprise Manager products, except Oracle Enterprise Manager Database Control and the Enterprise Manager Java Console, are released on the Enterprise Manager Grid Control installation media. Enterprise Manager Database Control is available on the Oracle Database installation media and Enterprise Manager Java Console is available on the Oracle Database Client installation media. |
See Also: Oracle Enterprise Manager Grid Control Installation and Basic Configuration available on the Enterprise Manager Grid Control installation media |
If you choose the Custom installation type or the Advanced database creation option, you can also choose to use the Oracle-managed files feature with the new database. If you use this feature, you need only specify the database object name instead of file names when creating or deleting database files.
Configuration procedures are required in order to enable Oracle Managed Files.
See Also: "Using Oracle-Managed Files" in Oracle Database Administrator's Guide |
To install Oracle Real Application Cluster, you must first install Oracle Cluster Ready Services (CRS).
See Also: Oracle Real Application Clusters Installation and Configuration Guide |
Oracle Database ships several Snap-Ins for the Microsoft Management Console (MMC). These Snap-Ins require MMC version 1.2 or higher.
MMC is a built-in feature of Windows 2000. Windows NT requires the Windows NT 4.0 Option pack. Reapply the previously installed service pack after installing the Windows NT option pack.
Install Internet Explorer version 5.0 (IE 5.0) or later before installing Oracle Snap-Ins. If you install any Oracle Snap-Ins before installing IE 5.0, then reinstall the Oracle Snap-Ins.
The following components depend on Oracle Snap-In components:
Oracle Administration Assistant for Windows
Oracle Counters for Windows Performance Monitor
Note: Installing Oracle Administration Assistant for Windows automatically installs each Oracle Snap-in component. |
Download the MMC add-on from the following Web site
This section contains these topics:
Table 2-3 provides gateway configurations tested by Oracle at the time of this document release. Oracle continually updates supported gateway configurations. For the latest supported configuration information, visit the following Web site
http://metalink.oracle.com/metalink/certify/
Table 2-3 Supported Software for Oracle Transparent Gateway Components
Oracle Transparent Gateway | Requirement |
---|---|
Oracle Transparent Gateway for Microsoft SQL Server | Microsoft SQL Server Version 7.0 or SQL Server 2000
Microsoft SQL Server ODBC Drivers |
Oracle Transparent Gateway for Sybase | Sybase Server, version 12.0, or 12.5 is required. If Sybase Server is not on the same computer as the gateway, then the version of Sybase Open client library certified for your Sybase Server is required. |
Oracle Transparent Gateway for Teradata | Teradata V2R.03.00.02 or V2R.04.00.0115
NCR Teradata ODBC Driver version 02.08.00.00 |
Oracle Transparent Gateway for IBM DRDA | See Oracle Transparent Gateway for DRDA Installation and User's Guide for details. |
Oracle Procedural Gateway for APPC | See Oracle Procedural Gateway for APPC Installation and Configuration Guide for details. |
Table 2-4 lists the system requirements for Oracle Transparent Gateways for Microsoft SQL Server, Sybase, and Teradata. Each Oracle Transparent Gateway has the same memory, networking, and disk space requirements.
See Also: Oracle Transparent Gateway for DRDA Installation and User's Guide and Oracle Procedural Gateway for APPC Installation and Configuration Guide for system requirements for the IBM DRDA and APPC gatewaysThese guides are available on the Oracle Database installation media. |
Table 2-4 System Requirements for Oracle Transparent Gateways
Requirement | Value |
---|---|
Disk Space | 200 MB of additional disk space. |
Memory | 26 MB of real memory is recommended to support the gateway. The total real memory requirement for the concurrent use of the gateway also depends on these factors:
|
Oracle Networking | Oracle Net Services and Oracle Protocol Support for Named Pipes or TCP/IP must be installed on the Oracle database computer and the gateway computer. The Oracle Net Services components are included on the Oracle Database installation media. |