- 论坛徽章:
- 0
|
具体情况如下:
1、启动监听服务:
[oracle@lusy 3006854]$ lsnrctl start
LSNRCTL for Linux: Version 9.2.0.4.0 - Production on 17-SEP-2
006 17:30:06
Copyright (c) 1991, 2002, Oracle Corporation. All rights res
erved.
Starting /opt/oracle/product/9.2/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 9.2.0.4.0 - Production
Log messages written to /opt/oracle/product/9.2/network/log/l
istener.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=lusy)
(PORT=1521)))
Connecting to (ADDRESS=(PROTOCOL=tcp)(PORT=1521))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version 9.2.0.4. 0 - Production
Start Date 17-SEP-2006 17:30:06
Uptime 0 days 0 hr. 0 min. 0 sec
Trace Level off
Security OFF
SNMP OFF
Listener Log File /opt/oracle/product/9.2/network/log /listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=lusy)(PORT=1521)) )
The listener supports no services
The command completed successfully
2、连接数据库:
[oracle@lusy 3006854]$ sqlplus /nolog
SQL*Plus: Release 9.2.0.4.0 - Production on Sun Sep 17 17:32:21 2006
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
SQL> conn / as sysdba
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 42742804 bytes
Fixed Size 451604 bytes
Variable Size 41943040 bytes
Database Buffers 204800 bytes
Redo Buffers 143360 bytes
Database mounted.
Database opened.
3、启动oemapp图形工具报错信息:
[oracle@lusy 3006854]$ oemapp dbastudio
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
c(z
java.lang.NullPointerException
at oracle.ewt.lwAWT.BufferedApplet.<init>(Unknown Source)
at oracle.sysman.emSDK.client.appContainer.WebApplication.<init>(WebApplication.java:751)
at oracle.sysman.vt.console.app.Console.<init>(Console.java:149)
at oracle.sysman.emSDK.client.appContainer.WebApplication.main(WebApplication.java:3315)
at oracle.sysman.vtx.vtxOemApp.OemJavaLauncher.executeClass(OemJavaLauncher.java:223)
at oracle.sysman.vtx.vtxOemApp.OemJavaLauncher.launch(OemJavaLauncher.java:16
at oracle.sysman.vtx.vtxOemApp.OemApp.launch(OemApp.java:222)
at oracle.sysman.vtx.vtxOemApp.OemApp.main(OemApp.java:80)
4、java 版本:
[oracle@lusy 3006854]$ java -version
java version "1.5.0_05"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-b05)
Java HotSpot(TM) Client VM (build 1.5.0_05-b05, mixed mode)
请各位大侠帮忙看看,谢谢!!! |
|