标题: DB2 Fundamental学习帖
alligator
荣誉斑竹
Rank: 14Rank: 14Rank: 14Rank: 14



UID 14948
精华 26
积分 473
帖子 805
活跃指数 200
LU金币 1539 个
LU金条 30000 个
阅读权限 200
注册 2004-3-15
 
发表于 2005-1-22 06:31  资料  个人空间  短消息  加为好友  添加 alligator 为MSN好友 通过MSN和 alligator 交谈
因为工作的原因,开始学习DB2的基础知识,为可能拿到的Project做点准备。
希望能在这里和大家互相交流,共同进步。

我学习的资料来源是IBM网站上的free的课程,地址如下:
http://www-306.ibm.com/software/data/educa...elfstudy.html#1
大家可能需要注册一下才可以登陆,下载。


因为目前处在搜集资料,入门学习的阶段,我将在这个帖子里逐步贴出自己的学习笔记和找到的一些资料链接地址,还请各位朋友不吝指正,谢谢。





秋水芙蓉,倚风自笑
顶部
seven
版主
Rank: 15Rank: 15Rank: 15Rank: 15Rank: 15



UID 25386
精华 7
积分 254
帖子 440
活跃指数 28
LU金币 5736 个
LU金条 0 个
阅读权限 210
注册 2004-7-29
 
发表于 2005-1-24 09:28  资料  个人空间  短消息  加为好友 
谢谢:)

顶部
wildhorse
技术专家
Rank: 14Rank: 14Rank: 14Rank: 14


LU爱心使者  
UID 131
精华 15
积分 3287
帖子 5907
活跃指数 184
LU金币 2123 个
LU金条 13176 个
阅读权限 200
注册 2003-9-26
来自 北京
 
发表于 2005-1-25 09:42  资料  个人空间  短消息  加为好友  添加 wildhorse 为MSN好友 通过MSN和 wildhorse 交谈
支持。原来有阵子时间由于工作关系,匆忙学习了一阵子,呵呵。。。
最近狂想研究db2的分区模式,可惜没机器了。。。





LU上的马厩。。。 http://wildhorse.loveunix.cn
msn:calmnessheart@hotmail.com
最新版新手上线中。。。
当潮水退去,才能看到谁没穿裤衩。。。
顶部
alligator
荣誉斑竹
Rank: 14Rank: 14Rank: 14Rank: 14



UID 14948
精华 26
积分 473
帖子 805
活跃指数 200
LU金币 1539 个
LU金条 30000 个
阅读权限 200
注册 2004-3-15
 
发表于 2005-1-30 12:57  资料  个人空间  短消息  加为好友  添加 alligator 为MSN好友 通过MSN和 alligator 交谈
一。DB2 Planning

1.DB2 Products

The different editions of DB2

DB2 Everyplace
A mobile computing infrastructure;
A tiny engine, about 180KB
Triggers are not part of the DB2 Everyplace engine.

DB2 Personal Edition (DB2 PE)
A single-user RDBMS;
Remote clients cannot connect to databases that are running this edition DB2;
However, workstations with the Control Center can connect to these databases to perform remote administration;

DB2 Workgroup Server Edition (DB2 WSE)
Web–enabled client / server RDBMS;
Intended primarily for small business and departmental computing;
No integrated mainframe connectivity via the DB2 Connect component;
Does not support 64-bit computing or DB2 Data Links File Manager;
Can be installed on SMP machines with up to four processors;
Don’t allow for external Web-based usage, should consider DB2 Workgroup Unlimited Server Edition (DB2 WSUE);
In DB2 Version7, this product was called DB2 Workgroup Edition.

DB2 Workgroup Server Unlimited Edition
Essentially DB2 WSE with different licensing terms;
Eliminates the need to count users accessing the database;
Can not create 64-bit instances;
Does not come with the connection concentrator;
Does not include the integrated DB2 Connect component found in DB2 ESE
In DB2 Version7, this product was called DB2 Workgroup Unlimited Edition.

