设备为老式的280R,系统平台solaris 10,数据库oracle 10g. 首先先下载oracle 10G,下载地址 http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201sol64soft.html 点Accept 就能下载了。下载的文件为10gr2_db_sol.cpio.gz。OK,下载好了,就想办法传到SOLLARIS上吧 接下来我们来设置一下设备的环境和内核的设定: #vi /etc/system 添加下面内容: set shmsys:shminfo_shmmax = 4294967296 s...
设备为老式的280R,系统平台solaris 10,数据库oracle 10g. 首先先下载oracle 10G,下载地址 http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201sol64soft.html 点Accept 就能下载了。下载的文件为10gr2_db_sol.cpio.gz。OK,下载好了,就想办法传到SOLLARIS上吧 接下来我们来设置一下设备的环境和内核的设定: #vi /etc/system 添加下面内容: set shmsys:shminfo_shmmax = 4294967296...
在solaris 10上装oracle 10g时,我把安装盘的文件solarisx86…….cpio.gz传上去后,用gunzip命令却不能解压.我用windows解压,再把解压后的文件…….cpio上传。用cpio -idmv命令,还是不行。是出了什么问题?我装个oracle 10g怎么除了这么多的问题啊?
能建组,但是不能建立用户,提示: UX: useradd: ERROR: /bin/bash is not a valid shell. Choose another. 求解!!!
本人是新手,在虚拟机上安装oracle遇到如下问题, oracle用户下执行 ./runInstaller ./runInstaller: /export/home/database/install/.oui: 没找到 drwxrwxrwx 2 oracle dba 25600 2月 26日 14:39 database -bash-3.00$ uname -a SunOS joe 5.10 Generic i86pc i386 i86pc oracle版本是官方下的10202_database.rar ftp 二进制put到虚拟机。unrar 解压。 麻烦分析下可能存在的问题,谢谢大家
vi /etc/system set shmsys:shminfo_shmmax=4294967295 (给oracle最大内存设为2G) set shmsys:shminfo_shmmin=1 set shmsys:shminfo_shmmni=100 set shmsys:shminfo_shmseg=10 set semsys:seminfo_semmni=110 set semsys:seminfo_semmns=310 2. 创建用户和组 # groupadd dba #useradd –g dba –d /export/home/oracle –m oracle #passwd oracle (改oracle用户密码) 设定oracle用户的环境参数 #su – oracle $vi .profile 加入...
安装环境:solaris 10 安装在 VMW下 (32位,X86的版本) oracle 版本:10g Release 2 (10.2) for solaris Operating System (x86),ISO的版本,我用的是 DAEMON TOOLS做的虚拟光驱 安装步骤: 1. 修改内核 vi /etc/system set shmsys:shminfo_shmmax=268435456(本机内存为512M) set shmsys:shminfo_shmmin=1 set shmsys:shminfo_shmmni=100 set shmsys:shminfo_shmseg=10 set semsys...
1、建用户和组: groupadd oinstall groupadd dba useradd -g dba -G oinstall -d /export/home/oracle -m oracle passwd oracle 建立oracle的基目录和数据库目录 mkdir -p /export/home/app/oracle mkdir /export/home/oradata 改变目录的属主和组 chown -R oracle:oinstall /export/home/app/oracle chown -R oracle:oinstall /export/home/oradata 改变目录权限 chmod -R 775 /export/home/app/oracle chmod -R 775 /export/hom...
v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} Running oracle Database in solaris 10 Containers Best Practices 06/30/05 Version 1.0 Table of Contents 1 Executive Summary 2 Document Scope 3 Overview 3.1 solaris Containers 3.2 solaris Zones 3.3 solaris Resource Manager 3.3.1 Workload ident...