Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Configuring JDev with Oracle
Thanks a lot.
Maybe it could help someone else in the same case.
Type : Oracle (JDBC)
Authentification. Username : SYS. Password : **. Role : SYSDBA
Connection. Driver : thin. HostName : localhost. JDBC Port : 1521. SID :
high
> On Mon, 16 Sep 2002 20:58:27 +0200, Biere wrote:
>
> > Hello everybody.
> >
> > Easy question. I apologize for it ! But i don't find the solution.
> >
> > I have installed JDeveloper9i and Oracle9i on my computer.
> >
> > An Oracle HTTP Server is opened.
> >
> > Oracle HTTP Server Powered by Apache/1.3.22 (Win32) mod_plsql/3.0.9.8.3b
> > mod_ssl
> > /2.8.5 OpenSSL/0.9.6b mod_fastcgi/2.2.12 mod_oprocmgr/1.0 mod_perl/1.25
> > running...
> >
> > So next, i had wanted to try the connection to the database. I opened
> > JDev. I tried to create a new Database Connection. And here i really
> > don't know which one to choose for 'Connection Type' : Oracle JDBC,
> > JDBC-ODBC bridge, Oracle Lite, Third Party JDBC driver. I tried all of
> > them but it didn't work.
> >
> > If someone can tell me which connection i have to pick, i would be very
> > pleased.
> >
> > Ronan Biere.
>
> Just to get started, use the thin driver. It almost never fails.
> You don't need the Apache stuff. From JDeveloper9i, just create a new
> database connection, enter the host, port, sid, userid password and
> deploy password. Then test the connection, there is a test page in the
> notebook control. If the connection works, you can use it for your
> projects.
>
> If you just want to write code that connects to the database, you don't
> need aforementioned connection.
> --
> Cheers,
>
> dmz17 --- If I had an Xbox it would run Linux ---
Received on Tue Sep 17 2002 - 01:32:25 CDT