上一页 1 ··· 74 75 76 77 78 79 80 81 82 ··· 128 下一页
摘要: Hot Tables in RAC Tuning When tuning storage, it is often beneficial to be able to identify hot spots in the databases, i.e. tables with more I/O acti 阅读全文
posted @ 2021-08-20 01:56 耀阳居士 阅读(34) 评论(0) 推荐(0)
摘要: 实战:如何掌握Oracle和业务IO知识 架构师技术联盟 2019-08-18 08:11 关注 今天,笔者打算梳理下Oracle架构相关的知识,让读者快速全面掌握Oracle和大数据领域知识。 Oracle系统结构由内存结构、物理和逻辑结构等几个部分组成。其中,与阵列密切相关的物理结构包括数据文件 阅读全文
posted @ 2021-08-20 01:37 耀阳居士 阅读(106) 评论(0) 推荐(0)
摘要: FLUSH_DATABASE_MONITORING_INFO Procedure This procedure flushes in-memory monitoring information for all tables in the dictionary. Corresponding entri 阅读全文
posted @ 2021-08-20 01:02 耀阳居士 阅读(351) 评论(0) 推荐(0)
摘要: 【大页内存】Oracle数据库配置大页内存 原创 Oracle 作者:xysoul_云龙 时间:2021-08-19 10:23:42 12 0 配置大页内存 脚本内容 #!/bin/bash # # hugepages_settings.sh # # Linux bash script to co 阅读全文
posted @ 2021-08-20 00:36 耀阳居士 阅读(514) 评论(0) 推荐(0)
摘要: Oracle表与索引的分析及索引重建 1.分析表与索引(analyze 不会重建索引) analyze table tablename compute statistics 等同于 analyze table tablename compute statistics for table for al 阅读全文
posted @ 2021-08-20 00:26 耀阳居士 阅读(668) 评论(0) 推荐(0)
摘要: EBR – Part 2: Locking, Blocking and ORA-04068 This is part 2 of a post series about EBR.In part 1 we created the baseline model and code – a table (PE 阅读全文
posted @ 2021-08-19 14:36 耀阳居士 阅读(60) 评论(0) 推荐(0)
摘要: 基于DataWorks搭建新零售数据中台 2021-04-30 14:06 文章作者:许日(欢伯),在2016年盒马早期的时候,转到盒马事业部作为在线数据平台的研发负责人,现任阿里云计算平台DataWorks建模引擎团队负责人。 文章简介:本篇文章向大家分享新零售企业如何基于DataWorks搭建数 阅读全文
posted @ 2021-08-18 22:32 耀阳居士 阅读(281) 评论(0) 推荐(0)
摘要: oracle常用的时间格式转换 1:取得当前日期是本月的第几周 select to_char(sysdate,'YYYYMMDD W HH24:MI:SS') from dual; TO_CHAR(SYSDATE,'YY') select to_char(sysdate,'W') from dual 阅读全文
posted @ 2021-08-17 17:26 耀阳居士 阅读(3641) 评论(0) 推荐(0)
摘要: 利用sshpass获取多台主机的信息 2016年5月25日admin发表评论阅读评论 最早做运维的时候,自动化工具还不是很火热,而需要批量执行的时候一般会借助pssh、sshpass+脚本 这类方式完成批量执行的需求。2012年的时候当时还对ssh工具做过一篇记录---sshpass:ssh非交互式 阅读全文
posted @ 2021-08-16 17:04 耀阳居士 阅读(214) 评论(0) 推荐(0)
摘要: 用 Python 3 + PyQt5 擼了一個可以播放“任意”音樂的播放器 0 Python • cosven • 于 2 years ago • 338 阅读 特性 可以在 Linux,macOS,Windows 上使用 安裝簡單,新手友好,預設提供國內各音樂平臺外掛(網易雲、蝦米、QQ ) 較強 阅读全文
posted @ 2021-08-16 00:55 耀阳居士 阅读(167) 评论(0) 推荐(0)
上一页 1 ··· 74 75 76 77 78 79 80 81 82 ··· 128 下一页