DB2 Enterprise Server Edition (DB2 ESE)
Does not run on Windows XP for production purposes, but can be licensed for user acceptance testing, test and application development on that OS;
Microsoft limits the number of concurrent connections that can be handled by the single-user version of their Windows server products, like DB2 WSE or DB2 WSUE in a four-way SMP box;
DB2 ESE is meant for large and mid-sized departmental servers;
Includes the DB2 Connect component, which enables you to connect to iSeries and zSeries-based DB2 databases, as well as non-database hot resources like CICS, VSAM and IMS;
Each server running DB2 ESE is licensed for 5 registered users when connecting to host-based data sources, need more, purchase a separate DB2 Connect server license and user entitlements;
DB2 ESE is licensed per processor and can be installed on any number of processors on a single SMP box;
Has the ability to partition data within a single server, across multiple database servers (all of which have to be running on the same operating system), DPF;
DPF allows multiple SMP machines to be clustered together under a single database image for very large-scale transaction volumes;
In DB2 Version 7, this product was called DB2 Enterprise Edition.

DB2 Universal Developer’s and DB2 Personal Developer’s Edition

DB2 clients:
DB2 Runtime Client;
DB2 Administration Client;
DB2 Application Development

DB2 Extenders:
The DB2 Extenders can take your database applications beyond traditional numeric and character data to images, XML, videos, voice, spatial objects, complex documents and more.

XML Extender:
You can store entire XML documents in DB2 or store them as external files managed by the database. This method is known is XML Columns;
You can also decompose an XML document into relational tables and then recompose that information to XML on the way out of the dataset. This method is known as XML Collections.

DB2 Net Search Extender:
You need a high-speed in-memory search, this is the extender for you;
For internet applications;
Eg. A license for up to five concurrent users comes with DB2 WSE with this product, if you want to support more than five users, DB2 WSUE or DB2 ESE.

DB2 Spatial Extender:
It allows you to store, manage and analyze spatial data, that is, information about the location of geographic features;
Eg. A license for up to five concurrent users comes with DB2 WSE with this product, if you want to support more than five users, DB2 WSUE or DB2 ESE.

Text, Audio, Image, and Video (TAIV) Extenders:
It allows you to extend the relational database to use nontraditional forms of data like text, songs, pictures and movies.

DB2 Data Links File Manager
It allows you to manage files that reside outside the database as though they were logically.

DB2 Connect
This product is an add-on product to DB2 that can be purchased separately, although some complimentary user licenses are provided in DB2 ESE.

DB2 add-on tools
The free tools come as part of a DB2 installation and can be launched from the Control Center, the Configuration Assistant or on their own.
DB2 Recovery Expert;
DB2 Performance Expert;
DB2 High Performance Unload;
Quickly and efficiently unloads and extracts data from DB2 for movement across enterprise systems.
DB2 Web Query Tool;
DB2 Table Eidtor





秋水芙蓉,倚风自笑
顶部
alligator
荣誉斑竹
Rank: 14Rank: 14Rank: 14Rank: 14



UID 14948
精华 26
积分 473
帖子 805
活跃指数 200
LU金币 1539 个
LU金条 30000 个
阅读权限 200
注册 2004-3-15
 
发表于 2005-1-30 12:58  资料  个人空间  短消息  加为好友  添加 alligator 为MSN好友 通过MSN和 alligator 交谈
2.DB2 Tools

DB2 Tools is not add-on DB2 tools;
DB2 Tools are divided into two camps: the Control Center (CC) and the Configuration Assistant (CA);
There are special kinds of wizards that are new to DB2 Version 8, called advisors;
Another type of wizard is a notebook, eliminating the need to memorize syntax;

The DB2 processors: An introduction
We got two different processors in DB2: the DB2 Command Line Processor (DB2 CLP) and the DB2 Command Window (DB2 CW);
The DB2 CLP allows you to enter DB2 commands interactively, without using the db2 prefix to tell the OS that you are planning to enter a DB2 command. However if you want to enter an OS command, you have to prefix it with the “!” key;
For all OSs other than Windows, the DB2 CW is built into the OS’s native CLP. In a Windows environment you have to start a DB2 CW from a Windows command prompt by selecting the appropriate option from the Start menu. And you have to type in the keyword “db2” to get this DB2 command to run.





秋水芙蓉,倚风自笑
顶部
 



当前时区 GMT+8, 现在时间是 2008-10-8 15:53
乐悠LoveUnix论坛-京ICP备05005823号

Thanks to Discuz!  © 2001-2007    Power by LoveUnix.net
Processed in 0.055870 second(s), 6 queries , Gzip enabled

清除 Cookies - 联系我们 - 乐悠LoveUnix - Archiver