Table of Contents

Search

  1. Preface
  2. Using Metadata Manager
  3. Configuring Metadata Manager
  4. Application Resources
  5. Business Glossary Resources
  6. Business Intelligence Resources
  7. Custom Resources
  8. Data Integration Resources
  9. Data Modeling Resources
  10. Database Management Resources
  11. Universal Resources
  12. Managing Resources
  13. Loading and Monitoring Resources
  14. Managing Permissions
  15. Resource Migration
  16. Repository Migration
  17. Appendix A: Metadata Manager Login
  18. Appendix B: Metadata Manager Properties Files
  19. Appendix C: Resource Configuration Files
  20. Appendix D: Glossary

Metadata Manager Administrator Guide

Metadata Manager Administrator Guide

JDBC Configuration Properties

JDBC Configuration Properties

Update the configuration properties when you create or edit a JDBC resource.
The following table describes the JDBC configuration properties:
Property
Description
Agent URL
Host name and port number of the Metadata Manager Agent. You can use the Metadata Manager Agent installed on any machine.
For example:
http://localhost:19980
Source system version
Name and version of the metadata source.
Driver location
Path to the JDBC driver JAR file. Separate multiple values with a semicolon (;). If required, copy the JAR file to the Windows machine on which the Metadata Manager Agent is installed.
The driver path is relative to the Metadata Manager Agent location. If you specify the file name without specifying the path, verify that the JAR file is in the classpath of the machine that runs the Metadata Manager Agent.
For example, the data driver for IBM DB2/iSeries is in the following directory:
<Informatica installation directory>\services\MetadataManagerService\utilities\mmcmd\lib
Driver class
Name of the Java class that implements the JDBC driver interface. Specify the full name including the package name.
For example:
com.informatica.jdbc.db2.DB2Driver
URL
JDBC URL to connect to the database. Metadata Manager uses this URL to verify connection information to the database. The value that you specify depends on the database and the driver that you use.
For example:
jdbc:informatica:db2://host_name:port;LocationName=<location name>;PackageCollection=<package collection>
The default port number of the IBM DB2/iSeries server is 446.
User
Name of the user account used to connect to the database.
Password
Password for the user account used to connect to the database.
Catalog
Catalog name that Metadata Manager uses to filter metadata. The catalog is a container for schemas and global objects.
The catalog is not relevant for all relational databases. For example, IBM DB2/iSeries does not use a catalog.
Schema
Schema name that Metadata Manager uses to filter metadata. Separate multiple values with a semicolon (;).
If you do not specify a schema name, Metadata Manager loads the first schema in the list of available schemas sorted in ascending alphabetic order.
Case sensitivity
Case sensitivity setting for the metadata source database.
Select one of the following options:
  • Auto. The Metadata Manager Agent uses the JDBC driver that you specify in the
    Driver path
    property to determine whether the database is case sensitive. If the driver cannot check case sensitivity, the Metadata Manager Agent assumes that the database is not case sensitive.
  • Case sensitive
  • Case insensitive
Default is Auto.
View definition extracting SQL
Database-specific SQL query to extract the view definitions. The query must return results with a single column that contains the view definition text.
If you do not enter a query, data lineage between views and their source tables is not built.
For example, you can enter the following query for IBM DB2/iSeries:
SELECT TABLE_SCHEMA, TABLE_NAME, VIEW_DEFINITION FROM QSYS2.SYSVIEWS WHERE TABLE_SCHEMA IN (?)
Synonyms lineage SQL
Database-specific SQL query to extract the synonym information for tables and views.
This property is reserved for future use.
Optional scope
Optional data structures to import such as keys, indexes, and stored procedures.
To import optional data structures, click
Select
and choose the data structures to import.
You must specify the connection information for the JDBC source before you can select the optional data structures to import.

0 COMMENTS

We’d like to hear from you!