一個空格導致的ORA-12516錯誤

系統報如下錯誤:Timestamp: 1/17/2012 4:36:24 PMMessage: PROV_OUTPUT_10: Error occurred while polling for new messages. QUEUEDATA schema may be inaccessible.Waiting 60 seconds before retrying. --> ORA-12516: TNS:listener could not find available handler

Uninstall the EM 12C.

如何Uninstall the EM 12C?如果想去掉12C或如果你在安裝過程中發生下面的錯誤,是因為你的庫裡面已經有了一個EM  respository了。 我們可以用下面的辦法移除這個EM  respository.bash-3.00$ $ORACLE_HOME/bin/emca -deconfigdbcontrol db -repos drop -cluster -SERVICE_NAME RPTMCS.oracle.com -SYS_PWD

測試ASM ACL 許可權控制。

測試ASM ACL 許可權控制。on the oracle:SQL> show userUSER is "SYS"SQL> select name from v$database;NAME---------ORCLSQL> select file_name from

常見系統監控工具

下面是一些較出色的監控產品。最好讓系統供應商推薦能夠滿足需求且能夠保持與基礎設施相容的最佳監控方案。大多數供應商會提供下面系統監控工具供選擇。up.timehttp://www.uptimesoftware.com/Cactihttp://www.cacti.net/KDE System Guard (KSysGuard)http://docs.kde.org/stable/en/kdebase-workspace/ksysguard/index.htmlGnome System

利用DB_LINK在不同平台的資料庫中複製資料。

[oracle@Template-Redhat54 admin]$ lsnrctlLSNRCTL for Linux: Version 11.2.0.1.0 - Production on 13-APR-2012 23:09:14Copyright (c) 1991, 2009, Oracle.  All rights reserved.Welcome to LSNRCTL, type "help" for information.LSNRCTL> statusConnecting to

Create a snap on ACFS

Unzip the files to /voltest filesystem[root@host02 /]# unzip images.zip -d /voltestArchive:  images.zip  creating: /voltest/gridInstall/  inflating: /voltest/gridInstall/asm.gif   inflating: /voltest/gridInstall/bullet2.gif   inflating:

利用資料泵螢幕敏感性資料!

How to Mask the confidential or sensitive data with remap_data in datapumpList the test steps as below:SQL> conn system/system@orclConnected.SQL> create user henry identified by henry; User created. SQL> grant dba to henry; Grant succeeded. 

匯出ILMA中繼資料。

 匯出ILMA中繼資料。ILMA中提供了命令來協助我們匯出ILMA的中繼資料,這樣可以在重新安裝ILMA時重新構建我們的ILMA中的所有實體。這些實體包括:邏輯儲存單元生命週期的定義所管理表的定義所類比表的定義結果集的定義策略定義參數選擇生命週期事件管理下面是匯出中繼資料的步驟:sqlplus “sys/<password> as sysdba”@ilma_export <your-data-filename>.sqlExitYou must include the

unix 網路編程(卷一)第一個程式編譯過程

unix卷一去年暑假買的到現在才開始看無比慚愧,而且慚愧第一個程式就斷斷續續弄了幾天,要好好寫程式了,馬上要找工作了,下面介紹下把本書第一個程式跑起來的過程:搜各種部落格我用系統的是ubuntu 13.04感謝風無語大神的blog:傳送門 以後也要堅持記錄自己遇到的各種問題以及解決他們的方法,當我們新接觸一個領域時,往往在入門問題上耽誤了好多時間,我按照風無語大神的方法一切準備好後,還是有問題kapop@kapop:~/cpp$ g++ a.cpp -o a

在ILMA中建立一個新的系統管理使用者!

前提條件是:1.  Oracle Database 11g R2 database 已經安裝。2. Oracle Application Express 已經安裝。我們可以使用下面兩個步驟建立ILM_ADMIN使用者。Sqlplus / as sysdbaCreate user ilm_admin identified by ilm_admin default tablespace ILM;SQL> @grant_privs ilm_adminSession

