|
ORA-12518: TNS:listener could not hand off client connection 先试试 connect / as sysdba,看行不行,如果行的话, 1.cmd 查到了相关资料如下: The reason ORA-12518 is being throw may be because of DEDICATED connections because Oracle 10g has a value of PROCESSES is defaulted at 150 which can be lower than necessary in a production system. Also, in pre-9i MTS, ORA-12518 may be thrown in SHARED SERVER because the dispatcher may have reached the maximum connection value, so it denies all other. There are two solutions for ORA-12518 depending on which symptom you may be experiencing. 通过以上资料分析得出可能出现问题的原因有两种:一是processes值设的过小,二是需要增加参数DISPATCHERS。 考虑到之前经常遇到ora-00020超出最大进程数的问题在安装数据库的时候已经把processes设到800了,为保险起见再show parameter processes SQL> show parameter process; NAME |
|
ORA-12518: TNS:listener could not hand off client connection 先试试 connect / as sysdba,看行不行,如果行的话, 1.cmd 查到了相关资料如下: The reason ORA-12518 is being throw may be because of DEDICATED connections because Oracle 10g has a value of PROCESSES is defaulted at 150 which can be lower than necessary in a production system. Also, in pre-9i MTS, ORA-12518 may be thrown in SHARED SERVER because the dispatcher may have reached the maximum connection value, so it denies all other. There are two solutions for ORA-12518 depending on which symptom you may be experiencing. 通过以上资料分析得出可能出现问题的原因有两种:一是processes值设的过小,二是需要增加参数DISPATCHERS。 考虑到之前经常遇到ora-00020超出最大进程数的问题在安装数据库的时候已经把processes设到800了,为保险起见再show parameter processes SQL> show parameter process; NAME |