Boa tarde senhores.
De uma hora para outra minha conexão com um banco oracle passou a lançar a seguinte exceção:
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:
Utilizo JDBC configurado no hibernate.cfg.xml da seguinte forma:
private final String driverClass = "oracle.jdbc.OracleDriver";
private final String connURL = "jdbc:oracle:thin:********:1521:*****";
private final String user = "*****";
private final String pass = "*****";
Isso aconteceu sem mais nem menos.
O que pode ter acontecido?
Grato.