ORA-12012: error on auto execute of job 8913
這個問題我以前遇見過,不過沒有仔細研究,今天多虧棉花幫助,要不然我還是無處下手。
[@more@]alert:
Mon Aug 11 22:00:37 2008
Errors in file /oracle/app/oracle/admin/1/bdump/1_j000_3285088.trc:
ORA-12012: error on auto execute of job 8913
ORA-03211: The segment does not exist or is not in a valid state
trace:
Dump file /oracle/app/oracle/admin/1/bdump/1_j000_3285088.trc
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
With the Partitioning, Real Application Clusters and Data Mining options
ORACLE_HOME = /oracle/app/oracle/product/db10g
System name: AIX
Node name: sczfdb1
Release: 3
Version: 5
Machine: 00C04F0E4C00
Instance name: zfora01
Redo thread mounted by this instance: 1
Oracle process number: 319
Unix process pid: 3285088, image: (J000)
*** ACTION NAME:(AUTO_SPACE_ADVISOR_JOB) 2008-08-11 22:00:37.873
*** MODULE NAME:(DBMS_SCHEDULER) 2008-08-11 22:00:37.873
*** SERVICE NAME:(SYS$USERS) 2008-08-11 22:00:37.873
*** SESSION ID:(1547.44541) 2008-08-11 22:00:37.873
*** 2008-08-11 22:00:37.873
ORA-12012: error on auto execute of job 8913
ORA-03211: The segment does not exist or is not in a valid state
select * from dba_jobs where job=8913
no rows selected.
以上是現象,不過我沒有細緻觀察,其實從上面也能找到可用資訊。
經過棉花指點,我查到
select job_name,failure_count from dba_scheduler_jobs
PURGE_LOG 0
FGR$AUTOPURGE_JOB 0
GATHER_STATS_JOB 0
AUTO_SPACE_ADVISOR_JOB 13
這個Scheduler job AUTO_SPACE_ADVISOR_JOB 失敗了13次,
select * from dba_scheduler_job_log能查到具體資訊,從時間上看與alert中報錯時間相符,說明就是這個Scheduler job 失敗了。如果仔細看,在trace也能發現,不過我們當時也不懂AUTO_SPACE_ADVISOR_JOB 是啥玩意。
首先,Scheduler job 是什麼東東?我個人認為是oracle自己定義的job,比如可以看到GATHER_STATS_JOB ,這是10g後oracle自動收集統計資訊的job
其次,為什麼這個job會失敗了,透過第二條資訊去分析了。
ORA-03211: The segment does not exist or is not in a valid state
Cause: The segment specified in the DBMS_SPACE_ADMIN or DBMS_SPACE operation does not exist or is not in a state appropriate for this operation
Action: Fix the segment specification, or put the segment in the appropriate state.
欲知後事如何,且聽下回分解。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9533994/viewspace-1008855/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ORA-12012: error on auto execute of job 388947Error
- ORA-12012: error on auto execute of job "ORACLE_OCMErrorOracle
- ORA-12012: error on auto execute of job "SYS"."ORA$AT_SA_SPC_SY_%"Error
- ORA-12012: error on auto execute of job "ORACLE_OCM"."MGMT_CONFIG_JOB_2_1"ErrorOracle
- ORA-12012: error on auto execute of job "ORACLE_OCM"."MGMT_CONFIG_JOB_2_2"ErrorOracle
- "ORA-12012:error on auto execute of job ORACLE_OCM.ORA-29280"_1453959.1ErrorOracle
- error on auto execute of job "SYS"."PURGE_LOG"錯誤分析Error
- Oracle 12.2 報錯:ORA-12012: error on auto execute of job “SYS”.”ORA$AT_OS_OPT_SY_7458″OracleError
- Oracle 11g報錯"ORA-12012: error on job ORACLE_OCM.MGMT_CONFIG_JOB_2_1"OracleError
- ORA-12012 job解決
- 資料庫JOB 裡的EMD_MAINTENANCE.EXECUTE_EM_DBMS_JOB_PROCS()資料庫AINaN
- [重慶思莊每日技術分享]-12.2 Auto Space Advisor Job Fails ORA-12012,ORA-00060AI
- EMD_MAINTENANCE.EXECUTE_EM_DBMS_JOB_PROCS佔用大量資源AINaN
- 關於EMD_MAINTENANCE.EXECUTE_EM_DBMS_JOB_PROCS()的問題AINaN
- Last_SQL_Error: Could not execute Update_rows eventASTSQLError
- oracle10g最佳化:emd_maintenance.execute_em_dbms_job_procsOracleAINaN
- ERROR 1661 (HY000): Cannot execute statement: impossible to write to binaryError
- Disable the Evolve Job SYS_AUTO_SPM_EVOLVE_TASK in Oracle 12cOracle
- Job: TO_CHAR(CURRENT_TIMESTAMP, 'HH24MISSFF') errorError
- The Execute Disable/No Execute CPU feature is not enabled for this machineMac
- Export and import right application or execute import imp-00010 error solveExportImportAPPError
- Python程式碼解析: job = next(job for job in jobs if job.job_id == job_id)Python
- Job for mysqld.service failed because the control process exited with error code...MySqlAIError
- ORA-39097: Data Pump job encountered unexpected error -12801Error
- mongodb錯誤解決辦法-bash: ./mongod: cannot execute binary file: Exec format errorMongoDBORMError
- VMware: ESXi requires the Execute Disable/No Execute CPU feature to be enabledUI
- SQL Server 2000 Error 14274 ,不能刪除job解決方法SQLServerError
- java cmd executeJava
- Android Auto-Building Apps for Auto,Getting Started with AutoAndroidUIAPP
- 【Oracle】ORA-12012Oracle
- Percona MySQL 5.6 語句加鎖報錯"ERROR 1665 (HY000): Cannot execute statement"MySqlError
- java.io.IOException: Error opening job jar: hadoop-0.20.2-examples.jarJavaExceptionErrorJARHadoop
- Execute to Parse 指標指標
- Job for mysqld.service failed because the control process exited with error code錯誤解決MySqlAIError
- Centos httpd模組 Job for httpd.service failed because the control process exited with error code.CentOShttpdAIError
- oracle建立job並執行jobOracle
- 【JOB】Oracle JOB全面學習(DBMS_JOB和DBMS_SCHEDULER)Oracle
- auto型別型別