Managing Databases using Enterprise Manager (MOSC)

MOSC Banner

Usage Of ASH Analytics In EM 13.3 PG & 13.4 Releases (Doc ID 2580773.1)

edited Oct 27, 2020 1:05PM in Managing Databases using Enterprise Manager (MOSC) 4 commentsAnswered

Hello

I made procedure like described in "Usage Of ASH Analytics In EM 13.3 PG & 13.4 Releases (Doc ID 2580773.1)":

For DB 12.1.0.2 and 12.2 Pluggable Databases (PDB):

Download the attached file,  'ash_analysis_package.sql'

For each PDB, follow the below procedure.

1. Log into the PDB with sqlplus as the DBSNMP user

2. Execute the downloaded script:

@ash_analysis_package.sql

3. Connect in the PDB as SYS

4. Execute the following command:

create public synonym omc_ash_viewer for dbsnmp.omc_ash_viewer;

---

Validation

Once the package is installed, we can validate if the necessary objects were created at database level.

For 12c DBs:

SQL> select owner, object_name, object_type, created from dba_objects where bject_name like '%ASH_VIEWER%';

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center