Hello fellas,
I have two Oracle VMs with same version of oracle 12c installed. VM1(bulldog) has database name "orcl" using dbca. For VM2(pitbull), i just installed the software, and didnt create any database. My goal was to backup, and clone the database from VM1 to VM2. I'm getting an error TNS-12543 when i do "tnsping orcl" from VM2. I have a tnsnames.ora files for each VMs with a definition of other .
When i do tnsping orcl or tnsping "ipaddress to host1(bulldog)"
i get the following
Copyright .........................................All rights reserved.
Used parameter files:
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = "ip address to host 1(bulldog)")(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orcl))
TNS-12543: TNS:destination host unreachable.
Please point me in the right direction. I would forever be in debt