摘要:
问题 1:大量块丢失 (gc lost blocks, gc current/cr lost blocks) 症状 I. AWR 报告中显示有大量块丢失。II. netstat -s 报告数据包重新组装故障(reassambly failure)和丢失数据包(dropped packets)增加。 阅读全文
摘要:
RESET MASTER requires the RELOAD privilege. For a server where binary logging is enabled (log_bin is ON), RESET MASTER deletes all existing binary log 阅读全文
摘要:
APPLIES TO: Oracle Database - Enterprise Edition - Version 11.2.0.4 to 11.2.0.4 [Release 11.2]Information in this document applies to any platform. SY 阅读全文
摘要:
1、分批UPDATEDROP TABLE T2;CREATE TABLE T2 AS SELECT OBJECT_NAME FROM DBA_OBJECTS;SELECT * FROM T2;SELECT COUNT(*) FROM T2;DECLARE TYPE RIDARRAY IS TABLE 阅读全文
摘要:
表结构 SQL> desc scott.empName Type Nullable Default Comments EMPNO NUMBER(4) Y ENAME VARCHAR2(10) Y JOB VARCHAR2(9) Y MGR NUMBER(4) Y HIREDATE DATE Y SA 阅读全文
摘要:
# Redis配置文件样例 # Note on units: when memory size is needed, it is possible to specifiy# it in the usual form of 1k 5GB 4M and so forth:## 1k => 1000 by 阅读全文
摘要:
--生成环境,数据文件时常存在高水位,导致不能直接收缩数据文件的大小,释放磁盘空间 create or replace package PKG_TOOL is -- Author : LILEI -- Created : 2019/5/17 8:57:03 -- Purpose : SOME TOO 阅读全文