ibm-information-center/dist/eclipse/plugins/i5OS.ic.db2_5.4.0.1/rbafzmstcatalogdef.htm

52 lines
3.3 KiB
HTML

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="dc.language" scheme="rfc1766" content="en-us" />
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<meta name="dc.date" scheme="iso8601" content="2005-09-19" />
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow"/>
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta name="keywords" content="catalog" />
<title>Catalog</title>
<link rel="stylesheet" type="text/css" href="ibmidwb.css" />
<link rel="stylesheet" type="text/css" href="ic.css" />
</head>
<body>
<a id="Top_Of_Page" name="Top_Of_Page"></a><!-- Java sync-link -->
<script language = "Javascript" src = "../rzahg/synch.js" type="text/javascript"></script>
<a name="catalogdef"></a>
<h2 id="catalogdef"><a href="rbafzmst02.htm#ToC_44">Catalog</a></h2><a id="idx119" name="idx119"></a>
<p>The database manager maintains a set of tables containing information about
objects in the database. These tables and views are collectively known as the <span class="italic">catalog</span>. The <span class="italic">catalog tables</span> contain
information about objects such as tables, views, indexes, packages, and constraints.</p>
<p>Tables and views in the catalog are similar to any other database tables
and views. Any user that has the SELECT privilege on a catalog table or view
can read the data in the catalog table or view. A user cannot directly modify
a catalog table or view, however. The database manager ensures that the catalog
contains accurate descriptions of the objects in the database at all times.</p>
<p>The database manager provides a set of views that provide more consistency
with the catalog views of other IBM&reg; SQL products and another set of catalog
views that provide compatibility with the catalog views of the ANSI and ISO
standard (called <span class="italic">Information Schema</span> in the standard).</p>
<p>If a schema is created using the CREATE SCHEMA statement, the schema will
also contain a set of views that only contain information about objects in
the schema.</p>
<p>For more information about catalog tables and views, see <a href="rbafzmstcatalog.htm#catalog">Appendix F. DB2 UDB for iSeries catalog views</a>.</p>
<hr /><br />
[ <a href="#Top_Of_Page">Top of Page</a> | <a href="rbafzmstauthown.htm">Previous Page</a> | <a href="rbafzmstappproc.htm">Next Page</a> | <a href="rbafzmst02.htm#wq1">Contents</a> |
<a href="rbafzmstindex.htm#index">Index</a> ]
<a id="Bot_Of_Page" name="Bot_Of_Page"></a>
</body>
</html>