Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: jdbc connection problem
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
![]() |
![]() |