You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mario Henley Becerril Geldis <he...@uaemex.mx> on 2002/07/25 18:05:08 UTC

connection type....


  I have some scripts under win2000, this run fine, but when i try run
this under Linux, doesn't run...

  If change the connection string, run fine...why..??


  WIN2000 connection string:

DBABeanTest.createConnection("oracle.jdbc.driver.OracleDriver","jdbc:oracle:thin:@www.domain:1521:aaaa","wwww","rrrr");


  Linux


 DriverManager.getConnection ("jdbc:oracle:thin:@(DESCRIPTION
=(ADDRESS_LIST =(ADDRESS 
= (PROTOCOL = TCP)(HOST = 192.168.200.10)(PORT = 1521)))(CONNECT_DATA
=(SERVICE_NAME = aaaa(SRVR 
= DEDICATED)))","wwww","rrrr");



  any ideas..??


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>