Máte přístup k all_tables
zobrazit přes dblink:
select owner, table_name
from example@sqldat.com
order by owner, table_name;
Máte přístup k all_tables
zobrazit přes dblink:
select owner, table_name
from example@sqldat.com
order by owner, table_name;