上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 81 下一页
摘要: https://jingyan.baidu.com/article/5d6edee2f32de199eadeec25.html 要注意secureCRT的版本,建议下载最新版本的软件 https://jingyan.baidu.com/article/5d6edee2f32de199eadeec25 阅读全文
posted @ 2019-03-02 17:35 feiyun8616 阅读(298) 评论(0) 推荐(0)
摘要: ###sample 如何在本地生成数据库的备份,并复制到DG库新环境(高级) 1. 首先确定本地文件系统(存放备份集)足够大,可以使用如下语句查询当前数据库实际的使用总大小 Rman 备份进度: select sum("已使用空间(M)") from ( SELECT Upper(F.TABLESP 阅读全文
posted @ 2019-03-01 14:22 feiyun8616 阅读(673) 评论(0) 推荐(0)
摘要: 1、 https://blog.csdn.net/wonengguwozai/article/details/80325745 今天项目中涉及到了使用多进程处理数据,在廖雪峰的python教程上学习了一下多进程相关,其中涉及到了start和join函数,解释的不是很清晰,在网上找了博客,敲了下博客提 阅读全文
posted @ 2019-02-27 16:50 feiyun8616 阅读(274) 评论(0) 推荐(0)
摘要: #####以上仅仅针对11G以上的版本 ##sample 0 with oneday as (select /*+ materialize */ * from v$diag_alert_ext where ORIGINATING_TIMESTAMP > systimestamp - 1)select 阅读全文
posted @ 2019-02-20 20:17 feiyun8616 阅读(462) 评论(0) 推荐(0)
摘要: 参考 http://www.liujiangblog.com/course/django/124 AdminLTE-2.4.5 http://www.liujiangblog.com/course/django/125 1. STATICFILES_DIRS = [ os.path.join(BAS 阅读全文
posted @ 2019-02-11 16:16 feiyun8616 阅读(786) 评论(0) 推荐(0)
摘要: #####20181225 1.python解决SNIMissingWarning和InsecurePlatformWarning警告在想要获取https站点的资源时,会报出SNIMissingWarning和InsecurePlatformWarning警告 SNIMissingWarning: 阅读全文
posted @ 2019-02-07 20:29 feiyun8616 阅读(1301) 评论(0) 推荐(0)
摘要: mysql front安装与使用教程 由 kaikai0220 创建,Alma 最后一次修改 2018-04-25 mysql front安装与使用教程 mysql front安装与使用教程 由 kaikai0220 创建,Alma 最后一次修改 2018-04-25 mysql front一款小巧 阅读全文
posted @ 2019-01-30 16:14 feiyun8616 阅读(1041) 评论(0) 推荐(0)
摘要: sample 1: rac中并 行的设置 https://blog.csdn.net/wll_1017/article/details/8285574 我们的生产库一般在节点一上的压力比较大,在节点二上的压力比较小,对内存、cpu等的观察也是在节点二使用率比较低,所以在节点二上建索引并且开了并行,可 阅读全文
posted @ 2019-01-23 19:31 feiyun8616 阅读(1042) 评论(0) 推荐(0)
摘要: 转 https://dbaplus.cn/news-10-220-1.html ORAchk 之前被称为RACcheck,后来它的检查范围进行了扩展,改名为了ORAchk,它是在数据库系统进行健康检查的一个专用工具,这个工具主要用来检查软件的配置是否符合要求以及一些最佳实践是否被应用了。通过这个工具 阅读全文
posted @ 2019-01-22 16:28 feiyun8616 阅读(360) 评论(0) 推荐(0)
摘要: ###########sample 1 OCR corruption messages are reported in crsd.log, automatic OCR backup is failing. Ocrcheck complains "Device/File intergrity chec 阅读全文
posted @ 2019-01-22 14:20 feiyun8616 阅读(694) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 81 下一页