问题标签 [awr]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
533 浏览

oracle - 解释 AWR 报告中的行锁争用

我的 AWR 报告显示以下内容:

10,694 是否代表时钟时间?

或者它是否代表在生成 AWR 期间监控的所有会话所花费的总时间?

0 投票
1 回答
305 浏览

oracle - Oracle AWR Report 文件无法写入磁盘(使用 Oracle Database Server Docker Image)

我正在尝试在 Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production(使用 Oracle Database Server Docker Image)中生成 AWR 报告。

我作为 sysdba 连接到数据库。在 sqlplus 我运行:@$ORACLE_HOME/rdbms/admin/awrrpt.sql,在回答输出格式(html)、开始和结束快照以及输出文件名之后,我得到了一个输出:

使用报告名称 awrrpt_1_1_4.html

显然我在路径上找不到文件 awrrpt_1_1_4.html/u01/app/oracle/product/12.2.0/dbhome_1/rdbms/admin/

我有足够的空间:

对于$ORACLE_HOME/rdbms/admin/我给出的输出目录chmod 777,我也可以创建一个文件,将一些数据放入其中,然后用vi编辑器保存。

可能是什么问题?

0 投票
0 回答
265 浏览

oracle - 不完整的 AWR 快照

我对 Oracle AWR 报告有疑问。在 AWR 报告的末尾有一个警告:

警告

由于 AWR 快照不完整,无法确定实例的最佳内存目标。

报告的完整结尾指出:

附加信息

警告

由于 AWR 快照不完整,无法确定实例的最佳内存目标。

杂项信息

等待类“应用程序”没有消耗大量的数据库时间。

等待类“提交”没有消耗大量的数据库时间。

等待类“并发”没有消耗大量数据库时间。

等待类“配置”没有消耗大量数据库时间。

CPU 不是实例的瓶颈。

等待类“网络”没有消耗大量数据库时间。

会话连接和断开连接调用不会消耗大量数据库时间。

在此处输入图像描述

我的问题是:我应该如何解释这个警告?可以做些什么来修复此警告?谢谢你。

0 投票
1 回答
148 浏览

oracle - Oracle AWR units of db time per sec (WORKLOAD REPOSITORY COMPARE PERIOD REPORT)

I'm getting WORKLOAD REPOSITORY COMPARE PERIOD REPORT that says

I'm confused, Db time should be in time units, doesn't it?


BELOW are context and history of what's I've researched about AWRs and how I came to the answer I posted eventually.

I have ARW report that says

That I read e.g. here https://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:229943800346471782 it's explained how DB time can exceed elapsed time. And Db time is time, it's measured in time units (min = minute?), so far so good.

Then Load Profile says:

If DB time is 80 minutes in 60 minutes, than per sec by math should be 80/60/60, where that division by 60 to get per second go?

EDIT: my guess now as the question have been posted that this metric is in seconds, although units are not mentioned in AWR and I could not find about it in web by awr db time in sec search. Please provide link where it's confimed for sure (if it is so).

EDIT 2: WORKLOAD REPOSITORY report says, DB Time(s): per sec in Load profile section, where as WORKLOAD REPOSITORY COMPARE PERIOD REPORT just says Db time per sec. So now with like 99% assurance I can guess compare report uses same units, it's still not 100% sure fact. I actually get the reports via automated system, so cannot be sure they not mangled along the way...

P.S. by the way, I tried to do pretty formating of output, wanting to insert tabs, but could not find how, e,g. here Tab space in Markdown it says for similar it's not possible in markdown. Please add in comment if it can be done on stackoverflow.

0 投票
2 回答
44 浏览

php - 从数组中获取前两个值并运行 foreach

我有如下所示格式的 json 数据

在此处输入图像描述

我正在尝试使用 foreach 为需要开始和结束日期作为参数的 API 构建 url。

这是 url 的示例 -> https://api.website.com/?action=export_ranking&startDate=2014-04-08&stopDate=2019-02-20

我的问题是,如何为从 json 数据中提取开始和结束日期的 API构建url 。

我正在使用 PHP BTW。

非常感谢任何帮助。

0 投票
1 回答
441 浏览

oracle - 在 11.2 中调整 PGA_AGGREGATE_TARGET

我附上了来自我们的服务器的 AWR 报告的输出,该服务器遇到了性能问题。

附件是来自 AWR 报告的 PGA 咨询。

是否说明PGA短缺?

在此处输入图像描述

0 投票
0 回答
54 浏览

oracle - oracle 无法创建 AWR 报告

甲骨文版本:11.2.0.1.0

当我尝试在 Oracle 中使用 sysdba 生成 AWR 报告时,

我不断收到此错误:

我在网上找了很久。但是没有用。请帮助或尝试给出一些想法如何实现这一目标

0 投票
0 回答
18 浏览

python - Python 3.0.9 中的非响应式二维散点图

我正在尝试为 awr1642BOOST 板运行 python 代码来制作短程雷达。因为我没有 dca1000 evm 数据采集板,所以我正在尝试使用提供的 python 代码的 detObj 字典来获取检测到的数据点。运行代码时,2D 散点图窗口显示为空白并保持无响应。请有人指出我可能做错了什么。我还附上了错误窗口和 python shell 的屏幕截图。[在此处输入图像描述][1]

0 投票
0 回答
41 浏览

oracle - AWR 报告 Oracle OEM 中的时区更改

我是 Oracle 的新手,并且使用 Oracle OEM(Oracle Enterprise Manager)进行 AWR 报告。

OEM 以GMT时区显示时间

但是当我在我的数据库中运行这个查询时,我发现它在PST时区

从 DUAL 中选择 SESSIONTIMEZONE、CURRENT_TIMESTAMP;

当我尝试在 oracle OEM 中为 AWR 报告选择快照 ID 时,它不显示报告的时区。如何从这些快照列表中选择当前时间报告?有没有办法弄清楚这个设置(注意:我无权编辑 OEM 设置)。或者快照基于数据库时区而不是任何 OEM 设置?