摘要:
1.查看是否开启了IPV6 通过ifconfig,能看到inet6说明开启了IPV6 # ifconfig -a | grep inet6 inet6 fe80::211:aff:fe6a:9de4 prefixlen 64 scopeid 0x20 inet6 ::1 prefixlen 128 阅读全文
阅读排行榜
自动检查点(Automatic Checkpointing)
2015-07-28 12:16 by abce, 458 阅读, 收藏,
摘要:
自动检查点(Automatic Checkpointing)在oracle10g,支持自动检查点调优,这样可以提高系统可用性。自动检查点调优需要开启参数fast_start_mttr_target。开启自动检查点: fast_start_mttr_target的值设置太小,会导致thread检查点频 阅读全文
error nr.1045 access denied for user 'root'@'localhost' (using passwd:no)
2015-12-30 10:38 by abce, 457 阅读, 收藏,
摘要:
在windows上卸载了mysql,再次重新安装的时候运行失败,并报以下错误: 解决办法: 1.服务里面停止Mysql服务。 2.卸载Mysql,删除MySQL的安装目录。 3.此外还要删除以下目录的mysql相关文件 4.删除注册表里的HEKY_LOCAL_MACHINE相关目录 HKEY_LOC 阅读全文
Debian 11 上安装 postgresql
2024-07-22 13:35 by abce, 455 阅读, 收藏,
摘要:
1.增加官方的Repository 手动配置官方的 apt Repository # Import the repository signing key: $ sudo apt install curl ca-certificates $ sudo install -d /usr/share/pos 阅读全文
Oracle 12C -- native left outer join的加强
2015-08-10 14:37 by abce, 454 阅读, 收藏,
摘要:
在11g中SQL> select count(*) 2 from emp a, dept b, bonus c 3 where a.deptno(+) = b.deptno 4 and a.ename(+) = c.ename;where a.deptno(+) = b.deptno *ERROR 阅读全文
浙公网安备 33010602011771号