当前位置:网站首页>增量备份 ?db full
增量备份 ?db full
2022-07-05 01:13:00 【喝醉酒的小白】
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
/
边栏推荐
- Redis master-slave replication cluster and recovery ideas for abnormal data loss # yyds dry goods inventory #
- Call Huawei order service to verify the purchase token interface and return connection reset
- The performance of major mainstream programming languages is PK, and the results are unexpected
- “薪資倒掛”、“畢業生平替” 這些現象說明測試行業已經...
- Global and Chinese market of veterinary thermometers 2022-2028: Research Report on technology, participants, trends, market size and share
- Redis(1)之Redis简介
- 【微处理器】基于FPGA的微处理器VHDL开发
- Grabbing and sorting out external articles -- status bar [4]
- Database postragesql client authentication
- 视频网站手绘
猜你喜欢
Complex, complicated and numerous: illustration of seven types of code coupling
Daily question brushing record (13)
微信小程序;胡言乱语生成器
【大型电商项目开发】性能压测-优化-中间件对性能的影响-40
Talking about JVM 4: class loading mechanism
Detailed explanation of multi-mode input event distribution mechanism
"Upside down salary", "equal replacement of graduates" these phenomena show that the testing industry has
How to use words to describe breaking change in Spartacus UI of SAP e-commerce cloud
Expansion operator: the family is so separated
JS implementation determines whether the point is within the polygon range
随机推荐
实战模拟│JWT 登录认证
dotnet-exec 0.6.0 released
Database postragesql client connection default
dotnet-exec 0.6.0 released
Yyds dry goods inventory kubernetes management business configuration methods? (08)
How to use words to describe breaking change in Spartacus UI of SAP e-commerce cloud
Database performance optimization tool
Mongodb series learning notes tutorial summary
26.2 billion! These universities in Guangdong Province have received heavy support
Which financial products with stable income are good
微信小程序:微群人脉微信小程序源码下载全新社群系统优化版支持代理会员系统功能超高收益
Maximum number of "balloons"
【海浪建模2】三维海浪建模以及海浪发电机建模matlab仿真
The performance of major mainstream programming languages is PK, and the results are unexpected
ROS command line tool
Redis(1)之Redis简介
Basic operations of database and table ----- create index
College degree, what about 33 year old Baoma? I still sell and test, and my monthly income is 13K+
SAP ui5 application development tutorial 107 - trial version of SAP ui5 overflow toolbar container control introduction
Basic operation of database and table ----- phased test II