oracle 的workload到底是什么意思

作者&投稿:蓟玲 (若有异议请与网页底部的电邮联系)
can.help.you.walk.halfway到底是什么意思~

can
英[kæn] 美[kæn]
vt. 将…装入密封罐中保存
aux. 能; 能够; 可以; 可能
n. 罐头; (用金属或塑料制作的)容器; (马口铁或其他金属制作的)食品罐头
help
英[help] 美[hɛlp]

vt.
帮助;促进;治疗;补救

n.
帮助;补救办法;帮忙者;有益的东西
vi. 帮助;有用;招待
you

英[juː] 美[ju]
pron. 你;你们
walk
英[wɔːk] 美[wɔk]
n. 步行,走;散步
vt. 散步;走过
vi. 走,步行;散步
halfway
英[hɑːf'weɪ; 'hɑːfweɪ] 美[,hæf'we]
adv. 到一半;在中途
adj. 中途的;不彻底的

module
英 ['mɒdjuːl]
美 ['mɑdʒul]

n. [计] 模块;组件;模数

  oracle 的workload的意思是工作量。每个执行的工作量平均工作量是秒每执行测量;秒每执行措施平均净有效时间为一个特定的SQL语句。这表示是有用的测量或比较SQL语句的时间和影响。
  Oracle Database,又名Oracle RDBMS,或简称Oracle。是甲骨文公司的一款关系数据库管理系统。它是在数据库领域一直处于领先地位的产品。可以说Oracle数据库系统是目前世界上流行的关系数据库管理系统,系统可移植性好、使用方便、功能强,适用于各类大、中、小、微机环境。它是一种高效率、可靠性好的 适应高吞吐量的数据库解决方案。

您好,很高兴为您解答。

Workload
Workload is also referred to as Active Time.
Workload is a measurement of the Oracle instance's net processing time, measured in seconds. Workload is calculated by aggregating the net activity (non-idle time) for all Oracle processes.
Performance Analysis considers an Oracle process active when it is either:
Consuming CPU
Queued by the operating system, waiting for CPU to become available
Marked by Oracle as active with a non-idle wait event
The Workload indication is used in various contexts to reflect application load; such contexts can be the overall Oracle instance load, individual session activity, program load over time, etc. and its interpretation may vary among the various totaling methods:
Total Workload is measured in seconds. This representation can be used to compare loads.
Average Workload Per Second Workload is measured by Average Active Sessions. This representation reflects the average number of sessions that were active during a specified timeframe. This is the default representation for timeline graphs as it best reflects the session load on the instance.
For example:
A value of 5 Average Active Sessions for the Oracle instances Workload indicates that during the specified timeframe, an average of 5 sessions were actively processing. Such an average can reflect:
10 sessions, each processing for only 50% of the time
20 sessions, each processing for only 25% of the time, or
5 sessions, each processing throughout the specified timeframe.
A value of 0.75 Average Active Sessions for a specific session indicates that during the specified timeframe, the session was active 75% of the time. Values greater than 1 indicate that the session has been parallelized (parallel query) and is using more than a single query slave.
A value of 3 Average Active Sessions for a specific SQL Statement indicates that during the specified timeframe, an average of 3 sessions ran the SQL statement for the entire duration. Such an average can reflect:
6 sessions, each running the SQL statement for 50% of the specified timeframe,
12 sessions, each running the statement for 25% of the specified timeframe, or
3 sessions, each running the SQL statement throughout the entire specified timeframe.
Average Workload Per Execution Workload is measured in Seconds Per Execution; Seconds Per Execution measures the average net active time for a particular SQL statement. This representation is useful for measuring or comparing the duration and impact of SQL statements. Note that this metric represents the average net processing time and therefore differs from the Average SQL Duration metric that measures the average elapsed SQL time.

原文:http://blog.csdn.net/crazy_xiaoxiao/article/details/8101900

如若满意,请点击右侧【采纳答案】,如若还有问题,请点击【追问】

希望我的回答对您有所帮助,望采纳!

~ O(∩_∩)O~


合浦县17286227341: 如何生成Oracle AWR报告 -
方趴消渴: oracle手工生成AWR报告方法记录 AWR(Automatic Workload Repository)报告是DBA进行日常数据库性能评定、问题SQL发现的重要手段.熟练掌握AWR报告,是做好开发、运维DBA工作的重要基本功. 1、 运行脚本首先,准备一个目录作为...

合浦县17286227341: 怎样把Oracle的数据导入到SQLServer2005中 -
方趴消渴: 第一步:打开SQLServer2005数据库-->Temp数据库-->右键-->任务-->导入数据 第二步:如下图点击下一步 第三步:选择Oracle Privider for OLE DB 第四步:如下图 第五步:如下图 第六步:如下图 第七步:如下图 第八步:勾选你要导入的表-->下一步 第九步:如下图 第十步:点击完成 第十一步:如下图-->正在复制 第十二步:执行成功-->点击关闭即可 第十三步:打开SQLServer2005的Temp数据库看是否导入成功!

合浦县17286227341: 如何查看oracle的日志文件 -
方趴消渴: Oracle日志文件查看方法: 1、以sysdba权限用户登录数据库. 2、执行sql语句: select * from v$logfile;3、结果显示即为日志路径:4、另外还有其他的操作日志可用以下两个sql语句查询:select * from v$sql;--(#查看最近所作的操作) select * fromv $sqlarea;--(#查看最近所作的操作)

合浦县17286227341: oracle备份的数据库怎么导入到数据库 -
方趴消渴: Oracle导入SQL.如何能让我的SQL server 程序用到oracle数据首先是把要过来的oracle备份的.dmp文件处理好,要来EXP导出时候的用户名和密码,以及LOG日志文件.其次安装oracle数据环境,和我的SQL数据库在一个机器上,呵呵,这样...

合浦县17286227341: 把oracle数据库导出到Access数据库的工具?或方法? -
方趴消渴: 这个问题我回答过很多次了,参照下面的方法吧:How to export Oracle tables to Access1、Install an Oracle ODBC driver 2、Create a datasource based on a machine with an Oracle database 3、Select Get External data from the File menu 4、Choose Import rather than Link 5、Choose ODBC as the file type and select the datasource

合浦县17286227341: Oracle安装失败后如何完全卸载 -
方趴消渴: 1、开始->设置->控制面板->管理工具->服务,停止所有Oracle服务.2、卸装所有Oracle产品3、运行regedit,选择HKEY_LOCAL_MACHINE/SOFTWARE/ORACLE,按del键删除这个入口.4、运行regedit,选择HKEY_LOCAL_MACHINE/...

合浦县17286227341: 什么是oracle awr报告 -
方趴消渴: AWR 是 Oracle 10g 版本 推出的新特性, 全称叫Automatic Workload Repository-自动负载信息库 AWR 是通过对比两次快照(snapshot)收集到的统计信息,来生成报表数据,生成的报表包括多个部分.

合浦县17286227341: oracle 的startup命令 -
方趴消渴: sql>startup nomount --到非挂载模式 sql>alter database mount; --到挂载模式 SQL>alter database archivelog; --启动归档 SQl>alter database open; --open一般数据库启动都按这个顺序打命令也可以直接sql>startup mount/open,或者不加就是直接open

合浦县17286227341: oracle数据库的后台进程有哪些 -
方趴消渴: DBWR进程:该进程执行将缓冲区写入数据文件,是负责缓冲存储区管理的一个ORACLE后台进程.当缓冲区中的一缓冲区被修改,它被标志为“弄脏”,DBWR的主要任务是将“弄脏”的缓冲区写入磁盘,使缓冲区保持“干净”.由于缓冲存...

合浦县17286227341: oracle数据库中的表如何能够导入到mysql中? -
方趴消渴: 1、 运行MySQL Migration Toolkit,一路“Next”到“Source Database”,在Database System中选择Oracle Database Server,如果第一次使用会告之要求加载驱动程序ojdbc14.jar.加载驱动程序之后,界面将变成如下的形式,在其中填写...

本站内容来自于网友发表,不代表本站立场,仅表示其个人看法,不对其真实性、正确性、有效性作任何的担保
相关事宜请发邮件给我们
© 星空见康网