Schema name prefix
862489Jun 12 2011 — edited Jun 12 2011I have a table in a remote database, a db link is created for the same
Should I prefix schemaname before the table name to access or else simply the tablename@dblink name is suffice?
select trn_id from trn_header@linkname or else
select trn_id from SCHEMANAME.trn_header@link name? where trn_header is a table of a different database
Thanks