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
数据库装载完毕。
数据库已经打开。
[解决办法]
数据库可能关闭了 查看是否已经打开数据库
[解决办法]