07 2023 档案

摘要:shell脚本内容为: 点击查看代码 #!/bin/bash export LANG=en_US.UTF-8 export NLS_LANG="AMERICAN_AMERICA.AL32UTF8" source /etc/profile source /root/.bash_profile HOME 阅读全文
posted @ 2023-07-04 16:48 小尾巴想看雪 阅读(123) 评论(0) 推荐(0) 编辑
摘要:采集容器日志的shell脚本内容为: 点击查看代码 ``` #!/bin/bash export LANG=zh_CN.gb18030 . ~/.bash_profile #日志放置目录 log_path=/aa/bb/cc/dd/ee todaydate=$(date +%Y%m%d) nowda 阅读全文
posted @ 2023-07-04 16:46 小尾巴想看雪 阅读(77) 评论(0) 推荐(0) 编辑
摘要:程序作用: 1.初始化操作系统 2.安装dm数据库软件 3.初始化实例 4.配置参数 5.删除实例 6.删除数据库软件 整个安装程序的目录结构如下: ![image](https://img2023.cnblogs.com/blog/1575377/202307/1575377-2023070318 阅读全文
posted @ 2023-07-03 18:50 小尾巴想看雪 阅读(116) 评论(0) 推荐(0) 编辑
摘要:脚本内容如下: 点击查看代码 ``` # coding: UTF-8 import json import os import re import sys import time from datetime import datetime from time import sleep import 阅读全文
posted @ 2023-07-03 16:23 小尾巴想看雪 阅读(1396) 评论(0) 推荐(0) 编辑