ASM磁盘组添加删除磁盘 一、查看磁盘 1.查看本地磁盘 [root@oadb1 ~]# ll /dev/sd* brw-rw---- 1 root disk 8, 0 Jul 29 18:26 /dev/sda brw-rw---- 1 root disk 8, 1 Jul 29 18:26 /dev/sda1 brw-rw---- 1 root…
3.ORA-01861: literal does not match format string RMAN> recover database until time '2022-07-15 11:41:52' skip forever tablespace ysprod:SYSTEM, ysprod:SYSAUX, ys…
Windows2019显示我的电脑,网络等桌面图标 如果是在Windows Server 2012本地控制台下,打开开始---运行或者直接按Win+R,输入以下代码回车,勾选所需的桌面图标确定即可。 rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0
Linux安装SQL Server报错 一、现象 [root@server01 ~]# /opt/mssql/bin/mssql-conf setup Choose an edition of SQL Server: 1) Evaluation (free, no production use rights, 180-day limit) 2) D…
Linux创建只读用户 一、创建用户 useradd -s /bin/bash dbmon ----Aix系统: useradd -s /usr/bin/ksh -m -G oinstall dbmon; 二、设置密码 echo "@dbmon_123p" | passwd --stdin dbmon ----Aix系统: pa…
If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would…
在执行python3时定时任务用bash来嵌套有时候不行,所以可以在定时任务中可以使用 source /etc/profile && 命令 实现,可行 crontab执行python脚本报错:DPI-1047: Cannot locate a 64-bit Oracle Client library: "libclntsh…
SYSAUX表空间占用过高问题处理 案例一: WRH$_ACTIVE_SESSION_HISTORY 在11.2.0.4版本中WRH$_ACTIVE_SESSION_HISTORY不会自动分区,需要手工执行语句(alter session set "_swrf_test_action" = 72) 才会创建一个新的分区,保留时间…
Prometheus Grafana监控安装配置教程 一、下载Prometheus https://prometheus.io/download/ 二、关闭防火墙 [root@grafana ~]# systemctl disable firewalld.service [root@grafana ~]# systemctl stop firewa…
Visual Studio 2022配置C语言开发环境 一、下载 https://visualstudio.microsoft.com/zh-hans/ 二、安装 双击VisualStudioSetup.exe弹出安装界面 三、配置C语言开发环境 双击Visual Studio 2022快捷图标