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 -> jdbc connection problem

jdbc connection problem

From: Xavier Graņo <xavier.granyo_at_redestb.es.NOSPAM>
Date: Wed, 25 Aug 1999 20:25:47 +0200
Message-ID: <37C4352A.55948F68@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 Wed Aug 25 1999 - 13:25:47 CDT

Original text of this message

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