上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页
摘要: Export: Release 12.2.0.1.0 - Production on Wed Nov 4 14:35:20 2020 Copyright (c) 1982, 2017, Oracle and/or its affiliates. All rights reserved. Connec 阅读全文
posted @ 2020-11-06 11:27 阿西吧li 阅读(689) 评论(0) 推荐(0)
摘要: APPLIES TO: Oracle Database - Enterprise Edition - Version 12.2.0.1 and laterOracle Database - Standard Edition - Version 12.2.0.1 and laterInformatio 阅读全文
posted @ 2020-11-02 08:51 阿西吧li 阅读(3539) 评论(0) 推荐(0)
摘要: 一.安装jenkins 1.下载jenkins稳定版本的war包(https://www.jenkins.io/download/)。 2.服务器安装jenkins [root@rancher1 jenkins]# useradd jenkins [root@rancher1 jenkins]# c 阅读全文
posted @ 2020-10-29 16:27 阿西吧li 阅读(143) 评论(0) 推荐(0)
摘要: In this Document Symptoms Changes Cause Solution References APPLIES TO: Oracle Database - Enterprise Edition - Version 11.2.0.4 and later Oracle Datab 阅读全文
posted @ 2020-09-25 11:54 阿西吧li 阅读(411) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2020-08-21 09:21 阿西吧li 阅读(1533) 评论(0) 推荐(0)
摘要: SYMPTOMS DataPump shows following errors : Starting "<LOGIN_SCHEMA>"."SYS_IMPORT_FULL_14": <LOGIN>/******** parfile=<PARFILE_NAME>.par logfile=<LOG_NA 阅读全文
posted @ 2020-08-10 14:22 阿西吧li 阅读(801) 评论(0) 推荐(0)
摘要: --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 阅读全文
posted @ 2020-07-29 11:01 阿西吧li 阅读(321) 评论(0) 推荐(0)
摘要: 症状 Datapump导出和导入(expdp和impdp)可能会遇到突然严重的性能问题,因为DW和DM进程经常等待 "StreamsAQ: enqueue blocked on low memory"。 以下是expdp logtime = all命令的示例症状。 (logtime 参数在 12.1 阅读全文
posted @ 2020-07-28 14:54 阿西吧li 阅读(857) 评论(0) 推荐(0)
摘要: SHUTDOWN ABORT 是关闭数据库的最快方式。 但是,以这种形式关闭数据库会使数据库处于不一致的状态(没有回滚),在这种情况下的备份在下次启动时需要恢复 (参见下面的提示1)*** 注意 *** 在8.1.6以前的数据库不推荐使用SHUTDOWN ABORT,因为在这么老的版本上这么做导致数 阅读全文
posted @ 2020-07-28 14:46 阿西吧li 阅读(574) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2020-07-24 11:01 阿西吧li 阅读(355) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页