Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Help me please.
Sybrand Bakker <postbus_at_sybrandb.demon.nl> wrote:
> "ftp" <shyan_at_cse.cuhk.edu.hk> wrote in message > news:9r6q1v$7d2$3_at_eng-ser1.erg.cuhk.edu.hk...
> DriverManager.getConnection("jdbc:oracle:thin:@:1588localhost:sid","username > ","password");
Sorry for any inconvenient. However, in my situation, time is a very
importanat factor. I cannot waste a lot of time to see the documentation.
My requirement is that I can connect to Oracle, no other things.
I'm not a DBA or DBO to Oracle. I'm just a student. I must setup my Oracle
as quicly as possible in order to start my real work. Installation of
Oracle is only a preparation step in my project. I don't want to waste a
lot of time on it.
Hoping that all of you can understand me.
Sorry for any inconvenient.
At last, I use OCI driver in stead of thin driver to connect to the
database.
Can anyone tell me why I can't use thin driver?
What's wrong in this line?
Connection conn =
DriverManager.getConnection("dbc:oracle:thin:@localhost:1521:sid","username","password");
> Could you *PLEASE* stop posting your questions to every Oracle newsgroup, or > crosspost if you think you really need to do it. You're wasting bandwith and > you won't get a bigger and better audience as most people responding here > monitor all groups. Also, when you post in succession, no one will see the > answers in other newsgroups and see the request has already been answered.
> Regards,
> Sybrand Bakker
> Senior Oracle DBA
--Received on Wed Oct 24 2001 - 13:09:03 CDT
![]() |
![]() |