oracle 10gr2 ORA-27125: unable to create shared memory segment when run DBCA

I have installed 10gR2 on linux environment, When running DBCA it got filed with below error

ORA-27125: unable to create shared memory segment

SOLUTION:

cd $ORACLE_HOME/bin
 
mv oracle oracle.bin
 
 
—- Paste it as one —
 
cat >oracle <<“EOF”
#!/bin/bash
export DISABLE_HUGETLBFS=1
exec $ORACLE_HOME/bin/oracle.bin [email protected]
EOF
 
—- End of paste —

chmod +x oracle

Thank You !!

时间: 2024-08-11 17:09:29

oracle 10gr2 ORA-27125: unable to create shared memory segment when run DBCA的相关文章

ORA-27125: unable to create shared memory segment

操作系统环境 :CentOS release 6.7 (Final)数据库版本 : Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit错误描述和截图:安装完数据库软件,用dbca建库时报:ORA-27125: unable to create shared memory segment解决办法:经上网搜索发现是oracle一个BUG,正好本来要安装10.2.0.4,索性先升级到10.2.0.4以后再创建实例! 原文地

Solaris下Oracle RAC 报ORA-09925 unable to create audit-- no space

接到开发回应,sqlplus 或者 developer 工具登陆数据库报错,无法登陆,截图如下: ORA-09925 Unable to create audit trail file Error No space left on device 字面就初步定位到没空间不能生成audit 认证文件. 立马登陆系统,查看df -h 没有100%的分区啊(该系统的数据库是做了 简单审计audit on os的) 差了下资料,定位为$ORACLE_BASE/admin/SID/adump 下文件数量太多

ALERT: Setting RemoveIPC=yes on Redhat 7.2 Crashes ASM and Database Instances as Well as Any Application That Uses a Shared Memory Segment (SHM) or Semaphores (SEM) (Doc ID 2081410.1)

数据库实例自动crash并报ORA-27157.ORA-27300等错误 一.文档: ALERT: Setting RemoveIPC=yes on Redhat 7.2 Crashes ASM and Database Instances as Well as Any Application That Uses a Shared Memory Segment (SHM) or Semaphores (SEM) (Doc ID 2081410.1) In this Document Descri

Oracle设置默认数据库,ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist

Oracle 设置默认数据库 如果我们的服务器上或者电脑上安装了多个数据库,当我们使用sqlplus时如果为指定数据库时登录到的是哪一个数据库呢?今天遇到了一个老问题: ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist 以前也遇到过:根据网上的博文一步一步操作下就OK了,可是今天试了下不行,经过分析发现原来是我登录进入是另一个数据库,可如果每次都指定登录到那个数据库太麻烦了,就去查询了些资料

ORA-27101: shared memory realm does not exist

Oracle Error Tips by Burleson Consulting Oracle docs note this about ORA-27101: Cause: Unable to locate shared memory realm Action: Verify that the realm is accessible The solution in Windows may be to start the Windows services. MOSC offers valuable

Linux Shared Memory

Shared memory based mapping file #include <sys/mman.h>#include <sys/types.h>#include <fcntl.h>#include <unistd.h> typedef struct {  char name[4];  int  age;} people; int main(int argc, char **argv){  int    fd, i;  people *p_map; 

ORA-09925: Unable to create audit trail file 在DBCA时

ORA-09925: Unable to create audit trail file 在DBCA时 ***数据库后,再执行dbca时候报错 ORA-09925: Unable to create audit trail file  起初以为是权限问题, $cd $ORACLE_HOME/rdbms/audit 查看下权限,属主,为了避免麻烦直接赋予aufit目录 777权限 退出DBCA直接们再次执行,问题依旧 ORA-09925: Unable to create audit trail 

Linux平台 Oracle 10gR2(10.2.0.5)RAC安装 Part2:clusterware安装和升级

Linux平台 Oracle 10gR2(10.2.0.5)RAC安装 Part2:clusterware安装和升级环境:OEL 5.7 + Oracle 10.2.0.5 RAC 3.安装Clusterware 3.1 解压clusterware安装介质 3.2 开始安装clusterware 3.3 root用户按提示执行脚本 3.4 vipca创建(可能不需要) 4.升级Clusterware 4.1 解压Patchset包 4.2 开始升级clusterware 4.3 root用户按提

ORA-04031: Unable To Allocate 32 Bytes Of Shared Memory

记录一次生产库遇到的4031错误,后来通过调整sga大小将问题解决了 报错信息: ORA-04031: 无法分配 32 字节的共享内存 ("shared pool","select user#,password,datats...","SQLA","tmp")Incident details in: /u01/app/oracle/diag/rdbms/twprod/xxxxx/incident/incdir_237848/x