摘要: 这个视频除了很久了,还是发一个帖子吧,男生版,原版女生声音是小清新,试试大叔版的低沉声音吧…… 优酷地址: https://v.youku.com/v_show/id_XNDI2MTQ3MDYwOA==.html?sharekey=cb6604ed152aa3adab8540e48ad4d4c01 阅读全文
posted @ 2019-09-21 16:50 翰墨文海 阅读(318) 评论(0) 推荐(0) 编辑
摘要: 关闭11g 新特性 开归档 oracle 11g安装完成需修改:1、关闭审计alter system set audit_trail=none scope=spfile sid='*'; 防止ORA-03113: 通信通道的文件结尾 错误。 alter system set open_cursors 阅读全文
posted @ 2019-09-21 16:34 翰墨文海 阅读(2168) 评论(0) 推荐(0) 编辑
摘要: oracle 10g,11g 12c可以查找以下, 一、查看profile配置并记录;二、在重置密码之前修改profile(PASSWORD_REUSE_MAX、PASSWORD_REUSE_TIME、 PASSWORD_VERIFY_FUNCTION)三个参数以免发生报错;三、查询当前处于OPEN 阅读全文
posted @ 2019-09-21 16:27 翰墨文海 阅读(1056) 评论(0) 推荐(0) 编辑
摘要: 一、一般日常用的脚本 1、检查源库每个节点至少3组redoselect group#,thread#,bytes/1024/1024,members,status from v$log; select group#,thread#,sequence#,BYTES/1024/1024,archived 阅读全文
posted @ 2019-09-21 16:22 翰墨文海 阅读(7043) 评论(0) 推荐(0) 编辑
摘要: oracle 常用脚本以及语句 一.19c单机安装: #!/bin/bash ##需要7.0+ 版本的Linux#关闭selinux sed -i 's\SELINUX=enforcing\SELINUX=disabled\' /etc/selinux/configsetenforce 0 #关闭防 阅读全文
posted @ 2019-09-21 15:48 翰墨文海 阅读(1823) 评论(0) 推荐(0) 编辑
摘要: 文章结构如下: 一. 环境配置 1. 配置防火墙 查看IPTABLES 当前状态与关闭过程 chkconfig --list|grep iptables 关闭iptables service iptables stop chkconfig iptables off 关闭selinux setenfo 阅读全文
posted @ 2019-09-21 15:19 翰墨文海 阅读(453) 评论(0) 推荐(0) 编辑