>데이터 베이스 >MySQL 튜토리얼 >RMAN中通过时间点不完全恢复报ORA-01841的解决办法

RMAN中通过时间点不完全恢复报ORA-01841的解决办法

WBOY
WBOY원래의
2016-06-07 17:08:062985검색

在Linux中,对数据库进行RMAN不完全恢复。执行recover database until time

在Linux中,对数据库进行RMAN不完全恢复。执行recover database until time 'xxxx' 时报错:

ORA-01841 (full) year must be between -4713 and +4713 / +9999 and must not be 0

怎么改格式都无效。

解决方法是,设置操作系统的NLS_LANG环境变量,,例如 export NLS_LANG=AMERICAN_AMERICA.AL32UTF8

附上该错误的一个相关bug,不过该bug已在Oracle 9i中修复:

Recovery Manager Tablespace Point in Time Recovery fails if the format used by
NLS_DATE_FORMAT does not lead with a month.

If NLS_DATE_FORMAT leads with a Year then ORA-01841 is returned.
If NLS_DATE_FORMAT leads with a Day then ORA-01858 is returned.

This bug only affects the Tablespace Point in Time Recovery feature.

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.