当前位置:网站首页>Incremental backup? db full
Incremental backup? db full
2022-07-05 01:26:00 【Drunken Xiaobai】
backup as compressed backupset INCREMENTAL from scn 3544827 database format '+SSDDG1' tag 'incre';
set pagesize 1000 linesize 200
col command_id for a20
col start_time for a20
col time_taken_display for a10
col status for a25
col input_type for a13
col output_device_type for a10
col input_bytes_display for a10
col output_bytes_display for a10
COL in_sec FORMAT a10
COL out_sec FORMAT a10
alter session set nls_date_format = 'YYYY-MM-DD HH24:MI:SS';
select * from
(select
SESSION_KEY
,start_time
, end_time
, time_taken_display
, status
, input_type
, output_device_type
,INPUT_BYTES_PER_SEC_DISPLAY in_sec
,OUTPUT_BYTES_PER_SEC_DISPLAY out_sec
, input_bytes_display
, output_bytes_display
from v$rman_backup_job_details
order by start_time DESC)
where rownum<30
/
边栏推荐
- To sort out messy header files, I use include what you use
- Complex, complicated and numerous: illustration of seven types of code coupling
- 多模输入事件分发机制详解
- 整理混乱的头文件,我用include what you use
- BGP comprehensive experiment
- Daily question brushing record (13)
- If the consumer Internet is compared to a "Lake", the industrial Internet is a vast "ocean"
- 抓包整理外篇——————状态栏[ 四]
- Great God developed the new H5 version of arXiv, saying goodbye to formula typography errors in one step, and mobile phones can also easily read literature
- ROS command line tool
猜你喜欢
Behind the cluster listing, to what extent is the Chinese restaurant chain "rolled"?
Yyds dry goods inventory [Gan Di's one week summary: the most complete and detailed in the whole network]; detailed explanation of MySQL index data structure and index optimization; remember collectio
Nebula importer data import practice
微信小程序;胡言乱语生成器
Call Huawei order service to verify the purchase token interface and return connection reset
26.2 billion! These universities in Guangdong Province have received heavy support
微信小程序:全新独立后台月老办事处一元交友盲盒
潘多拉 IOT 开发板学习(RT-Thread)—— 实验4 蜂鸣器+马达实验【按键外部中断】(学习笔记)
微信小程序:微群人脉微信小程序源码下载全新社群系统优化版支持代理会员系统功能超高收益
Wechat applet: wechat applet source code download new community system optimized version support agent member system function super high income
随机推荐
Classification of performance tests (learning summary)
【微处理器】基于FPGA的微处理器VHDL开发
If the consumer Internet is compared to a "Lake", the industrial Internet is a vast "ocean"
每日刷题记录 (十三)
Global and Chinese market of nutrient analyzer 2022-2028: Research Report on technology, participants, trends, market size and share
There is a new Post-00 exam king in the testing department. I really can't do it in my old age. I have
When the industrial Internet era is truly developed and improved, it will witness the birth of giants in every scene
整理混乱的头文件,我用include what you use
Grabbing and sorting out external articles -- status bar [4]
142. Circular linked list II
Armv8-a programming guide MMU (3)
【大型电商项目开发】性能压测-性能监控-堆内存与垃圾回收-39
流批一体在京东的探索与实践
当产业互联网时代真正发展完善之后,将会在每一个场景见证巨头的诞生
LeetCode周赛 + AcWing周赛(T4/T3)分析对比
SAP ui5 application development tutorial 107 - trial version of SAP ui5 overflow toolbar container control introduction
Global and Chinese market of optical densitometers 2022-2028: Research Report on technology, participants, trends, market size and share
The performance of major mainstream programming languages is PK, and the results are unexpected
Global and Chinese markets of radiation linear accelerators 2022-2028: Research Report on technology, participants, trends, market size and share
【海浪建模1】海浪建模的理论分析和matlab仿真