修改RMAN list命令输出的时间格式

根据需要,修改rman list命令输出结果的时间显示

$ rman target / 

Recovery Manager: Release 11.2.0.4.0 - Production on Wed Jul 1 14:40:26 2015

Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.

connected to target database: YB1 (DBID=1592461412)

RMAN> list backup;

using target database control file instead of recovery catalog

List of Backup Sets
===================

BS Key  Type LV Size       Device Type Elapsed Time Completion Time
------- ---- -- ---------- ----------- ------------ --------------------
23      Full    2.25M      DISK        00:00:03     01-JUL-2015 14:12:20
        BP Key: 23   Status: AVAILABLE  Compressed: NO  Tag: TAG20150701T141217
        Piece Name: /u01/app/oracle/fast_recovery_area/YB1/backupset/2015_07_01/o1_mf_nnndf_TAG20150701T141217_bs7161sd_.bkp
  List of Datafiles in backup set 23
  File LV Type Ckp SCN    Ckp Time             Name
  ---- -- ---- ---------- -------------------- ----
  3       Full 1062085    01-JUL-2015 14:12:17 /u01/app/oracle/oradata/yb1/undotbs01.dbf

RMAN> 

通过设置参数NLS_DATE_FORMAT的来设置时间格式:

$ export NLS_DATE_FORMAT=‘YYYY-MM-DD HH24:MI:SS‘
$ rman target / 

Recovery Manager: Release 11.2.0.4.0 - Production on Wed Jul 1 14:40:45 2015

Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.

connected to target database: YB1 (DBID=1592461412)

RMAN> list backup;

using target database control file instead of recovery catalog

List of Backup Sets
===================

BS Key  Type LV Size       Device Type Elapsed Time Completion Time
------- ---- -- ---------- ----------- ------------ -------------------
23      Full    2.25M      DISK        00:00:03     2015-07-01 14:12:20
        BP Key: 23   Status: AVAILABLE  Compressed: NO  Tag: TAG20150701T141217
        Piece Name: /u01/app/oracle/fast_recovery_area/YB1/backupset/2015_07_01/o1_mf_nnndf_TAG20150701T141217_bs7161sd_.bkp
  List of Datafiles in backup set 23
  File LV Type Ckp SCN    Ckp Time            Name
  ---- -- ---- ---------- ------------------- ----
  3       Full 1062085    2015-07-01 14:12:17 /u01/app/oracle/oradata/yb1/undotbs01.dbf

RMAN> 
时间: 2024-09-29 00:58:46

修改RMAN list命令输出的时间格式的相关文章

Eclipse 修改注释的 date time 日期时间格式,即${date}变量格式

Eclipse 修改注释的 date time 日期时间格式,即${date}变量格式 找到eclipse安装目录下面的plugins目录,搜索 org.eclipse.text ,找到一个jar包, 例如我找到的jar包为:org.eclipse.text_3.5.300.v20130515-1451.jar 然后打开它,找到这个类: org.eclipse.jface.text.templates.GlobalTemplateVariables 我们重写这个类就行了.(可反编译,也可以找到源

Python日志格式输出与时间格式

formatter = logging.Formatter("%(asctime)s %(levelname)s %(message)s","%Y%b%d-%H:%M:%S") 上面的%Y等是时间格式,所以要想理解上面要表示个什么,先来看一下Python的时间格式. %a - abbreviated weekday name %A - full weekday name %b - abbreviated month name %B - full month name

tp5时间格式转换

将时间戳变成时间格式输出到页面 public function index() { $this->assign('time', time()); return $this->fetch(); } 页面如果这样输出 <!-- 时间输出 --> <h3>{$time}</h3> 输出结果是时间戳 想要输出正常时间格式可以这样填写 <!-- 时间输出 --> <h3>{$time|date='y-m-d H:i:s',###}</h3

自定义 RMAN 显示的日期时间格式

缺省情况下,使用RMAN备份与恢复界面仅仅显示的是日期,而没有具体的时间.有时候需要查看具体的时间,如查看当天多个Incarnation的情形.对于这个问题,主要是设定环境变量参数NLS_DATE_FORMAT即可,如下文所描述.    1.RMAN日期及时间的缺省格式         [email protected]:~> rman target /         Recovery Manager: Release 10.2.0.3.0 - Production on Sat Jun 1

Linux环境变量的修改(永久,暂时)以及修改ls显示的时间格式

本文转自:http://blog.sina.com.cn/s/blog_8e21864f01014u9h.html Linux修改环境变量,很简单但很重要 一.Linux的变量种类 按变量的生存周期来划分,Linux变量可分为两类: 1. 永久的:需要修改配置文件,变量永久生效. 2. 临时的:使用export命令行声明即可,变量在关闭shell时失效. 二.设置变量的三种方法 1. 在/etc/profile文件中添加变量[对所有用户生效(永久的)] 用VI在文件/etc/profile文件中

c# 输出不同时间的格式

C#时间/日期格式大全,C#时间/日期函数大全 有时候我们要对时间进行转换,达到不同的显示效果 默认格式为:2005-6-6 14:33:34 如果要换成成200506,06-2005,2005-6-6或更多的该怎么办呢? 我们要用到: DateTime.ToString的方法(String, IFormatProvider) using System; using System.Globalization; String format="D"; DateTime date=DataT

nginx访问日志中的时间格式修改

1.说明 默认的时间格式是:[08/Mar/2013:09:30:58 +0800],由$time_local变量表示. 我想要改成如下格式:2013-03-08 12:21:03. 2.需要修改的文件 src/core/nginx_times.c src/http/modules/ngx_http_log_module.c 首先修改ngx_http_log_module.c文件: { ngx_string("time_iso8601"), sizeof("1970-09-2

WinServer2008r2 机器时间格式修改

windows2008 这么高级的系统不可能改个系统的日期时间显示格式还要进注册表啊.于是有baidu,google了下终于发现了,原来还有不需要注册表的更简便方法.windows2008默认时间格式是2012/6/10,这和我们程序中的一些功能产生了冲突,我们一般使用2012-6-10这种格式.根据以往经验,在控制面板-区域和语言选项中,把时间格式设置为yyyy-M-d,但是发现没有效果,重启后还是一样.时间也是类似,英文系统上默认是h:mm:ss tt之类的显示格式,也就是23:30:10

修改Oracle SQL Developer的时间格式

将Tools --> Preferences --> Database --> NLS Parameters 例如: 1.想显示时分秒 Date Format的值由"RR-MM-DD" 改为 "RR-MM-DD HH24:MI:SS",这样显示的时间就包含时分秒了. 2.想显示全部全时间 Date Format的值由"RR-MM-DD" 改为 "YYYY-MM-DD HH24:MI:SS",这样显示的时间就包