configure clone with same ip for different hostname
Im trying to configure clone with same ip address but enter the new hostname in the hosts. while im doing clone configuration below error has occured:
getConnectionUsingServiceName() -->
JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=test.stevta.com)(PORT=1591))(CONNECT_DATA=(SERVICE_NAME=TEST)))
Exception occurred: java.sql.SQLException: Listener refused the connection with the following error:
ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
Trying to connect using SID as ServiceName.DomainName
getConnectionUsingServiceName() -->
JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=test.stevta.com)(PORT=1591))(CONNECT_DATA=(SERVICE_NAME=TEST.stevta.com)))
0