客戶有個11g的active dataguard庫,mrp進程停了,看alertlog,可以看到有關ora-7445[kdxlin]的報錯:cat alert*.log....Exception [type:SIGSEOV,Address not mapped to object] [ADDR:0xC] |PC:0x96504C7,kdxlin()+4153][flags: 0x0,count:1]Errors in le
修為安全審計的原因,探索資料庫中有一個XS$NULL使用者,嘗試為其修改密碼,發現報錯。即使是sys使用者也無法修改XS$NULL使用者的密碼:SQL> --11.2.0.4SQL> alter user XS$NULL identified by oracle;alter user XS$NULL identified by oracle &
客戶有個資料庫從HP平台遷移到linux平台,字元集相同。impdp的時候報錯ORA-01401了。Processing object type SCHEMA_EXPORT/SYNONYM/SYNONYMProcessing object type SCHEMA_EXPORT/SEQUENCE/SEQUENCEProcessing object type SCHEMA_EXPORT/SEQUENCE/GRANT/OWNER_GRANT/OBJECT_GRANTProcessing object
剛到酒店,就接到客戶電話說某資料庫的一個資料檔案報IO錯誤,通過vpn查看發現如下:Sun Oct 30 23:19:27 BEIST 2016Trace dumping is performing id=[cdmp_20161030231927]Sun Oct 30 23:19:27 BEIST 2016Errors in file /oracle/app/10.2/admin/xxxx/bdump/xxxx2_smon_11863216.trc:ORA-00376: file 595
在資料庫open的過程中,select ctime, mtime, stime from obj$ where obj# = :1語句報ORA-01555錯誤,資料庫無法正常open一般情況下會報某個復原段,但是這裡ORA-01555: snapshot too old: rollback segment number 0 with name “SYSTEM” too small這裡直接報了system(系統復原段),屬於少見情況Fri Jun 26 11:47:31 2
作業系統:Red Hat Enterprise Linux Server release 6.2 x86_64Oracle版本:Oracle Database 11g Release 2Oracle官方下載地址:File1:http://download.oracle.com/otn/linux/oracle11g/R2/linux.x64_11gR2_database_1of2.zipFile2:http://download.oracle.com/otn/linux/oracle11g/R2
一、索引的概念 索引類似於查字典,通過拼音、筆畫,只要幾步就能查到所要的字。資料庫裡,通過索引,只要少量的讀,就能找到所需的記錄。 使用索引需要找到一個平衡點,索引太多會影響DML語句的速度,因為要寫索引表。索引太少又不能提高查詢速度。 二、B*樹索引1、B*樹索引:我們所說的“傳統”的索引。create index