代码改变世界

阅读排行榜

RHCE7 -- IPv6

2015-08-14 22:43 by abce, 683 阅读, 收藏,
摘要: IPV6地址一个128位数字 如果在IPv6地址后面包括TCP和UDP网络端口,建议将IPv6放在方括号中,以便区分: [2001:db8:0:10::1]:80 IPv6的标准子网掩码是"/64" 通用IPv6地址和网络 IPv6地址或网络 用途 描述 ::1/128 本地主机 等效于127.0. 阅读全文

MySQL索引的维护

2022-03-07 21:58 by abce, 682 阅读, 收藏,
摘要: 1.找出未使用的索引 结合sys schema查询 mysql> select * from sys.schema_unused_indexes;+ + + +| object_schema | object_name | index_name |+ + + +| world | City | Co 阅读全文

oradim新建服务后,登录数据库报ORA-12560错误

2018-04-24 10:46 by abce, 682 阅读, 收藏,
摘要: 操作系统是windows。 解决方法:在注册表中添加一项ORACLE_SID 阅读全文

Oracle 12C -- clone a remote pdb

2015-10-31 13:52 by abce, 681 阅读, 收藏,
摘要: Connect to the remote CDB and prepare the remote PDB for cloning. Create a user in the remote database for use with the database link. In this case, w 阅读全文

查看ADOP会话

2015-12-03 14:34 by abce, 679 阅读, 收藏,
摘要: 查看ADOP有哪些会话: 退出之前的会话: 阅读全文
上一页 1 ··· 128 129 130 131 132 133 134 135 136 ··· 246 下一页