文档解释
ORA-02721: osnseminit: cannot create semaphore set
Cause: The Fast driver failed to get a semaphore set.
Action: The system-imposed limit on semaphores or semaphore identifiers may have been exceeded. Read the returned operating system error code and check with your system administrator.
ORA-02721是Oracle数据库在创建System V Binary Semaphore时发生的一种错误。可能是由系统资源限制或系统权限限制造成的。
官方解释
常见案例
正常处理方法及步骤
步骤1:在系统上查看操作系统的ulimit设置,确定其值是否为默认的1024;
步骤2:如果不是,请设置该值为1024;
步骤3:再次执行会话,看看是否解决ORA-02721错误。