dswhope1985 2014-05-27 08:24 采纳率: 0%
浏览 4139

ORA-12516, TNS: listener could not find available

项目启动后几秒种就报该异常。

ORA-12516, TNS: listener could not find available handler with matching protocol stack'

SQL> show parameter processes;

NAME TYPE VALUE


aq_tm_processes integer 0
db_writer_processes integer 1
gcs_server_processes integer 0
global_txn_processes integer 1
job_queue_processes integer 1000
log_archive_max_processes integer 4
processes integer 150

我查了下资料,网上说是processes问题,我查了下数据库的processes信息,但不知道如何解决。

  • 写回答

1条回答

  • yiyongle 2014-08-22 11:13
    关注

    通过命令行登陆SQLPLUS修改
    sqlplus /nolog
    SQL> conn / as sysdba
    SQL> show parameter processes;
    SQL> alter system set processes=600 scope=spfile;

    评论

报告相同问题?

悬赏问题

  • ¥15 求daily translation(DT)偏差订正方法的代码
  • ¥15 js调用html页面需要隐藏某个按钮
  • ¥15 ads仿真结果在圆图上是怎么读数的
  • ¥20 Cotex M3的调试和程序执行方式是什么样的?
  • ¥20 java项目连接sqlserver时报ssl相关错误
  • ¥15 一道python难题3
  • ¥15 牛顿斯科特系数表表示
  • ¥15 arduino 步进电机
  • ¥20 程序进入HardFault_Handler
  • ¥15 关于#python#的问题:自动化测试