我的oracle是9.0
参数NLS_DATE_FORMAT='DD-MON-RR'我要把它改成'YYYY-MM-DD'形式没有改过来。
参数NLS_TIME_FORMAT='HH.MI.SSXFF AM'不知道XFF是什么?
做的恢复为:
RMAN>run{allocate channel disk1 type disk;
2> set until time '26-11月-04 04.03.00 pm';
3> restore database;
4> recover database;
5> alter database open resetlogs;}分配的通道: disk1
通道 disk1: sid=11 devtype=DISK正在执行命令: SET until clause
释放的通道: disk1
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00579: the following error occurred at 11/26/2004 16:57:54
RMAN-03002: failure during compilation of command
RMAN-03013: command type: set
RMAN-06003: ORACLE error from target database: ORA-01830: 日期格式图片在转换整个
输入字符串之前结束
RMAN-06097: text of failing SQL statement: select to_date('26-11月-04 04.03.00 p
m') from sys.dual
RMAN-06099: error occurred in source file: krmk.pc, line: 4244