Table of Contents

Search

  1. Preface
  2. Introduction to Data Validation Option
  3. Repositories
  4. XML Data Source
  5. Tests for XML Data Sources
  6. Connections
  7. Expressions
  8. Table Pairs
  9. Tests for Table Pairs
  10. Single-Table Constraints
  11. Tests for Single-Table Constraints
  12. Examples of Tests from Spreadsheets
  13. SQL Views
  14. Lookup Views
  15. Join Views
  16. Aggregate Views
  17. Business Intelligence and Reporting Tools Reports
  18. Dashboards
  19. DVOCmd Command Line Program
  20. Troubleshooting
  21. Datatype Reference
  22. Reporting Views
  23. Metadata Import Syntax
  24. Jasper Reports
  25. Glossary

Data Validation Option User Guide

Data Validation Option User Guide

meta_sv_view

meta_sv_view

The meta_sv_view view contains information about all SQL views and the relational table columns included in each SQL view. The view contains one record for each table column in each version of a SQL view.
The following table describes the view columns:
View Column
Description
sv_id
ID of the SQL view.
sv_name
Internal name of the SQL view.
sv_obj_id
ID of the table in the SQL view.
sv_version
Version of the SQL view.
sv_description
Description of the SQL view.
sv_comment
Comments about the SQL view.
sv_owner_name
Override for the owner name of the SQL view.
sv_conn_name
Name of the PowerCenter connection for all tables included in the SQL view.
sv_sql_query
SQL statement for the SQL view.
svf_name
Name of the column in the SQL view.
svf_business_name
Not used.
svf_datatype
Datatype of the column in the SQL view.
svf_precision
Precision of the column in the SQL view.
svf_scale
Scale of the column in the SQL view.
svf_is_key
Not used.

0 COMMENTS

We’d like to hear from you!