SAP Note 806554 - FAQ: I/O-intensive database operations

Composant : Oracle - Backoffice Service Delivery

Solution : https://service.sap.com/sap/support/notes/806554 (Connexion à SAP Service Marketplace requise)

Résumé :
La note SAP se concentrent sur l'optimisation des opérations de base de données intensives en E/S, incluant des tâches telles que la création, la reconstruction d'indices et la réorganisation de tables, essentielles pour améliorer la performance dans les environnements SAP. Elle décrit les conditions requises pour de telles opérations, par exemple, la nécessité d'un nouvel index ou la fragmentation d'un index existant. Des stratégies efficaces pour minimiser les perturbations pendant ces processus comprennent l'exécution des opérations en ligne pour éviter les verrouillages de production, l'utilisation du traitement parallèle, et la configuration de paramètres Oracle comme DB_FILE_MULTIBLock_READ_COUNT pour améliorer la performance de lecture. La note souligne l'importance de comprendre quand et comment exécuter ces opérations en utilisant à la fois les outils Oracle et SAP, en assurant un impact minimal sur la disponibilité et la performance du système.

Mots Clés :
alter session set db_file_multiblock_read_count = <new_value>            oracle parameters sort_area_size / pga_aggregate_target, objectsanalyze table <table_name> validate structure cascade [online], creating indexes rebuilding indexes coalescing indexes generating statistics structure validation, r3load media recovery client deletion table conversion incremental conversion, coalescing indexesalter index <index_name> coalesce [parallel <degree>], parallel query processes generate hot spots, index fragmentationanalyze index <index> validate structure, rebuild [online] [parallel <degree>]  [nologging]            choose online, [online] [parallel <degree>]  [nologging]            choose online, avoid long-running table conversions

Notes associées :

1319517Unicode Collection Note
1287382Extending BW objects on Oracle with large tables
1047369Faster DB accesses for R3szchk using Oracle DBSL
1045847ORACLE DIRECT PATH LOAD SUPPORT IN R3LOAD
1043380Efficient Table Splitting for Oracle Databases
1028099Long import runtimes for large db_cache_size
1022097Analyze table validate structure cascade online is slow
1013049FAQ: Oracle Data Pump
954268Optimization of export: Unsorted unloading
952514Using the table splitting feature
936441Oracle settings for R3load based system copy
912620FAQ: Oracle indexes
906139Histogram creation takes longer with 9.2 than with 8.1.7
857973Deleting clients efficiently using Oracle
857081Unicode conversion: downtime estimate
842240FAQ: Backup strategy of large and highly-available databases
793113FAQ: Oracle I/O configuration
789011FAQ: Oracle memory areas
771929FAQ: Index fragmentation
766349FAQ: Oracle SQL optimization
750631Approximations for cost calculation of the CBO
711047Performance problem on DBMS_STATS in 9.2
684545Statistics generation: DBMS_STATS runs longer than ANALYZE
682926Composite SAP note: Problems with "create/rebuild index"
651060FAQ: Oracle Parallel Execution
647697BRSPACE - New tool for Oracle database administration
646681Reorganization of tables with BRSPACE
632336Long runtimes when compiling statistics on Oracle 9.2.0.x
628590Activating table monitoring using "-f monit" option
619876Oracle9i: Automatic PGA Memory Management
619188FAQ: Oracle wait events
618868FAQ: Oracle performance
605062FAQ: Restore and recovery
592393FAQ: Oracle
588668FAQ: Database statistics
548016Conversion to Unicode
547464Nologging Option when creating indexes
541538FAQ: Reorganization
541311CC-INFO: Parallel processes FAQ
491160Restore scenarios for lost files of oracle databases
444287Checking the index storage quality
424239New BRCONNECT parameter: stats_dbms_stats
408527Checking the statistics using DBA_TAB_MODIFICATIONS
403704BRCONNECT - Enhanced function for Oracle DBA
365304CC-ADMIN: Reports for deleting tables
334224Important notes for creating indexes
124361Oracle parameterization (R/3 >= 4.x, Oracle 8.x/9.x)
85558Tables with data sorted by index