摘要: v1 (spring boot+layui+security+quartz实现) 管理Oracle数据库账号 收集Oracle数据库信息用来分析及统计 v2版本 (spring boot+layui+security+xxljob实现) 功能:数据库资产管理、用户管理、安装部署 、监控告警 、性能分 阅读全文
posted @ 2021-08-04 13:27 阿西吧li 阅读(342) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash ##切换归档 /u01/mysql/bin/mysql -h 127.0.0.1 -uroot -p'123456' -e "FLUSH LOGS;" ##备份binlog到nas rsync -av --include "mybinlog.*" --exclude="*" 阅读全文
posted @ 2024-05-31 13:57 阿西吧li 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 推荐使用docker或k8s跑archery,手工部署环境和各类插件有点繁琐 安装docker 1.安装依赖包yum install -y yum-utils device-mapper-persistent-data lvm22.添加阿里镜像仓库yum-config-manager --add-r 阅读全文
posted @ 2024-02-20 11:43 阿西吧li 阅读(370) 评论(0) 推荐(0) 编辑
摘要: 监控平台收集不到wrh$_tablespace_space_usage表数据。 awr报告没有任何快照信息。 alter日志发现报错:Suspending MMON slave action kewrmafsa_ for 82800 seconds MMON进程trace文件报错如下: Unable 阅读全文
posted @ 2024-01-23 13:34 阿西吧li 阅读(141) 评论(0) 推荐(0) 编辑
摘要: APPLIES TO: Oracle Database - Enterprise Edition - Version 10.2.0.1 to 11.2.0.3 [Release 10.2 to 11.2]Oracle Database - Enterprise Edition - Version 1 阅读全文
posted @ 2023-08-04 10:51 阿西吧li 阅读(12) 评论(0) 推荐(0) 编辑
摘要: APPLIES TO: Oracle Database Exadata Express Cloud Service - Version N/A and laterOracle Database Backup Service - Version N/A and laterOracle Database 阅读全文
posted @ 2023-06-09 09:59 阿西吧li 阅读(169) 评论(0) 推荐(0) 编辑
摘要: SQL如下(MYSQL版本为8.0.17): select lastname from (select id,loginid,workcode,lastname from HrmResource union all select id,loginid,'' as workcode,lastname 阅读全文
posted @ 2023-06-07 16:19 阿西吧li 阅读(124) 评论(0) 推荐(0) 编辑
摘要: <bean id="dataSource" class="com.alibaba.druid.pool.DruidDataSource" init-method="init" destroy-method="close"> <!-- 基本属性 url、user、password --> <prope 阅读全文
posted @ 2023-03-20 10:38 阿西吧li 阅读(158) 评论(0) 推荐(0) 编辑
摘要: Oracle Database - Enterprise Edition - Version 12.1.0.2 to 12.2.0.1 [Release 12.1 to 12.2]Oracle Database Cloud Schema Service - Version N/A and later 阅读全文
posted @ 2023-03-17 08:59 阿西吧li 阅读(150) 评论(0) 推荐(0) 编辑
摘要: mysql -h 10.24.xx.xx -u root -p -vvv -s -N -f < test.sql > output 2>&1 参数说明: -f Continue even if we get an SQL error. -v Write more. (-v -v -v gives t 阅读全文
posted @ 2023-01-11 16:42 阿西吧li 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 配置NFS https://www.linuxprobe.com/basic-learning-12.html ORACLE各节点挂载nfs mount -t nfs 10.24.12.35:/ /backup crontab定时执行全库备份及归档备份 全库备份(一天执行一次): su - orac 阅读全文
posted @ 2023-01-05 14:22 阿西吧li 阅读(76) 评论(0) 推荐(0) 编辑