Oracle12C,19C
-
[ORACLE] Configuration TCPS – Modifications requises
Cette section décrit les modifications nécessaires pour activer et faire fonctionner correctement les connexions TCPS sur un listener Oracle. -
[ORACLE] Diagnostiquer une connexion Oracle TCPS avec orapki et OpenSSL
Lors de la mise en place de connexions TCPS (TLS) dans Oracle, il est essentiel de distinguer les problèmes TLS des problèmes Oracle Net.
La méthode présentée ci‑dessous permet de valider la couche TLS indépendamment d’Oracle, avant toute utilisation desqlplus.Cette approche est idéale pour diagnostiquer des erreurs comme ORA‑28864.
-
[ORACLE] From Carlos Sierra coe_xfr_sql_profile.sql
This script generates another that contains the commands to create a manual custom SQL Profile out of a known plan from memory or AWR.
-
[ORACLE] Audit PDB
audit pdb
-
[ORACLE] Move PDB (arch multitenant)
Move on PDB from an instance A to instance B on the same linux machine.
-
[ORACLE] Monitor DG lag
Monitor DG LAG
-
[ORACLE] Dulicate noopen
Scripte de restore de base de données Oracle via Duplicate noopen
cat .dba
sys:<mdp sys> -
[ORACLE] Restore
Script de restore d'une instance Oracle
-
[ORACLE] BACKUP
If the PDB$SEED is not updated then the INCR BACKUP LVL 0 rman does not backup it.
To prevent this and to get each time you perform the INCR BACKUP LVL 0 the content of the datafiles of the PDB$SEED, here is the command to run :
-
[ORACLE] Check DB Activity HTML version
check_db_activity_html.shperforms a quick health and activity snapshot across multiple Oracle database instances on a host. It automatically discovers instances from PMON processes or accepts an explicit list of SIDs, initializes the environment per SID, connects as SYSDBA, and captures key runtime indicators (state, sessions, waits, Data Guard lag, long operations).
Output is written to a HTML file.