oracle conn解决思路

oracle conn我在用创建的用户conn时出现下面的问题conn us/pwERROR:ORA-01034: ORACLE not availableORA-2

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 啊?


-- 有些事情,你先尝试一下,再来问为什么,好不好?
-- 当然可以两步到位(方法多多撒)!

C:\Documents and Settings\Administrator>sqlplus  / as sysdba

SQL*Plus: Release 10.2.0.1.0 - Production on 星期三 8月 31 13:17:57 2011

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

已连接到空闲例程。

idle> startup
ORACLE 例程已经启动。

Total System Global Area  612368384 bytes
Fixed Size                  1250428 bytes
Variable Size             213912452 bytes
Database Buffers          390070272 bytes
Redo Buffers                7135232 bytes
数据库装载完毕。
数据库已经打开。
[解决办法]
-- 你是怎么尝试的,出什么错?你就不能将你的操作代码及出错代码贴出来 ?
[解决办法]
引用:
-- 你是怎么尝试的,出什么错?你就不能将你的操作代码及出错代码贴出来 ?


-- 如果你的数据库已经启动,你再去执行启动命令的话,当然会出错!
-- 不将你的操作代码及出错信息贴出来,谁也帮不了你!