Oracle PL/SQL Script Sources > Create a catalog source in Metadata Command Center > Step 2. Configure capabilities
  

Step 2. Configure capabilities

When you configure the Oracle PL/SQL Script catalog source, you define the settings for the metadata extraction capability.
The metadata extraction capability extracts source metadata from external source systems. You can also configure other capabilities that the catalog source includes.
You can save the catalog source configuration at any point after you enter the connection information. After you save the catalog source, you can choose to run the catalog source job. To run the job once, click Run. To run metadata extraction and other capabilities on a recurring schedule, configure schedules on the Schedule tab.

Configure metadata extraction

When you configure the Oracle PL/SQL Script catalog source, you choose you choose a runtime environment, define filters, and enter configuration parameters for metadata extraction.
    1In the Connection and Runtime area, choose a serverless runtime environment or the Secure Agent group where you want to run catalog source jobs.
    Note:
    Serverless runtime environment options are available if the catalog source works with a serverless runtime environment.
    2Choose to retain, delete, or deprecate objects that are deleted from the source system in the catalog with the Metadata Change Option.
    Note:
    You can also change the configured metadata change option when you run a catalog source.
    3In the Filters area, define one or more filter conditions to apply to metadata extraction:
    1. aSelect Yes to view filter options.
    2. bFrom the Include/Exclude list, choose to include or exclude metadata based on the filter parameters.
    3. cFrom the Select the object type list, select Script Path.
    4. dIn the Enter a value to specify the object location dialog box, enter the script path as the filter value.
    5. Filters can contain the following wildcard characters:
      Don't use wildcard characters in file paths. To enter a path hierarchy, use separators, such as a period or a slash, which the source system allows.
      The following image shows the filters condition:
      The image shows filter conditions for the Oracle PL/SQL Script catalog source. You can select to include or exclude metadata from objects and specify the object location.
    6. eOptionally, to define an additional filter with an OR condition, click the plus icon.
    4In the Configuration Parameters area, enter configuration parameters.
    The following table describes the properties that you can enter:
    Property
    Description
    Scripts Root Directory Path
    Path to the remote SQL script root directory.
    Default Schema
    Default schema for the SQL script processing.
    The following table describes the properties that you enter for additional settings:
    Note:
    The
    Additional Settings
    section appears when you click
    Show Advanced
    .
    Property
    Description
    MetaTables Include Filter
    Advanced parameter. Use this parameter if you want Metadata Command Center to read the content from tables or views when processing dynamic SQL statements.
    Expert Parameters
    Enter additional configuration options to be passed at runtime. Required if you need to troubleshoot the catalog source job.
    Caution:
    Use expert parameters when it is recommended by Informatica Global Customer Support.
    5Configure additional capabilities for the catalog source by clicking on the tabs.

Filter examples

Use filter conditions to extract metadata from Oracle PL/SQL Script project sources.
Each pattern may contain wildcards.
Consider that the Scripts Root Directory Path is configured as /users/opt/input.
You can choose one of the following sample filters to enter in the Oracle PL/SQL Script filters parameter:
Sample syntax
Action
folder1/script1.sql
Includes or excludes metadata from the script named script1.sql located in the path /users/opt/input/folder1/.
folder1/*.sql
Includes or excludes metadata from all scripts with SQL extension stored in the path /users/opt/input/folder1/.
*
Includes or excludes metadata from all scripts stored in the path /users/opt/input/.
folder1/script?.sql
Includes or excludes metadata from all scripts with SQL extension and names that start with 'script' followed by a single character, stored in the path /users/opt/input/folder1/. For example - folder1/script1.sql, folder1/script2.sql.
folder1*/script1.sql
Includes or excludes metadata from the script named script1.sql located in a directory with a name that starts with 'folder1' followed by zero or more characters.
folder1/folder2/**/*.sql
Includes or excludes metadata from all scripts with SQL extensions from folder2 as well as any subfolders within folder2.
folder1/folder2/*, folder1/folder2/, or folder1/folder2
Includes or excludes metadata from all scripts from folder2 as well as any subfolders within folder2.
To include or exclude multiple objects, click the plus icon to add filters with the OR condition.

Configure lineage discovery

Enable the lineage discovery capability and use CLAIRE to build complete lineage by recommending endpoint catalog source objects to assign to reference catalog source connections.
    1Click the Lineage Discovery tab.
    2Select Enable Lineage Discovery.
    3In the Filters area, define one or more filter conditions to apply for lineage discovery.
    To define filters, you can choose to select catalog source types, asset groups, or enter a catalog source name or search from a list of catalog sources.
    1. aSelect Yes to view filter options.
    2. bFrom the Include/Exclude list, choose to include or exclude catalog sources for lineage discovery based on the filter parameters.
    3. cFrom the filter type list, select catalog source type, catalog source name, or asset group.
    4. dIn the filter value field, select the required catalog source types, or click the Search button and select catalog sources or asset groups.
    5. Filters can contain the asterisk wildcard to represent multiple characters or empty text.
      The filter options appear.The filter options include multiple filter conditions that you can choose.
      Examples:
      Note:
      You can't add more than one include or exclude filter for the same filter type.
    6. eOptionally, to define an additional filter with an AND condition, click the Add icon.
    7. For more information about lineage discovery, see Lineage discovery.