Rman-10038: Database Session For Channel D1 Terminated Unexpectedly
Rman-10038: Database Session For Channel D1 Terminated Unexpectedly Rman-10038 (文件 ID 399395.1) |
|
In this Document
Applies to:
Oracle Database -
Enterprise Edition - Version 10.2.0.1 and later Symptoms
On 10.2.0.1 in Production:
1. RMAN > run {
hannel d1: starting
piece 1 at 11-NOV-06
ORA-07445: exception encountered: core dump [kzldbind()+180]
[SIGSEGV] [Address not mapped to object] [0x0] [] []
Cause The issue was reported in bug : ORA-7445 IN RMAN AFTER CHANGING COMPATIBLE TO 10.2.0.
Bug has been closed as Not a Bug. The ORA-07445 errors ONLY occur after completing the backup and writing the final backup piece in the data collected RMAN output. The ORA-07445 error : [_intel_fast_memcpy.A()+14] also match the bug details as above. The issue can occure aswell when the spfile is not in the $ORACLE_HOME/dbs directory or a symbolic link to the spfile in the $ORACLE_HOME/dbs directory. Solution
To implement the solution, please execute the following steps: RMAN>show all;
if you see this: CONFIGURE CONTROLFILE AUTOBACKUP OFF; RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;
And try the RMAN backup again, if still an issue then please
confirm the below in regards to the spfile. SQL> show parameter spfile;
If an spfile is being used, then make sure it is in the
$ORACLE_HOME/dbs directory. $ ln -s <path>/<spfile> $ORACLE_HOME/dbs/<spfile> |
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25583515/viewspace-2146382/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- The OracleService$$$ service terminated unexpectedly.Oracle
- FIELDS TERMINATED BY WHITESPACE & FIELDS TERMINATED BY x'09'
- database link 關閉session問題DatabaseSession
- FIELDS TERMINATED BY WHITESPACE & FIELDS TERMINATED BY x'09' 區別
- JAVASE簡介---D1Java
- Terminated With Error ORA-474: SMON Process Terminated With Error-1361872.1Error
- oracle10g_rman_語法測試_reset database_allocate channel_OracleDatabase
- git 遇到The remote end hung up unexpectedlyGitREM
- alter database和alter system和alter session的區別DatabaseSession
- JVM terminated. Exit code=1JVM
- IOI D1 T2 message
- go : channel , queue , 程式管理 , 關閉channel ?Go
- XAMPP, Apache - Error: Apache shutdown unexpectedly 解決方法ApacheError
- 6 Java NIO Channel to Channel Transfers-翻譯Java
- ANR2968E Database backup terminated. DB2 sqlcode: -2033. DB2 sqlerrmc: 106DatabaseDB2SQL
- 使用wrangler建立hono和D1的Worker
- Cloudflare D1 - 免費資料儲存Cloud
- CF2002 D1/2
- Go – Channel 原理Go
- go channel例子Go
- go channel ->同步Go
- c# channelC#
- Buffer和Channel
- 解決Gitlab的The remote end hung up unexpectedly錯誤GitlabREM
- Golang 的 Channel 控制Golang
- Java NIO Channel 使用Java
- Go channel 的妙用Go
- go併發 - channelGo
- go channel問題Go
- ALLOCATE CHANNEL FOR MAINTENANCE 命令AINaN
- Go channel 介紹Go
- ora-01092 oracle instance terminatedOracle
- Golang 的 Channel 行為Golang
- Golang通道Channel詳解Golang
- golang-channel詳解Golang
- NIO(四)channel總結
- golang中channel的用法Golang
- golang開發:channel使用Golang