Hi All,
I am having the error message below where I try to create a new database. I do not know what is the problem because I have over 600Megs of space on the disks I am using. Can someone please help... any suggestion will be greatly appeciated.
ORA-07279: spcre: semget error, unable to get first semaphore set.
HP-UX Error: 28: No space left on device
Additional information: 1
Thanks in advance,
Bond
03-22-2001, 02:13 PM
marist89
Your kernal parameters are not setup correctly. Check the installation guide for semephore parameters...
03-22-2001, 02:16 PM
sambavan
This would be a normal math for the /etc/system file SEMMNS
a = 200
b = 100
c = 100
SEMMNS = [ (2*a) +b+c ] + [ No. of instances * 10]