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

DB2重定向恢復(fù)失敗“水到渠成”

數(shù)據(jù)庫
我們今天主要向大家講述的是是DB2重定向恢復(fù)失敗(自動存儲)的實(shí)際操作,以及對其在操作過程中要用到的操作代碼的描述。

以下的文章主要向大家講述的是DB2重定向恢復(fù)失敗(自動存儲)的實(shí)際操作,其中包括對表空間信息,重定向腳本以及報(bào)錯(cuò)等相關(guān)內(nèi)容的描述,以下就是對DB2重定向恢復(fù)失敗(自動存儲)的實(shí)際操作的具體描述。

自動, 失敗

表空間信息:

  1. Tablespaces for Current Database  
  2. Tablespace ID = 0 
  3. Name = SYSCATSPACE 
  4. Type = Database managed space  
  5. Contents = All permanent data. Regular table space.  
  6. State = 0x0000 
  7. Detailed explanation:  
  8. Normal  
  9. Total pages = 49152 
  10. Useable pages = 49148 
  11. Used pages = 41056 
  12. Free pages = 8092 
  13. High water mark (pages) = 41056  
  14. Page size (bytes) = 4096  
  15. Extent size (pages) = 4  
  16. Prefetch size (pages) = 16  
  17. Number of containers = 1 
  18. Tablespace ID = 1 
  19. Name = TEMPSPACE1 
  20. Type = System managed space  
  21. Contents = System Temporary data  
  22. State = 0x0000 
  23. Detailed explanation:  
  24. Normal  
  25. Total pages = 1 
  26. Useable pages = 1 
  27. Used pages = 1 
  28. Free pages = Not applicable  
  29. High water mark (pages) = Not applicable  
  30. Page size (bytes) = 4096  
  31. Extent size (pages) = 32  
  32. Prefetch size (pages) = 128  
  33. Number of containers = 1 
  34. Tablespace ID = 2 
  35. Name = USERSPACE1 
  36. Type = Database managed space  
  37. Contents = All permanent data. Large table space.  
  38. State = 0x0000 
  39. Detailed explanation:  
  40. Normal  
  41. Total pages = 3932160 
  42. Useable pages = 3932096 
  43. Used pages = 1563520 
  44. Free pages = 2368576 
  45. High water mark (pages) = 1637792  
  46. Page size (bytes) = 8192  
  47. Extent size (pages) = 32  
  48. Prefetch size (pages) = 256  
  49. Number of containers = 2 
  50. Minimum recovery time = 2010-03-01-07.31.44.000000  

 

 

重定向腳本:

  1. RESTORE DATABASE IESDB  
  2. FROM '/dbbackup'  
  3. DBPATH ON '/iesdb/ies/NODE0000/SQL00001'  
  4. ON '/iesdb/sprot'  
  5. into sport  
  6. NEWLOGPATH '/iesdb/sprot/DB2log/'  
  7. REPLACE EXISTING  
  8. REDIRECT  
  9. without rolling forward  
  10. WITHOUT PROMPTING  
  11. ;  
  12. SET TABLESPACE CONTAINERS FOR 0   
  13. USING (  
  14. file '/iesdb/sprot/tbs0' 49152   
  15. );  
  16. SET TABLESPACE CONTAINERS FOR 2   
  17. USING (  
  18. file '/iesdb/sprot/tbs2' 3932160   
  19. );  

 

報(bào)錯(cuò):

  1. RESTORE DATABASE IESDB FROM '/dbbackup' DBPATH ON '/iesdb/ies/NODE0000/SQL00001' 
    ON '/iesdb/sprot' into sport NEWLOGPATH '/iesdb/sprot/DB2log/' REPLACE EXISTING REDIRECT without rolling forward WITHOUT PROMPTING  
  2. SQL0104N An unexpected token "ON" was found following "<character-string>".   
  3. Expected tokens may include: "END-OF-STATEMENT". SQLSTATE=42601 
  4. SET TABLESPACE CONTAINERS FOR 0 USING ( file '/iesdb/sprot/tbs0' 49152 )  
  5. SQL1024N A database connection does not exist. SQLSTATE=08003 
  6. SET TABLESPACE CONTAINERS FOR 2 USING ( file '/iesdb/sprot/tbs2' 3932160 )  
  7. SQL1024N A database connection does not exist. SQLSTATE=08003  

以上的相關(guān)內(nèi)容就是對DB2重定向恢復(fù)失敗(自動存儲)的介紹,望你能有所收獲。

【編輯推薦】

  1. 失敗DB2® access 服務(wù)器配置的正確恢復(fù)流程
  2. DB2 -964問題的殲滅很簡單!
  3. DB2diag.log中的DIA8533C錯(cuò)誤
  4. DB2 CMO安裝7.1.2.6補(bǔ)丁之后的錯(cuò)誤
  5. DB2數(shù)據(jù)類型轉(zhuǎn)換要用到的操作代碼描述
責(zé)任編輯:佚名 來源: 互聯(lián)網(wǎng)
相關(guān)推薦

2010-08-17 11:35:00

2015-10-29 15:06:36

DB2重定向恢復(fù)數(shù)據(jù)

2011-03-25 15:12:42

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

2010-08-06 09:25:19

重定向恢復(fù)DB2

2010-08-12 15:16:50

DB2在線備份

2010-08-20 14:31:32

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

2010-08-05 15:32:44

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

2010-08-26 14:07:18

DB2定向還原

2011-06-15 14:33:13

2011-03-03 14:52:40

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

2011-06-15 14:43:43

301重定向

2010-08-18 15:14:08

DB2恢復(fù)命令

2011-05-11 13:01:07

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

2009-06-25 11:47:59

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

2015-10-23 16:37:13

提高DB2數(shù)據(jù)備份

2010-11-03 15:41:58

DB2重命名表

2010-09-07 11:34:37

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

2010-09-01 09:32:08

DB2恢復(fù)

2010-08-12 11:38:21

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

2010-09-30 11:26:26

DB2表空間
點(diǎn)贊
收藏

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