-- --Original Message-- --
> I 'd like to know root cause of the error and how to fix it.
Keeping in mind that it has been a long time since I have worked on 8.0,
here are some possibilities:
The database link connects to a user other than the owner of the master
table, and that user does not have select permission on the master table.
(NOTE: for snapshot refreshes that are not complete refreshes, the database
link user also needs select on the mlog$ table.)
The database link connects to a user other than the owner of the master, but
there is no public synonym and the select statement doesn 't specify the
owner of the table.
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To unsubscribe send email to: oracle-l-request@(protected)
put 'unsubscribe ' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --