原文:处理错误:ORA-27101: shared memory realm does not exist 解决方案

今天在连接ORACLE做测试的时候,出现错误:ORA : shared memory realm does not exist 错误原因:可能是ORACLE数据库意外被关闭 解决方法:cmd下,执行以下命令,启动数据库 sqlplus nolog 登陆数据库 conn 用户名 密码 as sysdba 以管理员权限登陆 startup 启动数据库 ...

2017-03-14 11:00 3 36436 推荐指数:

查看详情

ORA-27101: shared memory realm does not exist

登陆SQLPlus时出现:ORA-01034:ORACLE not avaiableORA-27101 : shared memory realm does not existProcess ID:0Session ID:0 Serial Number:0解决 ...

Tue Oct 16 20:41:00 CST 2012 0 3182
ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist

Oracle 设置默认数据库 如果我们的服务器上或者电脑上安装了多个数据库,当我们使用sqlplus时如果为指定数据库时登录到的是哪一个数据库呢?今天遇到了一个老问题: ORA-01034: ORACLE not available ORA-27101: shared memory ...

Mon Sep 14 02:52:00 CST 2015 0 2017
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM