ORA-02069: global_names parameter must be set to TRUE for this operation
1/13/2010 6:07:23 PM

[技術]KB

最近在做正式台與測試台 Oracle 的資料轉檔,結果遇到這個錯誤 ORA-02069: global_names parameter must be set to TRUE for this operation 會遇到這個錯誤,小熊子初步分析是用 View 的結果轉入 DBLink 的遠端 Table 問題。     後來找到這麼一篇文章,我的解法是用暫存 table 轉入 DBLink 的遠端 Table 以下是範例:   --依 select 結果建立暫存資料表 CREATE TABLE myTemp as Select * from v_myView; -... [More]

Tags:

永久網址 | Comments (0) | 閱讀(266) |

Tips-Excel 別再用 F2 將數字換文字,也別用巨集(Macro),請改用資料剖析!!
12/25/2009 6:50:56 PM

[技術]KB

image

Tags: ,

永久網址 | Comments (0) | 閱讀(334) |

[KB]ASP.NET Development Server Can not Load jQuery.js
11/9/2009 5:11:15 PM

[技術]KB

這個問題之前遇過一次,結果沒有寫 KB 就又忘記了,最近又新開另一個專案時又碰到,心一橫,還是要乖乖寫文件才行。 在測試環境中的 Web.Config 如下 <!-- <authentication mode="Windows" />  --> <authentication mode="Forms">       <forms name=".aspxCoookie" loginUrl="logon.aspx"/> </authentication> <au... [More]

永久網址 | Comments (0) | 閱讀(348) |

KB-VSS Network Not Found Issue
10/8/2009 7:42:50 PM

[技術]KB

image

永久網址 | Comments (0) | 閱讀(630) |

KB-壓力測試的重要性
9/3/2009 11:17:26 PM

[技術]KB | [技術]未分類

image

永久網址 | Comments (0) | 閱讀(638) |

[SPS2007]KB-對象的規則最多只能設 18 個?
8/20/2009 10:17:55 PM

[技術]KB | [技術]Sharepoint

image

永久網址 | Comments (0) | 閱讀(328) |

KB-SPS 2007 User Profile 同步(Content and SSP)
6/25/2009 8:50:18 PM

[技術]KB | [技術]Sharepoint

IMG-07-10-16.002.png

永久網址 | Comments (0) | 閱讀(559) |

[SPS2007]KB-List Owner Issue When User Changed Domain
5/13/2009 7:38:01 PM

[技術]KB | [技術]Sharepoint

image

永久網址 | Comments (0) | 閱讀(785) |

Tips-RAM 太多了怎麼辦?--Gavotte RAMDisk & Startup/Shutdown Script
3/18/2009 8:39:51 PM

[技術]KB | [技術]未分類

P1060663_800

永久網址 | Comments (1) | 閱讀(4876) |

Vista x64 天堂路之 Virtual Server 2005
3/18/2009 5:07:48 PM

[技術]KB | [技術]Vista x64 | [技術]未分類

    *安裝了 Virtual Server 2005 後,進入 Virtual Server Admin Website 出現了以下的錯誤訊息  Could not connect to Virtual Server "xxxxxx" . Access Denied.   畫面都出來了,還是找不到主機,檢查了幾個項目:   1. IE是否有加入信任的網站 2. Virtual Server 服務是否有啟動   還是無效,還有討論區說是不是 DCOM 的權限關係,後來看了黑大的文章,看是不是 UAC 的關係, 將 ... [More]

永久網址 | Comments (0) | 閱讀(1118) |