DBCA建立資料庫ORA-01034 ORACLE not available,dbcaora-01034SYMPTOMS在利用dbca建立資料庫時,當設定完成所有參數,開始裝時 跑到2% 就報錯 ORA-01034 ORACLE not available,如CAUSEThere's a script in ORACLE_HOME/sqlplus/admin which is called glogin.sql. This script is automatically
Deploy Oracle 10.2.0.5 on Red Hat Enterprise Linux 6.4,deploy10.2.0.5一、Linux系統安裝配置1.安裝系統時選Desktop2.設定eth0網卡為靜態IP,添加子網路遮罩,網關,DNS,並配置自動啟動3.修改/etc/hosts,添加主機名稱和對應IP4.禁用firewall和selinuxchkconfig iptables offvi
【BUG】Kewastunpackstats(): Bad Magic 1 (0x。。。。, 0),badmagicnumber Kewastunpackstats(): Bad Magic 1 (0x1108f7b87, 0) In Alert Logfile After Upgrading to 11.2.0.1Applies to:Oracle Server - Enterprise Edition - Version: 9.2.0.8 and later [Release: 9
【翻譯自mos文章】Weblogic AdminServer 啟動fail,報錯為"unable to get file lock, will retry",mosadminserverWeblogic AdminServer 啟動fail,報錯為"unable to get file lock, will retry"參考原文:Weblogic AdminServer fails with "unable to get file lock,
【翻譯自mos文章】v$undostat視圖沒有按照每10分鐘進行更新,v$undostat只有1行(one rows),mosundostatv$undostat視圖沒有按照每10分鐘進行更新,v$undostat只有1行(one rows)參考原文:The V$UNDOSTAT view is not getting updated in every 10 minutes. (Doc ID 1206365.1)適用於:Oracle Server - Enterprise Edition -
Linux下Oracle11G RAC報錯:在安裝oracle軟體時報file not found一例,oracle11gracLinux下Oracle11G RAC報錯:在安裝oracle軟體時報file notfound一例1、現象之前安裝一切都比較順利,安裝oracle軟體時,進度到30%時報錯:file not
【翻譯自mos文章】禁止寫入日誌到Sqlnet.log和Listener.log,sqlnet.log位置禁止寫入日誌到Sqlnet.log和Listener.log參考原文:How to Disable Logging to the Sqlnet.log and the Listener.log (Doc ID 162675.1)適用於:Oracle Net ServicesInformation in this document applies to any
oracle列合并,oracle列 在許多場合,我們會需要用到oracle列合并,oracle提供了一些方法用於把某列的多行資料合併成一行。 一、10G以前使用WMSYS.WM_CONCAT wmsys.wm_concat將欄位的值用","來隔開。 select id,wm_concat(name) from tab_name group by id; 二、sys_connect_by_path