又一个基础问题..关于MOUNT

[复制链接]
查看11 | 回复8 | 2014-2-19 11:55:14 | 显示全部楼层 |阅读模式
ORACLE10G的SQL\PLUS中
SQL> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup mount
ORA-12528: TNS:listener: all appropriate instances are blocking new connections
搞不明白啊。.求解........
回复

使用道具 举报

千问 | 2014-2-19 11:55:14 | 显示全部楼层
用的动态监听?改为静态的或者先启动监听再看看。
回复

使用道具 举报

千问 | 2014-2-19 11:55:14 | 显示全部楼层
检查下监听状态看看
回复

使用道具 举报

千问 | 2014-2-19 11:55:14 | 显示全部楼层
Cause
You do not have a static listener entry for the instance you are attempting too connect to. This uses instance automatic registration. The instance registers with the listener when you mount and PMON is started. Before there is nothing to register the database to the listerner so the instance is blocked.
RMAN requires a static listener entry and the tnsnames.ora should not contain FAIL_OVER=ON or LOAD_BALANCING. Just a plain vanilla dedicated server connection.
Fix
1. Create a static entry for the SID to the SID_LIST in the listener.ora
OR
2. Use the Oracle10G feature :
tnsnames.ora
....
CONNECT_DATA=((SID=....) (UR=A))
This fix is required for administrative connections where we specify (UR=A)
in connect data.

References
15174090.6
回复

使用道具 举报

千问 | 2014-2-19 11:55:14 | 显示全部楼层
监听已经启动了..
但当启动MOUNT时,
SQL> startup mount
ORA-12528: TNS:listener: all appropriate instances are blocking new connections
先谢谢楼上2位...
回复

使用道具 举报

千问 | 2014-2-19 11:55:14 | 显示全部楼层
贴出你的LISTENER和TNSNAME。
回复

使用道具 举报

千问 | 2014-2-19 11:55:14 | 显示全部楼层
刚接触ORACLE...贴不来啊...
怎么查啊...
回复

使用道具 举报

千问 | 2014-2-19 11:55:14 | 显示全部楼层
在$ORACLE_HOME下的network里有这两个文件
回复

使用道具 举报

千问 | 2014-2-19 11:55:14 | 显示全部楼层
在network目录下,
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行