- 7月 29 週四 201022:04
ORA-01950: no privileges on tablespace XXX今天在建立一個 mview 時發生以上的 ora 錯誤, 查一下原因解法如下說明.Cause: User does not have privileges to allocate an extent in the s
Query Locked Objects from vlocked_object SELECT SUBSTRb.owner, 1, 8 owner, b.object_type, SUBSTRb.object_name, 1, 18 object_name , DECODEa.locked_mode
UnixDB Instance Startup / Stop1. Login OS with oracle account2. Using sqlplus to connect to db as sysdba : sqlplus / as sysdba3. Startup the instance
ID 744125.1 Connections Fail with ORA-12640 or ORA-21561 due to Windows Desktop heap sizing issue. 最近 DB 常常出現 ORA-12640, 查了 alert log 沒有異常,查了一些文章說要改 s
Bug 4433936 Queries with FULL / LEFT OUTER join are involved with remote tables and these fail can fail with ORA-907 or ORA-933 select from select f
C# function 執行失敗時, 重複執行.一般當我寫一個 function, 當這個 function 執行失敗, 我們希望可以再執行幾次, 看是否可以成功, 這是蠻常見的情況, 舉一個 ftp List function程式的例子就有這樣的需求, 因為 List 其實是下一個 LIST 的
在 oracle 的 analyse 說明中清楚的說明, 於 8i 後建議不要用 analyse command 了, 而建議使用 dbms_stat. 以下是摘錄部份的說明. Do not use theCOMPUTEandESTIMATEclauses ofANALYZEto collect o
一 概念:為強化資料庫大表格的管理,ORACLE推出了partition talbepartition將表分離在若干不同的表空間上,用限制每個partition的空間,不只達到空間管理也增進了效能更方便維護備份恢復事務及查詢性能二優點:1 增強可用性:如果表的一個 partition 由於系統故障而
Update data in one table with data from another table.假設 History table 只有 Product_id, 現在新增 Product_Name column, 但資料再另一個 table 有, 要怎樣更新.以往使用 MS SQL 做這件