摘要:
In this Document Symptoms Changes Cause Solution References APPLIES TO: Oracle Database - Enterprise Edition - Version 11.2.0.4 and later Oracle Datab 阅读全文
摘要:
AWR Report shows contention for 'row cache objects' as the top wait: Top 5 Timed Foreground Events Event Waits Time(s) Avg wait (ms) DB time Wait Clas 阅读全文
摘要:
SYMPTOMS DataPump shows following errors : Starting "<LOGIN_SCHEMA>"."SYS_IMPORT_FULL_14": <LOGIN>/******** parfile=<PARFILE_NAME>.par logfile=<LOG_NA 阅读全文
摘要:
--im_cons_integral表为分区表按照org_no(单位编码)分区 有效期历史数据处理 begin for cur in (select * from sgpm.o_org where org_type in ('04','05', '06')) loop insert into a_t 阅读全文
摘要:
症状 Datapump导出和导入(expdp和impdp)可能会遇到突然严重的性能问题,因为DW和DM进程经常等待 "StreamsAQ: enqueue blocked on low memory"。 以下是expdp logtime = all命令的示例症状。 (logtime 参数在 12.1 阅读全文
摘要:
SHUTDOWN ABORT 是关闭数据库的最快方式。 但是,以这种形式关闭数据库会使数据库处于不一致的状态(没有回滚),在这种情况下的备份在下次启动时需要恢复 (参见下面的提示1)*** 注意 *** 在8.1.6以前的数据库不推荐使用SHUTDOWN ABORT,因为在这么老的版本上这么做导致数 阅读全文
摘要:
explain plan for select '33101' org_no, nvl(count(*), 0) outNum from CPSS.k_id_staff_tqjl_v a where a.pda_status_code = '002' and a.gds_no in (SELECT 阅读全文
摘要:
JDBCTool jdbc数据库连接类 package com.tools; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLExcept 阅读全文
摘要:
[root@localhost mnt]# cat rename.py #!/usr/bin/python #coding=utf-8 import os from docx import Document path = "/mnt/" dir=os.listdir(path.decode("utf 阅读全文
摘要:
服务器信息: 操作系统:CentOS Linux release 7.7.1908 (Core) 主机名 ens33网卡信息 ha1 192.168.198.180/24 ha2 192.168.198.190/24 各节点安装HA软件: [root@ha1 yum.repos.d]# yum in 阅读全文