Oracle 10.2.0.1 Install for RedHat Linux

更新时间:2023-12-02 15:45:01 阅读量: 教育文库 文档下载

说明:文章内容仅供预览,部分内容可能不全。下载后的文档,内容与下面显示的完全一致。下载之前请确认下面内容是否您想要的,是否完整无缺。

Oracle 10.2.0.1 Install

for

Version: A.0.0

Release Date: 2010-9-30

- i -

GRG Banking Equipment Co., Ltd.

-All Rights Reserved-

Documentation History List

Documentation History List

No&Name

Oracle

10.2.0.1_for_Linux AS 4(32b)

Installation Manual

Participants

Lipeng

Ver

V1.0

Date

2010-4-26

Modify Comment

Create

GRG Banking Equipment Co., Ltd. -All Rights Reserved- - i -

Copyright Declaration

Copyright Declaration

The Programs (which include both the software and documentation) contain proprietary information of GRG Banking Equipment Co., Ltd. (Abbr. GRGBanking) They are provided under a license agreement containing restrictions on use and disclosure and are also protected by copyright, patent and other intellectual and industrial property laws. Reverse engineering, disassembly or decompilation of the Programs, except to the extent required to obtain interoperability with other independently created software or as specified by law, is prohibited. The information contained in this document is subject to change without notice. If you find any problems in the documentation, please report them to us in writing. GRGBanking Corporation does not warrant that this document is error-free. Except as may be expressly permitted in your license agreement for these Programs, no part of these Programs may be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without the express written permission of GRGBanking Corporation.

If the Programs are delivered to the company, corporation, organization, institution or anyone licensing or using the programs on behalf of commerce, the following notice is applicable: Any use, duplication, and disclosure of the Programs, including documentation, shall be subject to the licensing restrictions set forth in the applicable GRGBanking license agreement. The Programs are not intended for use in any nuclear, aviation, mass transit, medical, or other inherently dangerous applications. It shall be the licensee's responsibility to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of such applications if the Programs are used for such purposes, and GRGBanking Corporation disclaims liability for any damages caused by such use of the Programs.

FEEL is a registered trademark, and FEEL Switch, FEEL View, FEEL Distribution, FEEL Advertising, CardElite, CATalyst, and TellerMaster are trademarks or registered trademarks of GRG Banking Equipment Co., Ltd. Other names may be trademarks of their respective owners.

Copyright? 2007 by GRG Banking Equipment Co., Ltd. All rights reserved.

GRG Banking Equipment Co., Ltd. - i -

Content

Contents

DOCUMENTATION HISTORY LIST ................................................................................ I COPYRIGHT DECLARATION......................................................................................... I CONTENTS ....................................................................................................................1 1. HARDWARE REQUIREMENTS..................................................................................1 2. CREATE THE ORACLE GROUP AND USER.............................................................2 3. CONFIGURATION SYSTEM PARAMETERS .............................................................2 3.1. CONFIGURING ORACLE USER PROFILE ..................................................................... 2 3.2. CONFIGURING HOST FILE......................................................................................... 3 3.3. CONFIGURING KERNEL PARAMETERS ........................................................................ 3 3.4. SETTING SHELL LIMITS FOR THE ORACLE USER.......................................................... 4 3.5. ADD OR EDIT THE FOLLOWING LINE IN THE /ETC/PAM.D/LOGIN FILE, IF IT DOES NOT

ALREADY EXIST: ............................................................................................................. 4

3.6. DEPENDING ON THE ORACLE USER'S DEFAULT SHELL, MAKE THE FOLLOWING CHANGES TO

THE DEFAULT SHELL START-UP FILE: ................................................................................. 4

3.7. REBOOT THE SYSTEM .............................................................................................. 5 3.8. MAKE DIRECTORY FOR ORACLE INSTALL .................................................................... 5 3.9. IF YOU NEED GET THE ORACLE SETUP PACKAGE FROM OTHER COMPUTERS, YOU CAN GET

IT BY FOLLOWING WAY:.................................................................................................... 5

4. INSTALL THE ORACLE DATABASE SOFTWARE ....................................................6 5. INSTALL ORACLE DATABASE PATCH................................................................. 11 6. CREATE DATABASE .............................................................................................. 16 7. CONFIGURATION LISTENER AND NET SERVER ................................................. 26

GRG Banking Equipment Co., Ltd. -All Rights Reserved-

- 1 -

Installation Guide for Red Hat Enterprise AS 4

1. Hardware Requirements

This guide describes how to install and configure Oracle Database 10g release 2 (10.2) on RedHat enterpraise as 4 update 6 ;Operating system Requirements Red Hat Enterprise Linux AS/ES 4.0 (Update 3 or later),The Red Hat Enterprise Linux Install please read

ii

Physical RAM Between 1024 MB and 2048 MB Between 2049 MB and 8192 MB More than 8192 MB SWAP 1.5 times the size of RAM Equal to the size of RAM 0.75 times the size of RAM At least 2 GB of disk space in the /tmp directory

Before you install the Oracle software, you must complete several tasks as the root user. To log in as the root user.

To ensure that the system meets these requirements:

1.1 To determine the physical RAM size, enter the following command: # grep MemTotal /proc/meminfo

If the size of the physical RAM is less than the required size, then you must install more memory before continuing.

1.2. To determine the size of the configured swap space, enter the following command: # grep SwapTotal /proc/meminfo

If necessary, refer to the operating system documentation for information about how to configure additional swap space.

1.3. To determine the available RAM and swap space, enter the following command: # free

1.4. To determine the amount of disk space available in the /tmp directory, enter the following command: # df -k /tmp

GRG Banking Equipment Co., Ltd. -All Rights Reserved-

- 1 -

本文来源:https://www.bwwdw.com/article/jxtt.html

Top