对DB2入门实验的正确操作流程的描述

http://database./art/200608/29669.htm以下的文章主要向大家讲述的是DB2入门实验(Working with Instances and Databases )的正确操作流程,相信如果你对DB2入门实验(Working with Instances and Databases )的正确操作流程有兴趣了解的话,会在以后的学习或是工作中带来很大的帮助。

Working, Databases, Instances, 入门, 实验Working, Databases, Instances, DB2入门, 实验

 

按照以下步骤完成,使用了db 2 express 9

 

  1. DB2 Migration Workshop  
  2. LAB 1 – Working with Instances and Databases (Solution)  
  3. Expected duration: 45 mins  
  4. This lab will help you solidify concepts of instances and databases. It is to be completed BEFORE the presentation “DB2 Instances and Databases”.  
  5. The following commands are demonstrated:  
  6. DB2icrt ACTIVATE DB FORCE APPLICATION  
  7. DB2idrop DEACTIVATE DB GET CONNECTION STATE  
  8. DB2ilist CONNECT LIST APPLICATIONS  
  9. DB2start CONNECT RESET LIST DB DIRECTORY  
  10. DB2stop CREATE DATABASE LIST TABLES  
  11. DB2admin start DROP DATABASE   
  12. DB2admin stop DESCRIBE TABLE   
  13. Prerequisites:  
  14. · DB2 Version 8 Server has been installed  
  15. Highly Recommended: Before each step in this lab, locate the demonstrated command in the CLP quick reference and mark it with an asterix (*).   
  16. This will help you get familiar with the DB2 CLP cheat sheet.  
  17. Note: On Linux/UNIX, you can switch users (su) without logging out by using:  
  18. su – .. to switch to root user (dash is important!)  
  19. su – [userid] .. to switch to non-root user (dash is important!)  
  20. exit .. to exit switch back  

1. Windows: Launch the DB2 Command Window. (启动DB2的命令行窗口)

 

(在本次实验中,我使用的是DB2 express 9在安装过程中自动创建的DB2admin帐户登陆)

 

  1. Start > Programs > IBM DB2 > Command Line Tools > Command Window  
  2. (or simply, DB2cmd)  
  3. Linux: Login to the operating system as user DB2inst1(linux下需要使用DB2inst1登陆)  
  4.  

2. When DB2 is installed, no database exists. Create the SAMPLE database provided by DB2.

  1. DB2sampl 

(在DB2 express9该数据库已经存在)

3. Verify that a database now exists. Show the contents of the database directory:

显示所有的数据库的命令

 

  1. DB2 list db directory  
  2. Fill in the following information from the database directory:  
  3. Database alias SAMPLE  
  4. Directory entry type Indirect(目录条目类型:间接)  

4. DB2 does not have database users. Instead, DB2 uses userIDs and passwords defined at the operating system (or network authentication facilities) to authenticate users. Connect to the SAMPLE database using the userID logged into the operating system.

似乎DB2 9已经可以自动创建系统帐户作为它自身的数据库帐户。

 

连接到数据库simple:

  1. DB2 connect to sample 

5. See all connections that currently exist for the current instance

显示所有的运行在当前数据库实例上的DB2入门应用程序

  1. DB2 list applications  
  2. Fill in the following information:  
  3. Application name: DB2bp.exe  
  4. Application handle: 2 (your answer may vary)  
  5. Database name: SAMPLE  

6. Disconnect from the database:

断开连接

 

  1. DB2 connect reset 

7. Connect to the SAMPLE database using a specific userID and password.

  1. DB2 connect to sample user <userid> using <password

8. View the tables that currently exist in the SAMPLE database

  1. DB2 list tables (显示用户创建的表)  
  2. or  
  3. DB2 list tables for all(显示所有的tables包括用户和系统的) 

9. From the output of list tables, you should see that a table called EMPLOYEE exists. Find out the structure of EMPLOYEE

  1. DB2 describe table employee (不存在)  
  2. What is the maximum length of JOB column? 8 characters  
  3. What is the data type for the Salary Column? DECIMAL(9,2)  
  4. The above two questions are indented to show how data type lengths from the output of 

     

    DESCRIBE TABLE are interpreted differently for numeric and character types.  

