hi all...
i faced the error when i exec the procedure
ORA-04054: database link ABC.MY does not exist
i run his procedure in TESTING database, i want
to insert the data into TESTING database whereby data is select from ABC database.
below is one part of my procedure. i using the cursor to select data.
and insert to the table. (mc)
cursor c_photo (p_fid varchar2) is
select docno, nation, mugshot, credt
from
ms@ABC.MY
where docno = p_fid