Hi,
I'm trying to INSERT name(column values) into cust_type from tpt_cust_type table which is in other DB.(Username MN2
Connect:uti).
Table cust_type has only one col.
insert into cust_type
select name from tpt_cust_type.mn2@uti
Getting error:
ORA-02019: connection description for remote database not found..
Any Help
I'm trying to INSERT name(column values) into cust_type from tpt_cust_type table which is in other DB.(Username MN2
Connect:uti).
Table cust_type has only one col.
insert into cust_type
select name from tpt_cust_type.mn2@uti
Getting error:
ORA-02019: connection description for remote database not found..
Any Help