Package org.odpi.openmetadata.adapters.connectors.oracle.survey


package org.odpi.openmetadata.adapters.connectors.oracle.survey
  • Classes
    Class
    Description
    OracleDatabaseStatsExtractor gathers the same measurements as the PostgreSQL equivalent (org.odpi.openmetadata.adapters.connectors.postgres.survey.PostgresDatabaseStatsExtractor) but sources them from Oracle Database's data dictionary views (v$pdbs, cdb_data_files, all_tables, all_views, all_mviews, all_tab_columns, all_tab_col_statistics, all_tab_histograms, all_tab_modifications, dba_segments) instead of pg_catalog.
    OracleDatabaseSurveyActionProvider is the OCF connector provider for the Oracle pluggable database survey action service.
    OracleDatabaseSurveyActionService surveys the content of a particular Oracle pluggable database.
    OracleServerSurveyActionProvider is the OCF connector provider for the Oracle Database Server survey action service.
    JDBCResourceConnector provides basic implementation of DataSource interface in order to get a Connection to target database.