最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
当前位置: 首页 - 科技 - 知识百科 - 正文

升级OracleRAC后出现ORA-12520错误

来源:动视网 责编:小采 时间:2020-11-09 12:13:39
文档

升级OracleRAC后出现ORA-12520错误

升级OracleRAC后出现ORA-12520错误:现象:oracle10gR2.0.0.1升级后,现在客户端连接时报ORA-12520错误12520, 00000, quot;TNS:listener could not find available 现象: Oracle10gR2.0.0.1升级后,现在客户端连接时报ORA-12520错误 12520, 00000, TNS:l
推荐度:
导读升级OracleRAC后出现ORA-12520错误:现象:oracle10gR2.0.0.1升级后,现在客户端连接时报ORA-12520错误12520, 00000, quot;TNS:listener could not find available 现象: Oracle10gR2.0.0.1升级后,现在客户端连接时报ORA-12520错误 12520, 00000, TNS:l


现象:oracle10gR2.0.0.1升级后,现在客户端连接时报ORA-12520错误12520, 00000, quot;TNS:listener could not find available

现象:

Oracle10gR2.0.0.1升级后,现在客户端连接时报ORA-12520错误

12520, 00000, "TNS:listener could not find available handler for requested type of server"
// *Cause: None of the known and available service handlers for requested type
// of server (dedicated or shared) are appropriate for the client connection.
// *Action: Run "lsnrctl services" to ensure that the instance(s) have
// registered with the listener and that the appropriate handlers are
// accepting connections.

解决:

在网上找了资料后修改了下面的参数后正常:

SQL> alter system set local_listener = '(ADDRESS=(PROTOCOL=TCP)(HOST=172.0.2.62)(PORT=1521))'
2 scope = spfile sid = 'rac11g1';
系统已更改。
SQL> alter system set local_listener = '(ADDRESS=(PROTOCOL=TCP)(HOST=172.0.2.63)(PORT=1521))'
2 scope = spfile sid = 'rac11g2';
系统已更改。
SQL> shutdown immediate数据库已经关闭。已经卸载数据库。
ORACLE 例程已经关闭。

SQL> startup
ORACLE 例程已经启动。
Total System Global Area 1.7108E+10 bytes
Fixed Size 2101632 bytes
Variable Size 3814182528 bytes
Database Buffers 1.3288E+10 bytes
Redo Buffers 4431872 bytes数据库装载完毕。数据库已经打开。
另外的节点也重启数据库服务器。
SQL> conn system/test@rac已连接。

问题解决。

另外:在打数据库补丁后,,在启动数据库时遇到了下面的错误:

SQL> startup
ORA-00119: invalid specification for system parameter LOCAL_LISTENER
ORA-00132: syntax error or unresolved network name 'LISTENER_GE02'

解决方法如下:
1、关闭数据库;
SQL> shutdown abort
ORACLE instance shut down.

2、然后在修改/opt/oracle/product/10.2.0/network/admin/tnsnames.ora文件,添加下面的语句:
LISTENER_GE02 =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
3、然后重新启动数据库
SQL> startup
ORACLE instance started.
Total System Global Area 285212672 bytes
Fixed Size 12192 bytes
Variable Size 92276304 bytes
Database Buffers 188743680 bytes
Redo Buffers 2973696 bytes
Database mounted.
Database opened.

文档

升级OracleRAC后出现ORA-12520错误

升级OracleRAC后出现ORA-12520错误:现象:oracle10gR2.0.0.1升级后,现在客户端连接时报ORA-12520错误12520, 00000, quot;TNS:listener could not find available 现象: Oracle10gR2.0.0.1升级后,现在客户端连接时报ORA-12520错误 12520, 00000, TNS:l
推荐度:
  • 热门焦点

最新推荐

猜你喜欢

热门推荐

专题
Top