Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: jdbc connection problem

Re: jdbc connection problem

From: He, Xiong Wei(Grandis) <grandisho_at_mail.com>
Date: Thu, 26 Aug 1999 19:28:17 +0800
Message-ID: <7q38cn$i2l@nntpb.cb.lucent.com>


Hi,

    There are no more paramters in JDBC Connect String. You should config TNS Listnerfile, i.e. listener.ora .

Grandis,
Sincerely

Xavier Graņo <xavier.granyo_at_redestb.es.NOSPAM> wrote in message news:37C4352A.55948F68_at_redestb.es.NOSPAM...
>
> Hi,
>
> I'm connecting my Java Servlet with out oracle system with jdbc
> but I need to connect it with the parameter server=dedicated activated,
> if I connect without it I connect correctly but I don't know how
> indicate
> to my jdbc connection string the parameter server=dedicated for use
> only the 1526 port and not use ports greather than 5000 for data
> transmission.
>
> Any idea, this is my connect string without the parameter:
>
> String url = "jdbc:oracle:thin:username/password_at_ip-adress:1521:gcf01";
>
> Where I indicate the dedicated parameter?????
>
> Thanks In Advanced,
>
>
Received on Thu Aug 26 1999 - 06:28:17 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US