CREATE MATERIALIZED VIEW Material_View_Name

py3939 發表在 痞客邦 留言(0) 人氣()

 

ORA-01950: no privileges on tablespace XXX

py3939 發表在 痞客邦 留言(0) 人氣()

 

Query Locked Objects from v$locked_object

py3939 發表在 痞客邦 留言(0) 人氣()

 

Unix DB Instance Startup / Stop

py3939 發表在 痞客邦 留言(0) 人氣()

 

[ID 744125.1]  Connections Fail with ORA-12640 or ORA-21561 due to Windows Desktop heap sizing issue.

py3939 發表在 痞客邦 留言(0) 人氣()

 

Bug 4433936 Queries with FULL / LEFT OUTER join are involved with remote tables and these fail can fail with ORA-907 or ORA-933

py3939 發表在 痞客邦 留言(0) 人氣()

 

C# function 執行失敗時, 重複執行.

py3939 發表在 痞客邦 留言(0) 人氣()

在 oracle 的 analyse  說明中清楚的說明, 於 8i 後建議不要用 analyse command 了, 而建議使用 dbms_stat. 以下是摘錄部份的說明.

Do not use the COMPUTE and ESTIMATE clauses of ANALYZE to collect optimizer statistics. These clauses are supported for backward compatibility. Instead, use the DBMS_STATS package, which lets you collect statistics in parallel, collect global statistics for partitioned objects, and fine tune your statistics collection in other ways. The cost-based optimizer, which depends upon statistics, will eventually use only statistics that have been collected by DBMS_STATS. See PL/SQL Packages and Types Reference for more information on the DBMS_STATS package.

py3939 發表在 痞客邦 留言(0) 人氣()

一、 概念:
為強化資料庫大表格的管理,ORACLE推出了partition talbe。partition將表分離在若干不同的表空間上,用限制每個partition的空間,不只達到空間管理也增進了效能。更方便維護、備份、恢復、事務及查詢性能。

py3939 發表在 痞客邦 留言(0) 人氣()

Update data in one table with data from another table.
假設 History table 只有 Product_id, 現在新增 Product_Name column, 但資料再另一個 table 有, 要怎樣更新.

py3939 發表在 痞客邦 留言(0) 人氣()