上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 23 下一页
摘要: [root@ht02 ~]# cat /etc/ssh/sshd_config|grep "DNS" UseDNS no 重启sshd服务 systemctl restart sshd 阅读全文
posted @ 2020-08-17 16:52 刚好遇见Mysql 阅读(700) 评论(0) 推荐(0)
摘要: 查看任务状态 select client_name,status from dba_autotask_client; 修改窗口执行开始时间和持续时间 begin dbms_scheduler.disable( name => 'SUNDAY_WINDOW', force => TRUE); DBMS 阅读全文
posted @ 2020-08-17 01:16 刚好遇见Mysql 阅读(1331) 评论(0) 推荐(0)
摘要: oracle 建议关闭透明大页 Because Transparent HugePages are known to cause unexpected node reboots and performance problems with RAC, Oracle strongly advises to 阅读全文
posted @ 2020-08-10 23:45 刚好遇见Mysql 阅读(894) 评论(0) 推荐(0)
摘要: 参考How to Install 11.2 /12.1/12.2/18c/19c Database/Client Software in Silent Mode with/without Using Response File (Doc ID 885643.1) How to Install RAC 阅读全文
posted @ 2020-07-17 15:56 刚好遇见Mysql 阅读(629) 评论(0) 推荐(0)
摘要: 11g RAC集群位置: Grid : $ORACLE_HOME/log/`hostname -s` 19c RAC 集群日志位置: Grid: $ ADR_BASE /diag/crs/rac1/crs/trace 所有的集群日志文件被称为TRACE文件,并用带.trc扩展名(除集群警报日志)结束 阅读全文
posted @ 2020-07-03 20:11 刚好遇见Mysql 阅读(3381) 评论(0) 推荐(0)
摘要: Oracle Linux 7: Udev rule for ASM Cannot Place the ASM Disk in a Directory under /dev (Doc ID 2217951.1) [root@ht01 rules.d]# cat 96-asmmultipath.rule 阅读全文
posted @ 2020-07-03 00:51 刚好遇见Mysql 阅读(1127) 评论(0) 推荐(0)
摘要: 11g 查找trace文件 SELECT D.VALUE || '/' || LOWER(RTRIM(I.INSTANCE, CHR(0))) || '_ora_' || P.SPID || '.trc' TRACE_FILE_NAME FROM (SELECT P.SPID FROM SYS.V$ 阅读全文
posted @ 2020-06-28 01:46 刚好遇见Mysql 阅读(268) 评论(0) 推荐(0)
摘要: oracle一般把使用dblink的表做为远端,下面语句把yz.remot_tab作为远程表 SQL> select l.object_id,l.object_name from yzxd.local_tab l,yz.remot_tab@remote r where l.object_id=r.o 阅读全文
posted @ 2020-06-18 16:39 刚好遇见Mysql 阅读(425) 评论(0) 推荐(0)
摘要: 当我们对Oracle进行安装部署时,需要按照相关要求修改OS内核参数,下面对Oracle按照部署时需要修改的相关内核参数进行简单介绍。 注:OS的内核参数大多数存放在/proc/sys目录下,可以在系统运行时进行更改,但是当系统重新启动时会失效,而通过/etc/sysctl.conf文件可以永久生效 阅读全文
posted @ 2020-06-13 22:19 刚好遇见Mysql 阅读(1181) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2020-03-28 18:27 刚好遇见Mysql 阅读(2) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 23 下一页