码迷,mamicode.com
首页 >  
搜索关键字:Veeam Backup    ( 2916个结果
PostgreSQL 循环导出schema的脚本
需要备份的schema列表 $ cat need_backup_schema.txt pipeline_na_16q3_v4 pipeline_na_16q4_v8 pipeline_na_16q4_v8_ap_delta pipeline_na_16q4_v8_dup_ids_fix pipeli ...
分类:数据库   时间:2019-12-14 17:31:21    阅读次数:131
python基础 logging模块
简单logging模块入门 1 import logging 2 #五种日志级别,默认输出到屏幕;默认打印warning级别及以上的日志 3 logging.debug("test debug") 4 logging.info("test info") 5 logging.warning("test ...
分类:编程语言   时间:2019-12-11 23:36:12    阅读次数:130
丢失归档日志做不完全恢复(until sequence)
环境: OS:Centos 7 DB:12.2.0.1 1.备份数据库run{allocate channel ch1 device type disk;backup as compressed backupset full filesperset 5 database format '/u01/r ...
分类:其他好文   时间:2019-12-11 17:02:55    阅读次数:99
【SQL Server备份恢复】维护计划实现备份:每周数据库完整备份、每天差异备份、每小时日志备份
原文:【SQL Server备份恢复】维护计划实现备份:每周数据库完整备份、每天差异备份、每小时日志备份 ... ...
分类:数据库   时间:2019-12-11 00:49:43    阅读次数:238
系统基础优化及查看系统信息命令
系统基础优化及查看系统信息命令
分类:其他好文   时间:2019-12-08 23:10:22    阅读次数:123
缺少控制文件备份时如何还原数据库 (Doc ID 1438776.1)
How to restore database when controlfile backup missing (Doc ID 1438776.1) APPLIES TO: Oracle Database - Enterprise Edition - Version 9.2.0.1 and late ...
分类:数据库   时间:2019-12-08 17:13:44    阅读次数:93
常用代码合集
[TOC] shell ? 这是平时我在shell开发中常用的一些代码demo 1. 注册成为service ~~~shell [Unit] Description=lingouu app.service After=syslog.target [Service] Type=simple ExecS ...
分类:其他好文   时间:2019-12-06 21:24:13    阅读次数:149
表空间数据文件迁移到另外的位置(backup as copy tablespace)
环境: OS: Centos 7 DB:12.2.0.1 数据库必须在归档模式 1.创建表空间12c pdb下创建表空间create tablespace tps_dataloggingdatafile '/u01/app/oracle/oradata/ora12c/ora12cpdb1/tps_d ...
分类:其他好文   时间:2019-12-06 19:14:14    阅读次数:130
MySQL8 clone plugin
解压,修改权限 配置文件 初始化 启动 安装clone plugin 命令行加载插件 配置文件启动时加载 强制启动时,必须加载clone插件 本地 clone clone 需要游clone_admin权限的用户才能clone,本地实验使用root GRANT BACKUP_ADMIN ON *.* ...
分类:数据库   时间:2019-12-06 11:50:28    阅读次数:114
How to restore and recover a database from an RMAN backup. (Doc ID 881395.1)
APPLIES TO: Oracle Database - Enterprise Edition - Version 10.1.0.2 to 11.2.0.2 [Release 10.1 to 11.2]Oracle Database - Enterprise Edition - Version 1 ...
分类:数据库   时间:2019-12-05 18:33:06    阅读次数:122
2916条   上一页 1 ... 26 27 28 29 30 ... 292 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!