亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

創建index 使用Online導致的問題

發布時間:2020-08-06 22:03:40 來源:ITPUB博客 閱讀:166 作者:kunlunzhiying 欄目:關系型數據庫

在本地的測試庫中,本來空間就不足,結果創建了一個表有600多萬條記錄,想創建一個index. 物理段有340多M.

臨時段大小有100M,結果想創建一個索引,總是報臨時表空間不足的錯誤。

[ora11g@rac1 test]$ ksh test.sh "create unique index t_pk on t(object_id) tablespace pool_data nologging online;"
create unique index t_pk on t(object_id) tablespace pool_data nologging online
                            *
ERROR at line 1:
ORA-01652: unable to extend temp segment by 128 in tablespace TEMPTS1

排除了索引所在的表空間不足的問題,實時監控了一下,發現確實臨時表空間使用率在瞬間飆到100%,然后就報了ORA-01652的錯誤。

在嘗試各種方法之后,先擴大臨時段再次嘗試。

alter database tempfile '/u03/ora11g/oradata/TEST01/temp01.dbf' resize 200M;

 

結果再次嘗試的時候,就有了如下的錯誤。
create unique index t_pk on t(object_id) tablespace pool_data nologging online
                            *
ERROR at line 1:
ORA-00603: ORACLE server session terminated by fatal error
ORA-01114: IO error writing block to file  (block # )
ORA-01114: IO error writing block to file 201 (block # 15439)
ORA-27072: File I/O error
Additional information: 4
Additional information: 15439
Additional information: 4096
Process ID: 5683
Session ID: 18 Serial number: 103

Elapsed: 00:00:21.11
ERROR:
ORA-03114: not connected to ORACLE

一看就有些崩潰了,以為數據庫又掛了。一看進程,還在,還能連接。

[ora11g@rac1 dbm_lite]$ ps -ef|grep smon
ora11g    2357     1  0 05:32 ?        00:00:01 ora_smon_TEST01
ora11g    5746  5327  0 06:27 pts/0    00:00:00 grep smon

 

查看alert日志。

Fri Jun 06 06:26:14 2014
alter database tempfile '/u03/ora11g/oradata/TEST01/temp01.dbf' resize 200M
Completed: alter database tempfile '/u03/ora11g/oradata/TEST01/temp01.dbf' resize 200M
Fri Jun 06 06:26:39 2014
online index (re)build cleanup: objn=15331 maxretry=2000 forever=0
Fri Jun 06 06:26:57 2014
Non critical error OR

 

那就再次嘗試創建,結果錯誤接二連三。

再次創建,提示索引已經存在了。 
create unique index t_pk on t(object_id) tablespace pool_data nologging
                    *
ERROR at line 1:
ORA-00955: name is already used by an existing object

 

那我刪除重建呢。

drop index t_pk
           *
ERROR at line 1:
ORA-08104: this index object 15334 is being online built or rebuilt

 

試試force選項。

drop index t_pk force
*
ERROR at line 1:
ORA-29862: cannot specify FORCE option for dropping non-domain index

 

查看Index的狀態,顯示是valid

********** INDEX DETAILS INFO *****************

INDEX_NAME                     TABLESPACE INDEX_TYPE UNIQUENES PAR COLUMN_LIST                    TABLE_TYPE STATUS   NUM_ROWS LAST_ANAL G
------------------------------ ---------- ---------- --------- --- ------------------------------ ---------- ------ ---------- --------- -
T_PK                           POOL_DATA  NORMAL     UNIQUE    NO  OBJECT_ID                      TABLE      VALID                       N

TABLE_NAME                     INDEX_NAME                     CLUSTERING_FACTOR     BLOCKS   NUM_ROWS
------------------------------ ------------------------------ ----------------- ---------- ----------
T                              T_PK                                                  39174    6856704

 

那我再次rebuild 可以嗎?

alter index t_pk rebuild parallel 4
*
ERROR at line 1:
ORA-08104: this index object 15334 is being online built or rebuilt

 

無奈,總不能一直等著吧。而且過了好一會兒,也不見有進展。

如果在生產環境中,那絕對算是一次事故。在早期版本中,可能只有重啟,讓smon來做清理了。

不知道從10g還是11g開始,有dbms_repair包,里面還包括了一個蠻實用的方法。可以解決這個問題。

SQL> declare
  2  isClean boolean;
  3 
  4  begin
  5  isClean := FALSE;
  6  while isClean=FALSE loop
  7  isClean := dbms_repair.online_index_clean(dbms_repair.all_index_id,
  8  dbms_repair.lock_wait);
  9  dbms_lock.sleep(2);
10  end loop;
11  exception
12  when others then
13  RAISE;
14  end;
15  /

PL/SQL procedure successfully completed.

 

運行成功后,再次嘗試。

alter index t_pk rebuild parallel 4
*
ERROR at line 1:
ORA-01418: specified index does not exist

 

這終于是我期望的結果了,看來在生產中,index的online rebuild也要慎重使用。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

葫芦岛市| 松桃| 平泉县| 沅江市| 清水河县| 祁阳县| 安丘市| 温宿县| 罗田县| 永清县| 庆元县| 锦屏县| 忻州市| 吉首市| 玉屏| 宁波市| 布拖县| 济宁市| 五家渠市| 南澳县| 富民县| 滨州市| 贵溪市| 石嘴山市| 庆云县| 双辽市| 太保市| 宁乡县| 泰来县| 喀什市| 贺州市| 青海省| 新源县| 庆阳市| 朔州市| 汝城县| 孝昌县| 抚顺县| 通州市| 屏东市| 宕昌县|