在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.限制MongoDB使用内存大小Oracle exp导出时出现ORA-01555和ORA-22924的解决方案相关资讯 Oracle基础教程
- Oracle块编程返回结果集详解 (11/10/2013 10:45:58)
- Oracle基础教程之设置系统全局区 (08/22/2013 14:24:00)
- Oracle基础教程知识点总结 (06/18/2013 07:43:32)
| - Oracle基础教程之tkprof程序详解 (10/22/2013 11:49:50)
- Oracle基础教程之sqlplus汉字乱码 (07/18/2013 16:30:00)
- Oracle 管理之 Linux 网络基础 (02/16/2013 18:37:35)
|
本文评论 查看全部评论 (0)