日期:2014-05-17  浏览次数:21040 次

oracle conn
我在用创建的用户conn时出现下面的问题

conn us/pw
ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory  
怎么处理!


------解决方案--------------------
数据库启动有问题
------解决方案--------------------
-- 数据库没起动?
-- 在cmd下这样试试:
C:\Documents and Settings\Administrator>sqlplus /nolog

SQL*Plus: Release 10.2.0.1.0 - Production on 星期三 8月 31 11:03:29 2011

Copyright (c) 1982, 2005, Oracle. All rights reserved.

idle> conn / as sysdba
已连接到空闲例程。
idle> startup
ORACLE 例程已经启动。

Total System Global Area 612368384 bytes
Fixed Size 1250428 bytes
Variable Size 205523844 bytes
Database Buffers 398458880 bytes
Redo Buffers 7135232 bytes
数据库装载完毕。
数据库已经打开。
------解决方案--------------------
数据库可能关闭了 查看是否已经打开数据库
------解决方案--------------------
探讨

为什么先要conn / as sysdba 之后才能conn username/password 啊?

------解决方案--------------------
-- 你是怎么尝试的,出什么错?你就不能将你的操作代码及出错代码贴出来 ?
------解决方案--------------------
探讨

-- 你是怎么尝试的,出什么错?你就不能将你的操作代码及出错代码贴出来 ?