SOS : DBA ORA ->unable to get first semaphore
NBO
-
NBO -
NBO -
Bonjour à tous, et merci d'avance pour votre aide.
J'ai installé Oracle7, l'install s'exécute à 85% apparemment, et sans message d'erreur on sort.
J'essaye donc quand même de lancer une instance, mais il y a un pb sur les sémaphores :
SVRMGR> connect internal
Connecté à une instance libre.
SVRMGR> startup nomount
ORA-07279: spcre: semget error, unable to get first semaphore set.
AT&T System V/386 Error: 28: No space left on device
Additional information: 1
A mon avis l'install à planté sur la création des sémaphores, mais pourquoi ?
RQ: si je fais un ipcs -as, les sémaphores pour oracle n'apparaissent pas.
Je suis vraiment bloqué, quelqun aurait-il une solution ???
Merci et A+
J'ai installé Oracle7, l'install s'exécute à 85% apparemment, et sans message d'erreur on sort.
J'essaye donc quand même de lancer une instance, mais il y a un pb sur les sémaphores :
SVRMGR> connect internal
Connecté à une instance libre.
SVRMGR> startup nomount
ORA-07279: spcre: semget error, unable to get first semaphore set.
AT&T System V/386 Error: 28: No space left on device
Additional information: 1
A mon avis l'install à planté sur la création des sémaphores, mais pourquoi ?
RQ: si je fais un ipcs -as, les sémaphores pour oracle n'apparaissent pas.
Je suis vraiment bloqué, quelqun aurait-il une solution ???
Merci et A+
4 réponses
Salut,
Ici:http:home.planet.nl/~heuve345/databases/oracleq.html
Il y a:
Installing and Starting Oracle
Q: I try to startup an instance, but I get the error message indicating that there are no semaphores available (e.g. ORA-07279).
A: By default each Oracle instance requires 50 semaphores. You can check this by executing:
ipcs -a
You can set the numbers of semaphores in the file init<sid>.ora. Change the value of PROCESSES. The default value is 50. Change it to: 6 + maximum number of concurrent connections.
So to solve the problem, shutdown unneeded instances, or decrease the number of PROCESSES of each instance.
If you can’t shutdown instances and/or reduce the number of PROCESSES, you have to rebuild the kernel with more semaphores.
Ca t'aide?
A+ K.
Ici:http:home.planet.nl/~heuve345/databases/oracleq.html
Il y a:
Installing and Starting Oracle
Q: I try to startup an instance, but I get the error message indicating that there are no semaphores available (e.g. ORA-07279).
A: By default each Oracle instance requires 50 semaphores. You can check this by executing:
ipcs -a
You can set the numbers of semaphores in the file init<sid>.ora. Change the value of PROCESSES. The default value is 50. Change it to: 6 + maximum number of concurrent connections.
So to solve the problem, shutdown unneeded instances, or decrease the number of PROCESSES of each instance.
If you can’t shutdown instances and/or reduce the number of PROCESSES, you have to rebuild the kernel with more semaphores.
Ca t'aide?
A+ K.