由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - Oracle connection problem
相关主题
问个关于JDBC和MySQl的问题Oracle8i能装在Win2000下吗?
[转载] jdbc/odbc MS Access file creation questionhelp on oracle!!
Re: Web DatabaseJDBC<======================>Oracle8i
Is that possible for Applet to access the Oracle?how to connect to remote Oracle database, help me!!!
want help on RDBMSOracle中的long type 应该如何load?
[转载] Whcich DB Software to Install?how to improve the performance of Oracle Insert operation?
ORACLE Pro*C 远程接续一问?我的oracle 怎么了?
用Servlet显示数据库里的数据,分页的? (很实际的问题)Enmergency: Oracle Driver, Thanks a lot
相关话题的讨论汇总
话题: oracle话题: connection话题: import话题: problem话题: public
进入Database版参与讨论
1 (共1页)
z**w
发帖数: 3
1
I installed Oracle 8.1.5 on my PC and got the connection problem.
I use the following code to test, the compile was fine but failed to get the
result.
import java.sql.*;
import java.math.*;
import java.io.*;
import oracle.jdbc.driver.*;
public class JDBCVersion
{
public static void main (String args []) throws SQLException,
IOException, ClassNotFoundException
{
// Load the Oracle JDBC driver
Class.forName("oracle.jdbc.driver.OracleDriver");
Connection conn = DriverManager.getConnection
"j
k**e
发帖数: 86
2
lack of oracle???.jar

【在 z**w 的大作中提到】
: I installed Oracle 8.1.5 on my PC and got the connection problem.
: I use the following code to test, the compile was fine but failed to get the
: result.
: import java.sql.*;
: import java.math.*;
: import java.io.*;
: import oracle.jdbc.driver.*;
: public class JDBCVersion
: {
: public static void main (String args []) throws SQLException,

1 (共1页)
进入Database版参与讨论
相关主题
Enmergency: Oracle Driver, Thanks a lotwant help on RDBMS
question on JOIN on Oracle[转载] Whcich DB Software to Install?
这里有人对sqlj熟悉吗, 有个很急的问题?ORACLE Pro*C 远程接续一问?
Need help on JDBC and oracle setup用Servlet显示数据库里的数据,分页的? (很实际的问题)
问个关于JDBC和MySQl的问题Oracle8i能装在Win2000下吗?
[转载] jdbc/odbc MS Access file creation questionhelp on oracle!!
Re: Web DatabaseJDBC<======================>Oracle8i
Is that possible for Applet to access the Oracle?how to connect to remote Oracle database, help me!!!
相关话题的讨论汇总
话题: oracle话题: connection话题: import话题: problem话题: public