Ver Mensaje Individual
  #12 (permalink)  
Antiguo 30/03/2006, 11:48
Marko-Maia
 
Fecha de Ingreso: septiembre-2005
Mensajes: 4
Antigüedad: 18 años, 7 meses
Puntos: 0
Disculpen me podrian ayudar

Quiero conectarme a Oracle 9i, pero al momento de querer conectarme con

conn = DriverManager.getConnection("jdbc:oracle:thin:@10. 2.182.141:1521:orcl","scott","tiger");

me marca error al momento de correr el programa.

el error es:

java.sql.SQLException: Listener refused the connection with the following error:
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
The Connection descriptor used by the client was:
10.2.182.141:1521:orcl

ya registre el ojdbc14.jar,

Otra pregunta que es el SID?? y como lo obtengo??