Enum Class OracleConfigurationProperty

java.lang.Object
java.lang.Enum<OracleConfigurationProperty>
org.odpi.openmetadata.adapters.connectors.oracle.controls.OracleConfigurationProperty
All Implemented Interfaces:
Serializable, Comparable<OracleConfigurationProperty>, Constable

public enum OracleConfigurationProperty extends Enum<OracleConfigurationProperty>
OracleConfigurationProperty provides definitions for the configuration properties used with the oracle connectors.
  • Enum Constant Details

    • HOST_IDENTIFIER

      public static final OracleConfigurationProperty HOST_IDENTIFIER
      The host IP address or domain name of the database server.
    • PORT_NUMBER

      public static final OracleConfigurationProperty PORT_NUMBER
      The number of the port to use to connect to the database server.
    • SERVER_NAME

      public static final OracleConfigurationProperty SERVER_NAME
      The name of the database server being catalogued.
    • DATABASE_NAME

      public static final OracleConfigurationProperty DATABASE_NAME
      The name of the pluggable database (PDB)/service being catalogued.
    • DATABASE_USER_ID

      public static final OracleConfigurationProperty DATABASE_USER_ID
      The userId to store in the userId attribute of the connection.
    • DATABASE_PASSWORD

      public static final OracleConfigurationProperty DATABASE_PASSWORD
      The password to store in the clearPassword attribute of the connection.
    • SCHEMA_NAME

      public static final OracleConfigurationProperty SCHEMA_NAME
      The name of the database schema (Oracle user) being catalogued.
    • SCHEMA_DESCRIPTION

      public static final OracleConfigurationProperty SCHEMA_DESCRIPTION
      The description of the database schema being catalogued.
    • TABLE_NAME

      public static final OracleConfigurationProperty TABLE_NAME
      The name of the database table being catalogued.
    • TABLE_DESCRIPTION

      public static final OracleConfigurationProperty TABLE_DESCRIPTION
      The description of the database table being catalogued.
    • EXCLUDE_DATABASE_LIST

      public static final OracleConfigurationProperty EXCLUDE_DATABASE_LIST
      Provides a list of pluggable database (PDB) names that should not be catalogued.
    • INCLUDE_DATABASE_LIST

      public static final OracleConfigurationProperty INCLUDE_DATABASE_LIST
      Provides a list of pluggable databases (PDBs) that should be catalogued. If not set, or null, or *, all PDBs except the excluded databases are catalogued.
    • FRIENDSHIP_GUID

      public static final OracleConfigurationProperty FRIENDSHIP_GUID
      Unique identifier of the integration connector that is able to catalog the contents of an Oracle pluggable database.
    • ADDITIONAL_CONNECTION_PROPERTIES

      public static final OracleConfigurationProperty ADDITIONAL_CONNECTION_PROPERTIES
      Additional properties passed straight through to the Oracle JDBC driver - for example, remarksReporting=true is needed to retrieve table/column comments via DatabaseMetaData, and oracle.jdbc.timezoneAsRegion=false avoids timezone conversion errors against certain PDB configurations.
  • Field Details

    • name

      public final String name
    • description

      public final String description
    • dataType

      public final String dataType
    • example

      public final String example
    • isPlaceholder

      public final boolean isPlaceholder
  • Method Details

    • values

      public static OracleConfigurationProperty[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static OracleConfigurationProperty valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getName

      public String getName()
      Return the name of the request parameter.
      Returns:
      string name
    • getDescription

      public String getDescription()
      Return the description of the configuration property.
      Returns:
      text
    • getDataType

      public String getDataType()
      Return the data type for the configuration property.
      Returns:
      data type name
    • getExample

      public String getExample()
      Return an example of the configuration property to help users understand how to set it up.
      Returns:
      example
    • isPlaceholder

      public boolean isPlaceholder()
      Return whether this value is also used as a placeholder property.
      Returns:
      boolean
    • getOracleServerIntegrationConnectorNames

      public static List<String> getOracleServerIntegrationConnectorNames()
      Get recognizedConfigurationProperties for the Oracle Database Server Integration connector.
      Returns:
      list of property names
    • getOracleServerConfigurationPropertyTypes

      public static List<ConfigurationPropertyType> getOracleServerConfigurationPropertyTypes()
      Retrieve the defined configuration properties for the Oracle Database Server integration connector.
      Returns:
      list of configuration property types
    • getOracleTabularDataSourceConfigPropertyNames

      public static List<String> getOracleTabularDataSourceConfigPropertyNames()
      Get recognizedConfigurationProperties for the Oracle tabular data source resource connector.
      Returns:
      list of property names
    • getOracleTabularDataSourceConfigurationPropertyTypes

      public static List<ConfigurationPropertyType> getOracleTabularDataSourceConfigurationPropertyTypes()
      Retrieve the defined configuration properties for the Oracle tabular data source connector
      Returns:
      list of configuration property types
    • getConfigurationPropertyTypes

      public static List<ConfigurationPropertyType> getConfigurationPropertyTypes()
      Retrieve all the defined configuration properties
      Returns:
      list of configuration property types
    • getConfigurationPropertyType

      public ConfigurationPropertyType getConfigurationPropertyType()
      Return a summary of this enum to use in a connector provider.
      Returns:
      request parameter type
    • toString

      public String toString()
      Output of this enum class and main value.
      Overrides:
      toString in class Enum<OracleConfigurationProperty>
      Returns:
      string showing enum value