您的位置:首页 > 数据库 > Oracle

oracle报“shared memory realm does not exist”

2011-05-10 09:49 120 查看
公司服务器忽然停电,oracle报“shared memory realm does not exist”,google了一下:

 

解决办法:
1、用cmd进入命令行
2、sqlplus /nolog;
3、conn / as sysdba;
4、startup force;

 

收藏一下。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  oracle google 服务器 cmd
相关文章推荐