78 lines
5.2 KiB
HTML
78 lines
5.2 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 lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<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="DC.Type" content="concept" />
|
|
<meta name="DC.Title" content="Database administration" />
|
|
<meta name="abstract" content="See several topics that can help you to manage your database." />
|
|
<meta name="description" content="See several topics that can help you to manage your database." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzahfadmin.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzahfaltermantable.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzahfcreatedbotable.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzahfdataintegrity.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzahfimportexportdata.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../rzaki/rzakikickoff.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzahfworkwithmultipledb.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzahftrigcontable.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzahfwritedb2programs.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzahfdbadmin" />
|
|
<meta name="DC.Language" 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. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Database administration</title>
|
|
</head>
|
|
<body id="rzahfdbadmin"><a name="rzahfdbadmin"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Database administration</h1>
|
|
<div><p>See several topics that can help you to manage your
|
|
database.</p>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="rzahfaltermantable.htm">Alter and manage database objects</a></strong><br />
|
|
The <span class="keyword">iSeries™</span> server
|
|
provides both SQL and system methods for altering and managing the database
|
|
objects you create. These links show you how to work with library, table,
|
|
view, journal, alias, and index objects.</li>
|
|
<li class="ulchildlink"><strong><a href="rzahfcreatedbotable.htm">Create database objects</a></strong><br />
|
|
The first step in developing your database is to create the objects that hold your data. This category covers both SQL and file-based methods for creating tables, views, and indexes (with SQL) as well as physical and logical files (with file-based methods).</li>
|
|
<li class="ulchildlink"><strong><a href="rzahfdataintegrity.htm">Ensure data integrity</a></strong><br />
|
|
<span class="keyword">iSeries™</span> provides
|
|
several different integrity measures, including constraints, trigger programs,
|
|
and commitment control.</li>
|
|
<li class="ulchildlink"><strong><a href="rzahfimportexportdata.htm">Import and export data between systems</a></strong><br />
|
|
Importing data is the process of retrieving data from external
|
|
sources, while exporting data is the process of extracting data from <span class="keyword">DB2 Universal Database™ for iSeries™</span> and copying the data to another
|
|
server.</li>
|
|
<li class="ulchildlink"><strong><a href="../rzaki/rzakikickoff.htm">Manage journals</a></strong><br />
|
|
You can use journal management to audit database and other activities on your server, as well as recover changes.</li>
|
|
<li class="ulchildlink"><strong><a href="rzahfworkwithmultipledb.htm">Work with multiple databases</a></strong><br />
|
|
Set up multiple independent user databases on your <span class="keyword">iSeries™</span>.
|
|
This topic describes how to use independent disk pools to configure multiple
|
|
databases.</li>
|
|
<li class="ulchildlink"><strong><a href="rzahftrigcontable.htm">Work with triggers and constraints</a></strong><br />
|
|
Triggers and constraints can be used to manipulate and manage data in your database tables. These links describe different methods for adding and using triggers and constraints.</li>
|
|
<li class="ulchildlink"><strong><a href="rzahfwritedb2programs.htm">Write DB2 programs</a></strong><br />
|
|
DB2
|
|
Universal Database™ for <span class="keyword">iSeries™</span> provides
|
|
various methods for writing applications that access or update <span class="keyword">iSeries™</span> data.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzahfadmin.htm">Administration</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |