e股脑电脑教程网
  • 首 页
  • 操作系统
  • 应用软件
  • 下载工具
  • 影音视频
  • 办公软件
  • 媒体制作
  • 网站建设
  • 平面设计
  • 数据库
  • 程序开发
  • 视频教程
编辑推荐: | 文章搜索:
您现在的位置: e股脑 >> 数据库 >> Oracle教程 >> Install Oracle on Solaris 8/9/10 >> 教程正文
 
教程搜索
 
 
相关教程
  • 用Oracle 10g列值掩码技术隐藏敏感数据
  • ORACLE常用Script
  • OracleSupport全球解答的最hot的21个问
  • Oracle 中的OOP概念
  • 过程,函数,程序包
  • 异常和游标管理
  • 集合和成员函数
  • Oracle10gR2安裝
  • SQL 的高级应用
  • Install Oracle on Solaris 8/9/10
  • Install Oracle9 on RedHat
  • Start Console on Oracle9i VS Oracle
  • oracle自动imp脚本
  • Oracle9i连接sybase的透明网关的配置
  • 用裸设备来提高Oracle数据库的性能
  • 从Oracle迁移到SQL Server的陷阱
 
 

图文教程


  • Windows抢了谁的饭碗 非主流操作系统To

  • 地球还是火星 平常心看“非主流”

  • 综合运用Office 2007批量制作奖状

  • 没有系统盘如何才能修复受损系统?

  • 巧妙运用Excel中边界的附加功能!
 
 
赞 助 商
 
 
Install Oracle on Solaris 8/9/10
  • 来源:e股脑
  • 点击次数:
  • 更新时间:2007-8-9

A very detail guide to install oracle on Solaris OS.

Kernel Parameter Settings for Solaris For Solaris, use the ipcs command to obtain a list of the system's current shared memory and semaphore segments, and their identification number and owner.Use a text editor such as vi to change the kernel parameter settings in the /etc/system file after making a backup copy. If you have previously changed your kernel for another program to levels equal to or higher than the levels Oracle9i requires, then do not change the settings. If the levels are too low, change them to levels at least as high as those in the table. If you change the settings, save the /etc/system file and restart the system. The parameters in the following table are the minimum values to run Oracle9i with a single database instance on Solaris. Kernel Parameter Setting Purpose

SEMMNI

100

Defines the maximum number of semaphore sets in the entire system.

SEMMNS

1024

Defines the maximum semaphores on the system. This setting is a minimum recommended value, for initial installation only.

The SEMMNS parameter should be set to the sum of the PROCESSES parameter for each Oracle database, adding the largest one twice, and then adding an additional 10 for each database.


SEMMSL

256

Defines the minimum recommended value, for initial installation only.

SHMMAX

4294967295

Defines the maximum allowable size of one shared memory segment.

4 GB = 4294967295

SHMMIN

1

Defines the minimum allowable size of a single shared memory segment.

SHMMNI

100

Defines the maximum number of shared memory segments in the entire system.

SHMSEG

10

Defines the maximum number of shared memory segments one process can attach.

1-) Open "/etc/system " file by using a preferrable text editor utility for yourself.

2-) Insert the following rows at the bottom of "/etc/system " file:

CAUTION : These values are for a computer with 512 MB. RAM. You need to change these values according to your computer's physical RAM. While you create a database select 5 as "maximum concurrent connection". Otherwise you will recevive an "Oracle not available" or "not connected to Oracle" error. You will need a good luck... :)))

set shmsys:shminfo_shmmax=4192000000 set shmsys:shminfo_shmmin=128000000 set shmsys:shminfo_shmmni=200 set shmsys:shminfo_shmseg=20 set semsys:seminfo_semmni=200 set semsys:seminfo_semmsl=200 set semsys:seminfo_semmns=200 set semsys:seminfo_semopm=200 set semsys:seminfo_semvmx=32768

Click here for a sample of "/etc/system" file.


These settings are for your Operating Environment's Kernel. Oracle Database needs you to make these modifications to run properly. You may need to edit these values according to your computer's RAM. Please refer to your "System Manufacturer's Assistance " and documentation.

3-) Reboot your system to activate the new kernel parameters. When your computer is restarted, you can check the amount of "Maximum Shared Memory " and "Minimum Shared Memory " by the command;

sysdef

This will give the important values about your system. You can see the "Shared Memory Area " section at the bottom of the listing.

4-) Open a terminal window as root. Type

admintool

and press ENTER to run administration tool.

You need at least one user and two groups to install and run Oracle Database. First let's create the UNIX groups, then let's create a UNIX user account by using admintool. Make following step by step:

  • Create a group named "oinstall"

  • Create a group named "dba"


  • 1 2 3 下一页
  • 上一篇教程: Install Oracle9 on RedHat
  • 下一篇教程: SQL 的高级应用
  •  

    关于本站 | 广告联系 | 版权声明 | 使用帮助

    Copyright © 2004-2008 www.egunao.com All rights reserved.