je fais un alter table et j'obtiens cette erreur.
Quelqu'un sait d'ou ca vient?
je fais un alter table et j'obtiens cette erreur.
Quelqu'un sait d'ou ca vient?
Si vous donniez le contenu de votre ordre, cela faciliterait peut-être les choses..........ORA-00054 resource busy and acquire with NOWAIT specified
Cause: The NOWAIT keyword forced a return to the command prompt because a resource was unavailable for a LOCK TABLE or SELECT FOR UPDATE command.
Action: Try the command after a few minutes or enter the command without the NOWAIT keyword.
oui c'est sous Oracle 9i.
Mais j'ai trouvé d'où venait le problème.
La table était lockée par un autre utilisateur.
Partager