10. Attempt to stop the instance. You should get an error because connections still exist.

  1. DB2stop  
  2. What is the SQLCODE associated with the error message? SQL1025N  

11. To stop the instance, we have to get rid of the current connections. In this step, forcibly disconnect all applications.

  1. DB2 force applications all  
  2. DB2stop  
  3. note: you can also force applications by application handle using:  
  4. force application (<handle>)  

12. By using FORCE APPLICATION, you have terminated your own connection. Attempt to SELECT from the employee table.

  1. DB2 “select * from employee”  
  2. You should get the error code SQL1224N. Check your connection state.  

获取连接状态

 

  1. DB2 get connection state 

可连接并且已经被关闭,以上的相关内容就是对DB2入门实验(Working with Instances and Databases )的介绍,望你能有所收获。

【编辑推荐】

  1. 对DB2数据移动方法的正确解析
  2. 对DB2 增量备份的正确运用描述
  3. DB2 并行版本中的查询优化登峰造极!
  4. DB2***SQL性能调节技术经典版
  5. DB2性能调优中易出现的问题有哪些?

 

文章来源网络,作者:运维,如若转载,请注明出处:https://shuyeidc.com/wp/276446.html<

(0)
运维的头像运维
上一篇2025-05-10 16:07
下一篇 2025-05-10 16:08

相关推荐

  • 个人主题怎么制作?

    制作个人主题是一个将个人风格、兴趣或专业领域转化为视觉化或结构化内容的过程,无论是用于个人博客、作品集、社交媒体账号还是品牌形象,核心都是围绕“个人特色”展开,以下从定位、内容规划、视觉设计、技术实现四个维度,详细拆解制作个人主题的完整流程,明确主题定位:找到个人特色的核心主题定位是所有工作的起点,需要先回答……

    2025-11-20
    0
  • 社群营销管理关键是什么?

    社群营销的核心在于通过建立有温度、有价值、有归属感的社群,实现用户留存、转化和品牌传播,其管理需贯穿“目标定位-内容运营-用户互动-数据驱动-风险控制”全流程,以下从五个维度展开详细说明:明确社群定位与目标社群管理的首要任务是精准定位,需明确社群的核心价值(如行业交流、产品使用指导、兴趣分享等)、目标用户画像……

    2025-11-20
    0
  • 香港公司网站备案需要什么材料?

    香港公司进行网站备案是一个涉及多部门协调、流程相对严谨的过程,尤其需兼顾中国内地与香港两地的监管要求,由于香港公司注册地与中国内地不同,其网站若主要服务内地用户或使用内地服务器,需根据服务器位置、网站内容性质等,选择对应的备案路径(如工信部ICP备案或公安备案),以下从备案主体资格、流程步骤、材料准备、注意事项……

    2025-11-20
    0
  • 如何企业上云推广

    企业上云已成为数字化转型的核心战略,但推广过程中需结合行业特性、企业痛点与市场需求,构建系统性、多维度的推广体系,以下从市场定位、策略设计、执行落地及效果优化四个维度,详细拆解企业上云推广的实践路径,精准定位:明确目标企业与核心价值企业上云并非“一刀切”的方案,需先锁定目标客户群体,提炼差异化价值主张,客户分层……

    2025-11-20
    0
  • PS设计搜索框的实用技巧有哪些?

    在PS中设计一个美观且功能性的搜索框需要结合创意构思、视觉设计和用户体验考量,以下从设计思路、制作步骤、细节优化及交互预览等方面详细说明,帮助打造符合需求的搜索框,设计前的规划明确使用场景:根据网站或APP的整体风格确定搜索框的调性,例如极简风适合细线条和纯色,科技感适合渐变和发光效果,电商类则可能需要突出搜索……

    2025-11-20
    0

发表回复

您的邮箱地址不会被公开。必填项已用 * 标注