I am trying to connect oracle db to oracle db I tried to create database link on toad like this.
CREATE DATABASE LINK boston
CONNECT TO admin IDENTIFIED BY 'mypassword'
USING 'host=192.168.1.65 dbname=sales';
It is created with no error but not working properly.
I need working "create database link" format with using ip address and service name.
Oracle Host to connect ip: 192.168.1.65
oracle version: 10g
Service name: xe
Table name: sales