Hello Guys,
I am using Oracle 8174 as local database (on windows2000 server) and 11g (on windows 2003 server) as remote database.
I want to insert data into remote table using DBLINK as follows :-
insert into remote_data@link11g (SELECT name,add,desgn,city,mob_no FROM local_DATA WHERE city like 'ABC')
/
it returns errorĀ ---
ERROR at line 1:
ORA-03113: end-of-file on communication channel
It works when insert data from 10g to 11g or 12c.
Any solution.
Thanks
Arvind