LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 867|回复: 6

安装后不能运行图形界面,但能连接数据库

[复制链接]
发表于 2003-6-7 15:19:04 | 显示全部楼层 |阅读模式
我使用的是oracle9.2.0
安装后我用sqlplus连接数据库
sqlplus scott/tiger@oracle  就可以进入数据库了。(oracle是我的数据库SID,也就是数据库的连接字符串。)
如果只是通过sqlplus scott然后回车,在提示符下输入密码的话,可能连接不上数据库
在这顺便提一下,为后来的兄弟少走点弯路

不过我想运行数据库配置助手DBCA
我这个版本的命令就是:dbca
有些版本是:dbassist(8.0版的)
不过提示
[oracle@linuxsir oracle]$ dbca
/opt/oracle/jre/1.1.8/bin/../lib/i686/green_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
Unable to initialize threads: cannot find class java/lang/Thread
Could not create Java VM
我只要运行的是图行界面的东东,就是出现这个提示
我想不会是我的glibc版本太高了,还请晓得的兄弟教我,谢了!
发表于 2003-6-9 15:01:30 | 显示全部楼层

我和兄弟的问题一样。

呵呵,真是苦死了,在rh9下装了一个下午,结果如此,真是伤心。
发表于 2003-6-9 15:29:38 | 显示全部楼层
我连接也不行~~~
[oracle@ias oracle]$ sqlplus scott/tiger

SQL*Plus: Release 9.2.0.1.0 - Production on Mon Jun 9 12:58:08 2003

Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.

ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory


Enter user-name:







[oracle@ias oracle]$ sqlplus scott/tiger@test

SQL*Plus: Release 9.2.0.1.0 - Production on Mon Jun 9 12:59:14 2003

Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.

ERROR:
ORA-12545: Connect failed because target host or object does not exist


Enter user-name:
 楼主| 发表于 2003-6-9 16:49:21 | 显示全部楼层
呵呵~~~~! 我今天用也连不上了也出现兄弟说的问题了。我上午才发了帖子求救,我现在把内容粘了过来,好集中解决问题。
我昨天在redhat9.0上安装好oracle9i后
能够通过sqlplus scott/tiger@oracle进行连接
不过,今天就不行了
提示:
[oracle@linuxsir oracle]$ sqlplus scott/tiger@oracle

SQL*Plus: Release 9.2.0.1.0 - Production on Mon Jun 9 13:24:07 2003

Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory
我又用另一个账号连接,提示:
[oracle@linuxsir oracle]$ sqlplus internal

SQL*Plus: Release 9.2.0.1.0 - Production on Mon Jun 9 13:21:46 2003

Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

Enter password:
ERROR:
ORA-09275: CONNECT INTERNAL is not a valid DBA connection
不知为什么会这样,昨天还好好的,是不是我还要完成什么歨骤才行呢?
发表于 2003-6-10 14:33:15 | 显示全部楼层
出现这种现象是由于ORACLE例程没有启动,缺省情况下ORACLE数据库是不会自动启动的,启动数据库就好了:
[oracle@mdk-linux oracle]$ sqlplus /nolog

SQL*Plus: Release 9.2.0.1.0 - Production on Tue Jun 10 14:26:38 2003

Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.

SQL> conn as sysdba
Enter user-name: sys
Enter password:
Connected to an idle instance.
SQL> startup
ORACLE instance started.

Total System Global Area   86577352 bytes
Fixed Size                   450760 bytes
Variable Size              50331648 bytes
Database Buffers           25165824 bytes
Redo Buffers               10629120 bytes
Database mounted.
Database opened.
这时,就可以通过以下命令连接数据库了:
[oracle@mdk-linux oracle]$ sqlplus scott/tigger
如果要通过网络连接,还需要启动监听器:
[oracle@mdk-linux oracle]$ lsnrctl start
[oracle@mdk-linux oracle]$ sqlplus scott/tigger@test
 楼主| 发表于 2003-6-10 16:43:55 | 显示全部楼层
谢谢兄弟解惑了,呵呵~~~~
发表于 2003-6-10 17:01:25 | 显示全部楼层
呵呵~~~ok了!!!!!!!!!!!!oh!yeah~~~~~`
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表