kmp&&hdu 1711 next數組

kmp這幾天一直都在搞這個,今天A了hdu的1711這題,就是簡單的kmp模板題;kmp的核心就是next數組;這幾天一直在看嚴蔚敏的資料結構課本,上面介紹的是next[j]={                 0,j==1,max{k|

複製ASM files到檔案系統。

有時有這樣一種需求:就是要複製ASM files到檔案系統上。這樣就可以利用很多OS命令來對檔案進行操作或利用OS命令複製檔案了。下面有三種不同的方法:一。 利用DBMS_FILE_TRANSFER.COPY_FILE過程$ rman target /RMAN> list backup of controlfile2> ;List of Backup Sets===================BS Key  Type LV Size------- ---- -- --------

WEB 程式 的兩個問題的解決!

1. HTTP 錯誤 404.2 - Not Found. 由於 Web 服務器上的“ISAPI 和 CGI 限制”列表設定,無法提供您請求的頁面.解決辦法:IIS的根節點->右側“ISAPI和CGI限制”->把禁止的DotNet版本項設定為允許。2.Server Error in '/ICDelay' Application.Parser Error Description:An error occurred during the parsing of a resource

建立過程刪除大量資料的方法

背景:18:01:06 SQL>  select count(*) from suhistor_bak;  COUNT(*)----------  7380997818:06:48 SQL> select count(*) from i26611_suhistor;  COUNT(*)----------    342482經過時間:  00: 00: 00.02 刪除下面資料需要20分鐘以上:delete from suhistor_bak where shshnr in

haproxy的安裝和基本設定

haproxy的安裝和基本設定首頁http://haproxy.1wt.eu/中文資料http://cn.haproxy.org/download/1.3/doc/configuration-cn.txt參考WIKIhttp://blog.csdn.net/cenwenchu79/archive/2009/08/04/4409343.aspx一、haproxy的安裝下載得到檔案解開壓縮執行mkdir –p /usr/local/haproxy/logs/     make

奇怪的錯誤!

奇怪的錯誤:C:\Documents and Settings\ibsadmin>sqlplus businessdata_dr3/businessdata_dr3@aoraSQL*Plus: Release 10.2.0.1.0 - Production on Fri Jul 20 19:13:21 2012Copyright (c) 1982, 2005, Oracle.  All rights reserved.ERROR:ORA-12154: TNS:could not

ORA-00600: internal error code, arguments: [19004]

 Got an error from application. Server Error in '/PSM/CSR' Application. ORA-00600: internal error code, arguments: [19004], [], [], [], [], [], [], [], [], [], [], []Description:An unhandled exception occurred during the execution of the current web

TNS-12547: TNS:lost contact問題的解決辦法!

剛剛安裝好的RAC one node 突然連不上資料庫了。檢查CRS的狀態:[grid@Linux ~]$ srvctl status database -d ORCLDatabase is not running.[grid@Linux ~]$ crs_stat -tName           Type           Target    State    

install and uninstall ILMA全過程!

 1.1         Environment CheckThe following steps should be used only when installing the ILM Assistant for the first time. If you have an existing ILM Assistant installation, please following the instructions for upgrading the ILM Assistant. Before

線上重定義過程中需要exclusive lock.

執行DBMS_REDEFINITION.FINISH_REDEF_TABLE 預存程序完成表的線上重定義。在此procedure運行過程中,原表會被以Exclusive lock mode(TM lmode=6)排他模式鎖住極為短暫的一段時間(秒級),具體這段時間的長短受到原表上資料量的影響。但有時候應用繁忙時可能不能立刻獲得!那麼能不能使用一個參數讓它多等待一段時間呢?下面做個實驗看看:Microsoft Windows [版本 6.1.7601]著作權 (c) 2009 Microsoft

總頁數: 61357 1 .... 17132 17133 17134 17135 17136 .... 61357 Go to: 前往

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.