自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

DB2數(shù)據(jù)庫備份測試的操作步驟

數(shù)據(jù)庫
今天主要向大家描述的是實現(xiàn)DB2數(shù)據(jù)庫備份測試的操作步驟,以及對其在實際操作中要用到的實際操作代碼的描述。

以下的文章主要描述的是DB2數(shù)據(jù)庫備份測試的操作步驟,以及在其實際操作中的值得大家注意的事項與其代碼的描述,以下就是文章的主要內(nèi)容的詳細(xì)描述,望大家在瀏覽之后會對其有更深的了解。

開始備份【實例講解】

DB2, DB2備份

 

1、做一個在線全備操作:

 

  1. [db2inst1@db2 ~]$ db2 backup db sample online to /tmp/db2inst1/sample/off_back include logs  
  2. Backup successful. The timestamp for this backup image is : 20090917061921 

2、創(chuàng)建一個表,并插入數(shù)據(jù):

 

  1. db2 => connect to sample  
  2. Database Connection Information  
  3. Database server 
  4. DB2/LINUX 9.1.3  
  5. SQL authorization ID 
  6. DB2INST1 
  7. Local database alias 
  8. SAMPLE 
  9. db2 => insert into sales1 select * from sales  
  10. DB20000I  
  11. The SQL command completed successfully.  
  12. db2 => insert into sales1 select * from sales1  
  13. DB20000I  
  14. The SQL command completed successfully.  
  15. db2 => insert into sales1 select * from sales1  
  16. DB20000I  
  17. The SQL command completed successfully  
  18. db2 => select * from sales1  
  19. SALES_DATE SALES_PERSON  
  20. REGION  
  21. SALES  
  22. 12/31/2005 LUCCHESSI  
  23. Ontario-South  
  24. 1  
  25. 12/31/2005 LEE  
  26. Ontario-South  
  27. 3  
  28. 12/31/2005 LEE  
  29. Quebec  
  30. 1  
  31. 12/31/2005 LEE  
  32. Manitoba  
  33. 2  
  34. 12/31/2005 GOUNOT  
  35. Quebec  
  36. 1  
  37. 03/29/2006 LUCCHESSI  
  38. Ontario-South  
  39. 3  
  40. 03/29/2006 LUCCHESSI  
  41. Quebec  
  42. 。。。。。。。。。。。  

3、做增量DB2數(shù)據(jù)庫備份:

  1. [db2inst1@db2 ~]$ db2 backup db sample online incremental to /tmp/db2inst1/sample/off_back include logs  
  2. Backup successful. The timestamp for this backup image is : 20090917062532 

4、刪除表操作:

 

  1. [db2inst1@db2 off_back]$ db2stop force  
  2. 09/17/2009 06:26:47  
  3. 0  
  4. 0  
  5. SQL1064N  
  6. DB2STOP processing was successful.  
  7. SQL1064N  
  8. DB2STOP processing was successful.  
  9. [db2inst1@db2 off_back]$ db2start  
  10. 09/17/2009 06:26:57  
  11. 0  
  12. 0  
  13. SQL1063N  
  14. DB2START processing was successful.  
  15. SQL1063N  
  16. DB2START processing was successful.  
  17. db2 => connect to sample  
  18. Database Connection Information  
  19. Database server 
  20. DB2/LINUX 9.1.3  
  21. SQL authorization ID 
  22. DB2INST1 
  23. Local database alias 
  24. SAMPLE 
  25. db2 => drop table sales1  
  26. DB20000I  
  27. The SQL command completed successfully.  
  28. db2 => select * from sales1  
  29. SQL0204N  
  30. "DB2INST1.SALES1" is an undefined name.  
  31. SQLSTATE=42704 

以上的相關(guān)內(nèi)容就是對DB2數(shù)據(jù)庫備份測試的介紹,望你能有所收獲。

【編輯推薦】

  1. 初學(xué)者必看的DB2數(shù)據(jù)庫的一些經(jīng)驗總結(jié)
  2. 對DB2日志設(shè)置參數(shù)正確用法的描述
  3. DB2 9打開打開通往 XML 之門的鑰匙
  4. DB2 Cube View元數(shù)據(jù)橋的正確構(gòu)建方案
  5. DB2數(shù)據(jù)庫和PostgreSQL在開發(fā)的異同點有哪些?

     

     

 

責(zé)任編輯:佚名 來源: 環(huán)球企業(yè)家
相關(guān)推薦

2010-08-12 09:49:51

優(yōu)化DB2數(shù)據(jù)庫備份

2010-08-12 09:06:30

DB2數(shù)據(jù)庫自動備份

2010-08-12 17:14:25

DB2備份恢復(fù)數(shù)據(jù)庫步

2010-08-12 10:54:21

IBM DB2數(shù)據(jù)庫

2010-08-31 13:06:49

DB2數(shù)據(jù)庫

2010-08-03 13:56:11

DB2表復(fù)制

2010-08-09 16:46:05

DB2備份

2010-08-17 09:55:33

DB2備份測試

2010-08-17 16:04:29

DB2數(shù)據(jù)庫

2010-08-12 15:38:36

DB2數(shù)據(jù)庫

2010-08-03 09:32:19

DB2在線備份

2010-08-12 09:33:30

DB2數(shù)據(jù)庫備份

2010-08-02 16:31:42

DB2數(shù)據(jù)庫備份

2010-08-17 15:06:50

DB2 多分區(qū)數(shù)據(jù)庫備

2011-05-13 09:59:14

DB2數(shù)據(jù)庫備份

2011-05-16 14:42:12

DB2數(shù)據(jù)庫實用操作

2010-08-03 09:25:02

DB2數(shù)據(jù)庫離線

2010-08-03 09:49:58

DB2恢復(fù)數(shù)據(jù)庫

2010-08-26 16:00:31

DB2數(shù)據(jù)庫安裝

2010-08-17 13:19:39

DB2數(shù)據(jù)庫備份
點贊
收藏

51CTO技術(shù)棧公眾號