w*******l 发帖数: 14 | 1 下面是这段程序,运行时报的错误:
Io exception: Connection
refused(DESCRIPTION=(TMP=)(VSNNUM=153092352)(ERR=12505)(ERROR_STACK=(ERROR=(CO
DE=12505)(EMFI=4))))
断点跟踪,进入getConnection()语句,发现带入的参数都是空。为什么呢?是不是我设
的别的参数什么有问题:向Config library之类的,我加了
zip:///[C%|/oracle/ora92/jdbc/lib/classes111_g.jar]
zip:///[C%|/oracle/ora92/jdbc/lib/classes111.jar]
zip:///[C%|/oracle/ora92/jdbc/lib/classes12_g.jar]
zip:///[C%|/oracle/ora92/jdbc/lib/classes12.jar]
zip:///[C%|/oracle/ora92/jdbc/lib/classes12dms_g.jar]
zip:///[C%|/oracle/or |
|
w*******l 发帖数: 14 | 2 下面是这段程序,运行时报的错误:
Io exception: Connection
refused(DESCRIPTION=(TMP=)(VSNNUM=153092352)(ERR=12505)(ERROR_STACK=(ERROR=(CO
DE=12505)(EMFI=4))))
断点跟踪,进入getConnection()语句,发现带入的参数都是空。为什么呢?是不是我设
的别的参数什么有问题:向Config library之类的,我加了
zip:///[C%|/oracle/ora92/jdbc/lib/classes111_g.jar]
zip:///[C%|/oracle/ora92/jdbc/lib/classes111.jar]
zip:///[C%|/oracle/ora92/jdbc/lib/classes12_g.jar]
zip:///[C%|/oracle/ora92/jdbc/lib/classes12.jar]
zip:///[C%|/oracle/ora92/jdbc/lib/classes12dms_g.jar]
zip:///[C%|/oracle/or |
|
g*******l 发帖数: 6 | 3 【 以下文字转载自 Programming 讨论区,原文如下 】
发信人: GreatMall (DaXia), 信区: Programming
标 题: A silly question about oracle9i
发信站: The unknown SPACE (Fri Jun 28 14:23:50 2002) WWW-POST
I read from oracle8 book which indicate the system manager in line mode
is "svrmgrl30" on windows, and user could access it under oracle_home\bin\
directory. But I found there is no such a command for Oracle9i on windows
(the path is oracle\ora92\bin). So where is the tool located?
Thanks in advance. |
|
w*******l 发帖数: 14 | 4 I think the listener is running. at least I can access database using SQL+.
It seems that I have to reconfigure the JDBC setup for Oracle 9i, differenct
from oracle 8. I downloaded the new driver and set up, but still errors
occured. Faint!!
PS: here is the listener.ora. Is there some error? Thanks a LOT!!
# LISTENER.ORA Network Configuration File:
C:\oracle\ora92\network\admin\listener.ora
# Generated by Oracle configuration tools.
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDR |
|
g******e 发帖数: 15 | 5 reference dll path has been checked. system env variables可能是什么方
面问题呢?
比如在我PC的PATH:
D:\app\product\11.1.0\client_1\bin;
C:\Program Files\Microsoft DirectX SDK (June 2007)\Utilities\Bin\x86;
D:\oracle\product\11.1.0\client_1;
D:\oracle\ora92\bin;
C:\Program Files\Oracle\jre\1.3.1\bin;
C:\Program Files\Oracle\jre\1.1.8\bin;
%SystemRoot%\system32;
%SystemRoot%;%SystemRoot%\System32\Wbem;
C:\Program Files\Rational\common;
C:\Program Files\Rational\ClearCase\bin;
C:\Program Files\Microsoft SQL |
|