Génère un fichier HTML
# Auto-detect top CPU process and generate HTML file in current dir
./diag_top_pid.sh
# Explicit PID and output directory
./diag_top_pid.sh -p 3010886 -o /appli/home/oracle/diag
# With explicit connect string (if not using / as sysdba)
./diag_top_pid.sh -c "sys/YourPwd@//host:1521/PDB as sysdba"