Auteur/autrice : admin
-
Tracer un sql id
tracer un sql id : exec dbms_sqldiag.dump_trace(p_sql_id=>’tamere’,p_child_number=>0,p_component=>’Compiler’,p_file_id=> »);
-
Récupérer les infos de stats en base
Pour connaître les infos des stats dans la base Oracle. SET LINESIZE 250 COLUMN autostats_target FORMAT A20 COLUMN cascade FORMAT A25 COLUMN degree FORMAT A10 COLUMN estimate_percent FORMAT A30 COLUMN […]
-
Les plans d’exécution sont historisés
Désolé J-F tu avais raison : select SQL_ID,COST,TIME from DBA_HIST_SQL_PLAN
-
Tuning Latch Contention: Cache-Buffers-Chain Latches
Researching Further Re-querying v$session_wait, I see that a couple of latches are hot. I will consider one latch children with latch address 19875043200 as an example, and drill down further. Hang Those […]
-
[PostgreSQL] Identifying locked objects
my client called me. Help I m doing big insert on partitionned tables and it s running very low. Beside that the statement is faster during the midnight. You […]
-
Problème de compilation de trigger RMAN après montée de version en 12.2
alter trigger RMAN.VPC_CONTEXT_TRG disable; => marche pas 🙁 lancer : @?/rdbms/admin/dbmsrmanvpc.sql -vpd rman puis UPGRADE CATALOG ; source
-
Merci aux dev SQL
Merci aux dev sql qui m’ont bien aidé sur ce forum : https://www.developpez.net/forums/d2021961/bases-donnees/langage-sql/insert-into-long-s-executer-optimiser/#post11229277
-
Gestion entreprise
avocat généraliste : 01 64 86 14 05 Le lundi : de 09h00 à 12h00 et de 13h30 à 18h45 Le mardi : de 09h00 à 12h00 et de 13h30 […]
-
Lister les disques et type de disque
lsdev -Cc disk exemple : hdisk0 Available C6-T1-01 Hitachi MPIO Disk VSP (Fibre)hdisk26 Available C6-T1-01 Hitachi MPIO Disk VSP (Fibre)hdisk27 Available C6-T1-01 Hitachi MPIO Disk VSP (Fibre)hdisk28 Available C6-T1-01 Hitachi […]