70 lines
5.0 KiB
HTML
70 lines
5.0 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="task" />
|
|
<meta name="DC.Title" content="Load data into tables in a distributed relational database" />
|
|
<meta name="abstract" content="Applications in the distributed relational database environment operate on data stored in tables. In general, applications are used to query a table for information, to insert, update, or delete rows of a table or tables, or to create a new table. Other situations occur where data on one server must be moved to another server." />
|
|
<meta name="description" content="Applications in the distributed relational database environment operate on data stored in tables. In general, applications are used to query a table for information, to insert, update, or delete rows of a table or tables, or to create a new table. Other situations occur where data on one server must be moved to another server." />
|
|
<meta name="DC.subject" content="load data, into tables" />
|
|
<meta name="keywords" content="load data, into tables" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal1setup.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal1newdatatotables.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal1mvdat.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal1movedata.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="rbal1dbload" />
|
|
<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>Load data into tables in a distributed relational database</title>
|
|
</head>
|
|
<body id="rbal1dbload"><a name="rbal1dbload"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Load data into tables in a distributed relational database</h1>
|
|
<div><p>Applications in the distributed relational database environment
|
|
operate on data stored in tables. In general, applications are used to query
|
|
a table for information, to insert, update, or delete rows of
|
|
a table or tables, or to create a new table. Other situations occur where
|
|
data on one server must be moved to another server. </p>
|
|
<div class="section"></div>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="rbal1newdatatotables.htm">Load new data into the tables of a distributed relational database</a></strong><br />
|
|
You load data into a table by entering each data item into the
|
|
table. On the <span class="keyword">iSeries™ server</span>, you
|
|
can use SQL, the DB2
|
|
Universal Database™ for <span class="keyword">iSeries™</span> Query
|
|
Management function, or the data file utility portion of <span class="keyword">iSeries™</span> Application
|
|
Development Tools to create applications that insert data into a table.</li>
|
|
<li class="ulchildlink"><strong><a href="rbal1mvdat.htm">Move data from one iSeries server to another</a></strong><br />
|
|
A number of situations occur in enterprise operations that might
|
|
require moving data from one <span class="keyword">iSeries™ server</span> to
|
|
another.</li>
|
|
<li class="ulchildlink"><strong><a href="rbal1movedata.htm">Move a database to an iSeries server from a non-iSeries server</a></strong><br />
|
|
You might need to move a file from another IBM<sup>®</sup> server to an <span class="keyword">iSeries™ server</span> or
|
|
from a non-IBM server to the <span class="keyword">iSeries™ server</span>.
|
|
This topic collection lists alternatives for moving data to an <span class="keyword">iSeries™ server</span> from
|
|
a non-<span class="keyword">iSeries™ server</span>. However, you
|
|
must refer to manuals supplied with the other server or identified for the
|
|
application for specific instructions on its use.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbal1setup.htm" title="The runtime support for an iSeries distributed relational database is provided by the operating system. Therefore, when the operating system is installed, distributed relational database support is installed.">Initial setup</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |