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