How to gather statistics on Oracle eBS.
Don't use package DBMS_STATS to do that, using FND_STATS is a good command.
Also,don't use the ANALYZE command.
Eg.
Use the following command to gather schema statistics:
exec fnd_stats.gather_schema_statistics('PO')
exec fnd_stats.gather_schema_statistics('ALL')
Use the following command for gathering statistics on a temporary table
(ie: temporary tablename = temp1 in schema INV):
exec fnd_stats.gather_table_stats('INV','temp1');
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/38542/viewspace-1043942/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- [20220517]toad使用gather_plan_statistics提示問題.txt
- [20240313]toad gather_plan_statistics執行計劃相關問題.txt
- Oracle 12C Statistics on Column GroupsOracle
- SciTech-Mathmatics-Probability+Statistics-Population Vs. Sampling: Representative Samples + How to obtain SamplesAI
- How Oracle Store Number internal(zt)Oracle
- How to Install EMC PowerPath on Oracle VM 3.4Oracle
- How To Deal With Split Brain In Oracle 19c RacAIOracle
- 【BUG】Oracle12c tablespace io statistics missing from awr reportOracle
- Oracle 12.2 How to Generate AWRs in Active Data Guard Standby DatabasesOracleDatabase
- Java NIO之Scatter和GatherJava
- [20221222]How to Enable and Disable Database Options in oracle 11g.txtDatabaseOracle
- How To Deal With Split Brain In Oracle 19c Rac-202203AIOracle
- How To Replicate Data from Oracle to Postgres Using GoldenGate (Doc ID 1544137.1OracleGo
- SciTech-Mathematics-Probability+Statistics-7 Key Statistics Concepts
- SciTech-Mathmatics-Probability+Statistics-VI-Statistics:Quantifing Uncertainty + Regression Analysis)AI
- Understanding System Statistics(zt)
- Statistics and Data Analysis for BioinformaticsORM
- SciTech-Statistics-英語授課:Business Statistics商務統計
- How to ssh
- MySQL中的Statistics等待MySql
- How to find dependency
- [20200214]Printing all table preferences affecting dbms_stats.gather_table_stats
- 理解pytorch幾個高階選擇函式(如gather)PyTorch函式
- 從頭造輪子:python3 asyncio之 gather (3)Python
- [譯] WebAssembly: How and whyWeb
- How OpenStack integrates with Ceph?
- How to Build a Cybersecurity CareerUI
- CISO之What & How
- How to Restart Qt ApplicationRESTQTAPP
- How Python list works?Python
- How to Install psql on MacSQLMac
- How to Install LibreOffice on UbuntuUbuntu
- SciTech-Mathmatics-Probability+Statistics-VIII-Statistics:Quantifing Uncertainty+ANOCOVA(ANalysis of COVAriance)協方差分析原理AI
- MATH38161 Multivariate Statistics and Machine LearningMac
- IBM SPSS Statistics 26中文啟用資源+IBM SPSS Statistics 26補丁安裝教程IBMSPSS
- How to make sense of Kotlin coroutinesKotlin
- How to Install ClamAV on CentOS 7CentOS
- How to change the background color for PyCharmPyCharm
- How to subscribe to GPT4?GPT