How To Run Awr Report From A Remote Database Using Db Link
(Doc ID 2592373.1)
Last updated on MAY 12, 2020
Applies to:
Oracle Database - Enterprise Edition - Version 12.1.0.2 and laterInformation in this document applies to any platform.
Goal
Trying to run that function from a remote db using a db link but getting an error "ORA-00980: synonym translation is no longer"
goal is to extract awr report from a remote db using a db link
statement being used:
select output from table(dbms_workload_repository.awr_report_html@epdatls(1290490660, 1, 97702,97703));
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |