通过冷拷贝(关数据库)的方法对oracle数据库做了迁移,迁移到目标服务器后,在没有把oracle文件的属主由root修改为oracle的情况下,执行startup命令,然后报ORA-27121,查看oracle进程,进程都在运行,但是属主是root用户。 根据报警信息和产生报错的环境,推断是由于第一次启动是以oracle用户启动、而文件属主root用户,导致oracle启动实例过程中,进行内存分配时,无法分配导致的。 解决方法: 把已经启动的进程杀掉...
ORA-27121: unable to determine size of shared memory segment IBM AIX RISC System/6000 Error: 13: Permission denied SQL> exit Disconnected oracle@bfdx-dsg:[/oracle/app/oracle/admin/sibss/bdump]ps -ef|grep ora oracle 290896 1 0 May 14 - 0:30 ora_ckpt_sibss oracle 430180 639092 0 09:...
ORA-27121: unable to determine size of shared memory segment Cause: shmctl() call failed Action: check permissions on segment, contact Oracle support --- You need to change the "umask" to the required 022 and set the permissions on all relevant directories. See the Platform Specific Installati...
回答:df -k 看一下tmpfs多大 grep -i mem /proc/meminfo 看一下内存多大 应该是操作系统设置问题