一个守望数据库的老菜鸟
发布时间:2016-09-28 11:10:54
转载请注明出处。本文链接地址:http://blog.chinaunix.net/uid-31396856-id-5752529.htmlHow to 修改awr的topnsql的数量呢?SQL> show parameter statistics_levelNAME TYPE .........【阅读全文】
发布时间:2016-09-27 16:09:20
转载请注明出处。本文链接地址:http://blog.chinaunix.net/uid-31396856-id-5752483.html最近为一张大表添加了唯一性约束,因为表以前有很多数据有重复的列,但是客户要求保留,没有办法直接添加唯一性约束。最后记录下这次操作的思路1.创建表和测试数据SQL> create table t(id number(5),text varchar2(128));Tab.........【阅读全文】
发布时间:2016-09-27 14:43:22
转载请注明出处。本文链接地址:http://blog.chinaunix.net/uid-31396856-id-5752468.html近来有朋友在数据库上进行expdp 碰到错误如下:Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit ProductionWith the Partitioning, OLAP, Data Mining and Real Application Testing options.........【阅读全文】
发布时间:2016-09-27 11:58:34
转载请注明出处。本文链接地址:http://blog.chinaunix.net/uid-31396856-id-5752460.html 简要Linux 静态路由的方法记录如下,以备查询:1、添加默认网关,作为默认路由。/etc/sysconfig/network里添加到末尾方法:GATEWAY= 比如:vi /etc/sysconfig/network-scripts/route-eth0添加如下信息:192.168..........【阅读全文】