Discover oracle performance tuning guide, include the articles, news, trends, analysis and practical advice about oracle performance tuning guide on alibabacloud.com
performed in Oracle ).
L if you frequently query multiple sub-records in the same parent table, consider clustering the sub-Table separately. (This improves the performance of querying sub-table records from the same parent table, and does not reduce the full search performance for the parent table ).
L if more than one or two
Anything can have a positive impact on Oracle performance, such as changing the Oracle initialization parameters, adjusting the corresponding SQL, etc. the problem with Oracle's instance tuning is that overloaded Oracle's SGA can cause serious performance problems. Adjustme
provide information on the use and performance of the main hardware components of the system, as well as the performance of the operating system itself. This information is critical for detecting potential resource consumption, such as CPU cycles and physical memory, as well as detecting poor performance of peripherals such as disk drives. Operating system stati
1.2 requirement Software Installation
A typical development environment includes the following components:
Jdeveloper-refer to 3.1 "installing Oracle jdeveloper ."
Webcenter extension bundle-please refer to 3.2 "installing the webcenter extension bundle ."
Supported database-(optional) for example, Oracle Database 11g.
Supported content repository-(optional) Example: Universal Content Management (UCM)
. (This increases the performance of querying child table records from the same parent table and does not reduce the performance of full search for the parent table).
Do not cluster tables if the data queried from all tables that have the same clustered key value is more than one or two oracle blocks. (To access records in a clustered table,
Importance of oracle data dictionary and dynamic performance table: because the data dictionary contains user information, we need to query the data dictionary when logging on and have permission information, we also need to query the data dictionary when performing operations, and we also need to query the data dictionary when operating data with constraints. Therefore, the data dictionary is very importan
OriginRecent 10g and 11g physical standby configuration experiments found that Data Guard is actually easy, but lacks good documentation. I was experimenting with the official documentation and thought it wasn't very clear.Google out of two PDF documents, read it feel much stronger than official documents. It may be useful for some friends to translate. I am also better acquainted with these two documents while translating. I have not translated English for a long time, can practice practiced ha
software, testing the effectiveness of tuningChongqing si Zhuang Oracle Database performance Optimization 10 OCM expert teamHttp://www.cqsztech.com/content/109/227.htmlChongqing si Zhuang Technology Co., Ltd. is the Oracle third-party technical service units, southwest China is the earliest professional provider of Oracle
introduced in Oracle7.0.1.2, with roughly 100 waiting events. This number is increased to approximately 150 in Oracle 8.0, with approximately 200 events in oracle8i and approximately 360 waiting events in oracle9i. There are two main categories of wait events, idle (idle) Wait events and non-idle (non-idle) wait events.Information about idle events and non-idle events is now available through Google and can be found in much more detail, whileThere is
that can be recovered. If you do not have a COMMIT transaction, Oracle restores the data to the state it was before it was deleted (exactly before the delete command was executed) and when the truncate is applied, the rollback segment no longer holds any recoverable information. When the command runs, The data cannot be restored. So very few resources are invoked and execution times are short. (Translator Press: truncate only in Delete full table app
$02HISTORYALARM20140801USABLEIDX_HISTORYALARM$02HISTORYALARM20140802USABLEIDX_HISTORYALARM$02HISTORYALARM20140803USABLEIDX_HISTORYALARM$02HISTORYALARM20140804USABLEIDX_HISTORYALARM$02HISTORYALARM20140805USABLE......
You can see that the index of the partition HISTORYALARM20140731 has been marked as UNUSABLE.When an index is marked as unavailable, the optimizer ignores these indexes, and Oracle does not maintain these indexes when changing the table in
The Oracle tutorial you are looking at is: Oracle SQL Performance Tuning Series Learning Ii.
4. Select the most efficient table name order (valid only in the Rule-based optimizer)
The Oracle parser processes the table names in the FROM clause in Right-to-left order, so the
The Oracle tutorial being looked at is: Oracle SQL Performance Tuning series learning one.
1. Choose the appropriate Oracle OptimizerThere are 3 Oracle optimizer types:A. Rule (rule-based) b. Cost (based on costs) c. CHOOSE (optio
Tags: style blog http color using OS IO strongOne, automatic workload library (Automatic Workload Repository,awr)The Automated Workload library (Automatic Workload repository,awr) is a tool provided by Oracle Corporation. AWR can automatically collect, process, and save performance statistics, which are stored in memory and then saved in a database that can be displayed in a report or queried through a view
------------------------------------------------------------------------------------------Idx_ historyalarm$02historyalarm20140731unusableidx_historyalarm$02historyalarm20140801usableidx_historyalarm$ 02historyalarm20140802usableidx_historyalarm$02historyalarm20140803usableidx_historyalarm$ 02historyalarm20140804usableidx_historyalarm$02historyalarm20140805usable ...You can see that the index of the partition HISTORYALARM20140731 is already labeled unusable.When indexes are marked as unavailable
processes are running (in the Solaris 8 operating environment is prstat ). In addition, many commercial and unsupported products can be used for performance monitoring. SE Toolkit is a free and unsupported product. For more information about different versions of SE Toolkit, see Sun Performance SE Toolkit page ). SE Toolkit reports disk activity, CPU utilization, TCP and network connections, memory, and mo
information on the use and performance of the main hardware components of the system, as well as the performance of the operating system itself. This information is critical for detecting potential resource consumption, such as CPU cycles and physical memory, as well as detecting poor performance of peripherals such as disk drives. Operating system statistics ar
For some current releases, three dynamic performance views are available for DBAs (Database Administrator, Database Administrator) and developers, namely V $ SQL, V $ SQLAREA, and V $ SQLTEXT.These views can be used to collect statistics about SQL command execution. In Oracle 10g and Release 2, the fourth dynamic performance view, V $ SQLSTATS, is added to facili
details of the table, according to the name of the detail table can generally understand its content, and feel that there is no need to thoroughly understand the details of the structure of the table. and different versions of Oracle have a corresponding change to the structure of these tables. All, here the structure of the table and the corresponding contents are omitted ...
For example: You see Stats$sql_summary, you can certainly think of a SQ
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.