最近同事總反應網站突然串連不上,過兩三秒又恢複正常。查看 log, 發現如下錯誤ORA-27300: OS system dependent operation:CreateThread failed with status: 8ORA-27301: OS failure message: Not enough storage is available to process this command.ORA-27302: failure occurred at:
昨天需要將一個資料庫的aaa使用者下的資料匯入到另一個資料庫下的bbb使用者下面,不知道如何?,知道又用效率低下的exp/imp來做.今天再看了看impdp的說明,原來比exp/imp的更簡單,再次在實驗資料庫實驗了一下,成功了.具體命令如下:SQL>create directory exp_dump as 'd:\exp';SQL>grant read,write on directory exp_dump to aaa;expdp aaa/aaa
今天,同事反應他在編譯一個預存程序時出現錯誤PLS-00201.提示如下:PROCEDURE NEWSFIS.LOGMBCNTOn line: 73PLS-00201: 標識符 'SYS.DBA_OBJECTS' 必須被宣告73行內容如下:select count(*) into v_seq_cnt from dba_objects where object_type='SEQUENCE' AND
EXP資料時出現exp-00003錯誤,具體如下C:\>exp its/oracle@orcl tables=barcde compress=n trigger=y files=barcode.dmp log=exp.logExport: Release 8.1.7.4.1 - Production on Fri Jan 4 11:15:52 2008(c) Copyright 2000 Oracle Corporation. All rights reserved.Connected
今天檢查資料庫,發現standby已經停止apply 了.查看日誌發現如下錯誤:LOGSTDBY status: ORA-04045: errors during recompilation/revalidation of MES.BARCODE_INFO_TR1LOGSTDBY Apply process P005 pid=29 OS id=2232 stoppedWed Jun 11 08:48:47 2008LOGSTDBY status: ORA-04045: errors
負責備份的同事反映,最近備份的速度很慢。我們是用veritas備份的。到底是庫有問題,還是備份軟體設定問題,打算驗證一下。用RMAN直接備份到硬碟,每分鐘1G,可是用veritas備份每分鐘只有200M。在網上找找資料,發現說是Large_pool_size會影響速度,決定調整。給出的建議是large_pool_size=16M + 4*Size of tape buffer.這個Size of tape buffer又是多大呢?同事認為是tape driver
今天在匯出資料庫時,遇到ORA-39014錯誤,查Metalink找到如下文章,確認可用,分享給沒有帳號的朋友。Applies to: Oracle Server - Enterprise Edition - Version: 10.2.0.3.0This problem can occur on any platform.SymptomsWhile attempting to perform an export using Data Pump, the following errors
今天將由10.2.0.1.0升級為10.2.0.3.0的Standby DB Active起來之後,在open DB時系統報如下錯誤:ORA-00704: bootstrap process failureORA-1092 signalled during: alter database open...進行如下操作後OK.SQL>startup
昨天,在將資料通過資料泵轉移到曆史資料庫時,報如下錯誤。ORA-39002: invalid operationORA-39070: Unable to open the log file.ORA-29283: invalid file operationORA-06512: at "SYS.UTL_FILE", line 475ORA-29283: invalid file operation
從Oracle Database 10g開始,Oracle在建庫後就預設建立了一個名為GATHER_STATS_JOB的定時任務,用於自動收集CBO的統計資訊。這個自動任務預設情況下在工作日晚上10:00-6:00和周末全天開啟。調用DBMS_STATS.GATHER_DATABASE_STATS_JOB_PROC收集統計資訊。該過程首先檢測統計資訊缺失和陳舊的對象。然後確定優先順序,再開始進行統計資訊。可以通過以下查詢這個JOB的運行情況:select * from
今天總公司的前輩問我的10G建立的DB_LINK是否包含網域名稱,她希望建立沒有網域名稱的DB_LINK,我之前發現過這個問題,建立的DB_LINK全都含有網域名稱,例如TEST10G.REGRESS.RDBMS.DEV.US.ORACLE.COM,但直接用test10G是可以用的,所以沒有去解決這個問題。 大概過了半個鐘,總公司同事打電話過來,說她解決了這個問題,update global_name set