eygle.com   eygle.com
eygle.com eygle
eygle.com  
 

« Google处理1TB数据只需68秒 1PB六个小时 | 文摘首页 | AIX 中 Paging Space 使用率过高的分析与解决 »

NLS_DATE_FORMAT-RMAN不完全修复中的时间格式
modb.pro

利用RMAN进行基于时间点的修复,有时候需要设置nls_date_format参数,才能正确执行,如:

C:>set NLS_DATE_FORMAT=YYYY-MM-DD HH24:MI:SS
C:>rman nocatalog target /

RMAN>run {
allocate channel c1 type disk;
alloctae channel c2 type disk;
set until time='2011-04-21:11:09:01';
restore database;
recover database;
sql 'alter database open resetlogs';
release channel c1;
release channel c2;
}

在RMAN中修改日期格式可以使用如下方式:
RMAN>run { sql "alter session set nls_date_format=''yyyy-mm-dd hh24:mi:ss''";}

在SQL*Plus中可以使用如下方式:

SQL>alter session set nls_date_format='yyyy-mm-dd hh24:mi:ss';
SQL>select sysdate from dual;

SYSDATE
-------------------
2011-04-21 11:11:20



历史上的今天...

By eygle on 2011-03-20 18:07 | Comments (0) | Oracle摘 | 2786 |


CopyRight © 2004~2020 云和恩墨,成就未来!, All rights reserved.
数据恢复·紧急救援·性能优化 云和恩墨 24x7 热线电话:400-600-8755 业务咨询:010-59007017-7040 or 7037 业务合作: marketing@enmotech.com